HomeSort by relevance Sort by last modified time
    Searched defs:devtype (Results 1 - 16 of 16) sorted by null

  /onnv/onnv-gate/usr/src/lib/libpkg/common/
devtype.c 42 devtype(char *alias, struct pkgdev *devp) function
dstream.c 832 int devtype; local
847 devtype = G_NO_DEV;
864 devtype = G_3B2_FD; /* internal floppy disk */
866 devtype = G_3B2_HD; /* internal hard disk */
879 devtype = G_3B2_CTC;
883 devtype = G_TAPE;
891 switch (devtype) {
941 } /* devtype */
  /onnv/onnv-gate/usr/src/cmd/hal/tools/
hal-storage-eject.c 45 static char *devtype = "Volume"; variable
59 fprintf (stderr, "org.freedesktop.Hal.Device.%s.UnknownFailure\n", devtype);
164 devtype = "Storage";
  /onnv/onnv-gate/usr/src/uts/sun4u/serengeti/io/
sbdp_dr.c 194 char devtype[OBP_MAXDRVNAME]; local
219 (void) prom_getprop(node, OBP_DEVICETYPE, (caddr_t)devtype);
231 if (strcmp(devtype, sbdp_top_nodes[i].s_obp_type) == 0) {
232 if (strcmp(devtype, "cpu") == 0) {
  /onnv/onnv-gate/usr/src/cmd/biosdev/
biosdev.c 216 char *devtype; local
225 "device_type", (char **)&devtype);
228 ((strcmp(devtype, "pci") != 0) && (strcmp(devtype, "pciex") != 0)))
  /onnv/onnv-gate/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
ttymux_dacf.c 246 char devtype[32]; local
261 len = sizeof (devtype);
277 (caddr_t)devtype, &len) == DDI_PROP_SUCCESS &&
278 strcmp(devtype, "serial") == 0) {
746 char devtype[32]; local
777 len = sizeof (devtype);
779 "device_type", (caddr_t)devtype, &len) == DDI_PROP_SUCCESS &&
780 strcmp(devtype, "serial") == 0 &&
  /onnv/onnv-gate/usr/src/uts/sun4v/io/
dr_io.c 250 char *devnm, *devtype; local
311 if (md_get_prop_str(cba->mdp, cba->node, "device-type", &devtype)) {
317 "device_type", devtype) != DDI_SUCCESS) {
323 DR_DBG_IO("%s: device type is %s\n", __func__, devtype);
  /onnv/onnv-gate/usr/src/lib/libbsm/common/
devalloc.h 129 char *devtype; member in struct:_devinfo_t
158 char *devtype; member in struct:_da_defs
  /onnv/onnv-gate/usr/src/cmd/devfsadm/
cfg_link.c 540 char *str, *devtype; local
543 DI_PROP_DEV_TYPE, &devtype);
547 if (strcmp(devtype, PROPVAL_PCIEX) == 0)
548 devtype = DEVTYPE_PCIE;
563 (void) snprintf(buf, bufsz, "%s%d", devtype, *nump);
569 di_driver_name(node), di_instance(node), devtype, pci_dev);
893 char *devtype; local
898 DI_PROP_DEV_TYPE, &devtype) > 0)
899 if (strcmp(devtype, PROPVAL_PCIEX) == 0)
devfsadm.c 4311 int devtype = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ppm/
ppm_subr.c 401 char *devtype = NULL; local
424 &devtype) == DDI_SUCCESS) {
425 if (strcmp(devtype, "cpu") == 0) {
426 ddi_prop_free(devtype);
429 ddi_prop_free(devtype);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/scsi/targets/
sgen.c 307 uchar_t devtype; local
309 if (sgen_typenum(cp, &devtype) != 0) {
318 nodep->node_type = devtype;
573 uchar_t devtype; local
602 devtype = inq->inq_dtype;
634 if (ddi_create_minor_node(dip, sgen_typename(devtype), S_IFCHR,
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/starcat/os/
starcat.c 914 char *devtype; local
925 "device_type", &devtype) != DDI_PROP_SUCCESS)
928 if (strcmp(devtype, "cpu")) {
929 ddi_prop_free((void *)devtype);
933 ddi_prop_free((void *)devtype);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rcm_daemon/common/
svm_rcm.c 121 svm_type_t devtype; /* device type */ member in struct:deventry
165 svm_type_t devtype, md_dev64_t devkey, int devflags);
181 static deventry_t *create_deventry(char *devname, svm_type_t devtype,
446 if (deventry->devtype == SVM_TRANS) {
650 if (deventry->devtype == SVM_SOFTPART) {
673 switch (dependent->devtype) {
711 dependent->devtype);
1182 * svm_type_t devtype metadevice type
1190 cache_device(cache_t *cache, char *devname, svm_type_t devtype,
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/dev/
sdev_subr.c 151 int devtype; /* fstype */ variable
    [all...]
  /onnv/onnv-gate/usr/src/lib/storage/libg_fc/common/
map.c 5498 int err, devtype; local
    [all...]

Completed in 660 milliseconds