| /onnv/onnv-gate/usr/src/uts/common/sys/dktp/ |
| flowctrl.h | 64 #define FLC_START_KSTAT(X, devtype, instance) \ 66 (((struct flc_obj *)(X))->flc_data, (devtype), (instance))
|
| /onnv/onnv-gate/usr/src/lib/libbsm/common/ |
| getdadefs.c | 193 if (da_def->devtype == NULL) 196 return ((strcmp(da_def->devtype, type) == 0)); 217 interpdadefs.devtype = getdadmfield(interpdadefline, KV_TOKEN_DELIMIT); 220 if (interpdadefs.devtype == NULL)
|
| devalloc.h | 129 char *devtype; member in struct:_devinfo_t 158 char *devtype; member in struct:_da_defs
|
| devalloc.c | 479 length = snprintf(buf, size, "%s%s", da_defs->devtype, sep); 531 rc = !(strcmp(da_defs->devtype, dargs->devinfo->devtype)); 745 (void) fprintf(fp, "%s%s", (devinfo->devtype ? devinfo->devtype : ""), 789 (devinfo->devtype ? devinfo->devtype : ""), KV_DELIMITER); 834 (devinfo->devtype ? devinfo->devtype : ""), KV_TOKEN_DELIMIT); 1214 (devinfo->devtype == NULL) | [all...] |
| /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/cmd/lvm/metassist/layout/ |
| layout_device_util.h | 131 dm_descriptor_t desc, char *devtype, char *attr, int error); 134 dm_descriptor_t desc, char *devtype, char *attr, int error);
|
| /onnv/onnv-gate/usr/src/psm/promif/ieee1275/common/ |
| prom_io.c | 98 prom_read(ihandle_t fd, caddr_t buf, size_t len, uint_t startblk, char devtype) 146 prom_write(ihandle_t fd, caddr_t buf, size_t len, uint_t startblk, char devtype)
|
| prom_node.c | 137 * supplied in 'devtype'. 150 prom_findnode_bydevtype(pnode_t node, char *devtype) 153 prom_walk_devs(node, bytype_cb, devtype, &result);
|
| /onnv/onnv-gate/usr/src/lib/libpkg/ |
| Makefile.com | 33 devtype.o dstream.o gpkglist.o \
|
| /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/lib/libpkg/common/ |
| devtype.c | 42 devtype(char *alias, struct pkgdev *devp) function
|
| mapfile-vers | 69 devtype;
|
| 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/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/cmd/allocate/ |
| add_allocatable.c | 179 devinfo->devname = devinfo->devtype = devinfo->devauths = 255 devinfo->devtype = optarg; 256 if (strlen(devinfo->devtype) == 0) { 421 if (da_defs = getdadeftype(devinfo->devtype)) {
|
| /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/cmd/svr4pkg/pkgrm/ |
| presvr4.c | 105 if (devtype(alias, &pkgdev))
|
| /onnv/onnv-gate/usr/src/uts/common/fs/dev/ |
| sdev_vfsops.c | 155 devtype = fstype; 311 vfsp->vfs_fstype = devtype; 314 vfs_make_fsid(&vfsp->vfs_fsid, vfsp->vfs_dev, devtype); 460 (void) strcpy(sbp->f_basetype, vfssw[devtype].vsw_name);
|
| /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)
|
| devalloc.c | 246 newentry.devinfo.devtype =
|
| /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/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/lib/fm/topo/modules/common/pcibus/ |
| did.c | 115 di_devtype_get(topo_mod_t *mp, di_node_t src, char **devtype) 127 *devtype = topo_mod_strdup(mp, (char *)buf); 129 *devtype = NULL; 132 if (*devtype != NULL)
|
| /onnv/onnv-gate/usr/src/uts/intel/sys/ |
| promif.h | 171 uint_t startblk, char devtype);
|
| /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);
|