Symbol: devtype
usr/src/cmd/allocate/add_allocatable.c
177
devinfo->devname = devinfo->devtype = devinfo->devauths =
usr/src/cmd/allocate/add_allocatable.c
253
devinfo->devtype = optarg;
usr/src/cmd/allocate/add_allocatable.c
254
if (strlen(devinfo->devtype) == 0) {
usr/src/cmd/allocate/add_allocatable.c
419
if (da_defs = getdadeftype(devinfo->devtype)) {
usr/src/cmd/allocate/allocate3.c
1850
devinfo.devname = devinfo.devtype = devinfo.devauths = devinfo.devexec =
usr/src/cmd/allocate/allocate3.c
233
dprintf("No default attributes for %s\n", da_defs->devtype);
usr/src/cmd/allocate/allocate3.c
236
(void) printf("dev_type=%s\n", da_defs->devtype);
usr/src/cmd/biosdev/biosdev.c
214
char *devtype;
usr/src/cmd/biosdev/biosdev.c
223
"device_type", (char **)&devtype);
usr/src/cmd/biosdev/biosdev.c
226
((strcmp(devtype, "pci") != 0) && (strcmp(devtype, "pciex") != 0)))
usr/src/cmd/boot/installboot/i386/installboot.c
1097
device->stage.devtype = IB_DEV_EFI;
usr/src/cmd/boot/installboot/i386/installboot.c
1164
data->device.devtype = IB_DEV_EFI;
usr/src/cmd/boot/installboot/i386/installboot.c
1242
device->stage.devtype = data->device.devtype;
usr/src/cmd/boot/installboot/i386/installboot.c
1272
device->stage.devtype = data->device.devtype;
usr/src/cmd/boot/installboot/i386/installboot.c
1420
data->device.devtype = IB_DEV_VTOC;
usr/src/cmd/boot/installboot/i386/installboot.c
1482
device->stage.devtype = data->device.devtype;
usr/src/cmd/boot/installboot/i386/installboot.c
1522
pl->pl_device->stage.devtype = data->device.devtype;
usr/src/cmd/boot/installboot/i386/installboot.c
1552
data->device.devtype = IB_DEV_MBR;
usr/src/cmd/boot/installboot/i386/installboot.c
1590
device->stage.devtype = IB_DEV_MBR;
usr/src/cmd/boot/installboot/i386/installboot.c
1626
device->stage.devtype = IB_DEV_MBR;
usr/src/cmd/boot/installboot/i386/installboot.c
1650
device->stage.devtype = IB_DEV_MBR;
usr/src/cmd/boot/installboot/i386/installboot.c
1768
if (data->device.devtype == IB_DEV_UNKNOWN)
usr/src/cmd/boot/installboot/i386/installboot.c
1772
if (data->device.devtype == IB_DEV_UNKNOWN)
usr/src/cmd/boot/installboot/i386/installboot.c
226
device->devtype == IB_DEV_MBR? "partition" : "slice",
usr/src/cmd/boot/installboot/i386/installboot.h
71
ib_devtype_t devtype; /* partitioning type */
usr/src/cmd/boot/installboot/i386/installboot.h
81
ib_devtype_t devtype;
usr/src/cmd/cpio/cpio.c
194
static int g_init(int *devtype, int *fdes);
usr/src/cmd/cpio/cpio.c
7887
g_init(int *devtype, int *fdes)
usr/src/cmd/cpio/cpio.c
7893
*devtype = G_NO_DEV;
usr/src/cmd/cpio/cpio.c
7902
*devtype = G_FILE;
usr/src/cmd/cpio/cpio.c
7946
g_read(int devtype, int fdes, char *buf, unsigned nbytes)
usr/src/cmd/cpio/cpio.c
7950
if (devtype < 0 || devtype >= G_DEV_MAX) {
usr/src/cmd/cpio/cpio.c
7979
g_write(int devtype, int fdes, char *buf, unsigned nbytes)
usr/src/cmd/cpio/cpio.c
7983
if (devtype < 0 || devtype >= G_DEV_MAX) {
usr/src/cmd/devfsadm/cfg_link.c
549
char *str, *devtype;
usr/src/cmd/devfsadm/cfg_link.c
552
DI_PROP_DEV_TYPE, &devtype);
usr/src/cmd/devfsadm/cfg_link.c
556
if (strcmp(devtype, PROPVAL_PCIEX) == 0)
usr/src/cmd/devfsadm/cfg_link.c
557
devtype = DEVTYPE_PCIE;
usr/src/cmd/devfsadm/cfg_link.c
572
(void) snprintf(buf, bufsz, "%s%d", devtype, *nump);
usr/src/cmd/devfsadm/cfg_link.c
578
di_driver_name(node), di_instance(node), devtype, pci_dev);
usr/src/cmd/devfsadm/cfg_link.c
902
char *devtype;
usr/src/cmd/devfsadm/cfg_link.c
907
DI_PROP_DEV_TYPE, &devtype) > 0)
usr/src/cmd/devfsadm/cfg_link.c
908
if (strcmp(devtype, PROPVAL_PCIEX) == 0)
usr/src/cmd/devfsadm/devalloc.c
282
_update_dev(deventry_t *dentry, int action, const char *devtype, char *devname,
usr/src/cmd/devfsadm/devalloc.c
317
newentry.devinfo.devtype = (char *)devtype;
usr/src/cmd/devfsadm/devalloc.c
327
newentry.devinfo.devtype = (char *)devtype;
usr/src/cmd/devfsadm/devfsadm.c
4338
int devtype = 0;
usr/src/cmd/devfsadm/devfsadm.c
4341
devtype = DA_AUDIO;
usr/src/cmd/devfsadm/devfsadm.c
4343
devtype = DA_RMDISK;
usr/src/cmd/devfsadm/devfsadm.c
4345
devtype = DA_RMDISK;
usr/src/cmd/devfsadm/devfsadm.c
4348
devtype = DA_RMDISK;
usr/src/cmd/devfsadm/devfsadm.c
4352
(void) _update_devalloc_db(&devlist, devtype, DA_REMOVE,
usr/src/cmd/fs.d/ufs/volcopy/volcopy.c
194
g_init(int *devtype, int *fdes)
usr/src/cmd/fs.d/ufs/volcopy/volcopy.c
201
*devtype = G_NO_DEV;
usr/src/cmd/fs.d/ufs/volcopy/volcopy.c
209
*devtype = G_FILE;
usr/src/cmd/fs.d/ufs/volcopy/volcopy.c
231
g_read(int devtype, int fdes, void *buf, size_t nbytes)
usr/src/cmd/fs.d/ufs/volcopy/volcopy.c
254
g_write(int devtype, int fdes, void *buf, size_t nbytes)
usr/src/cmd/hal/tools/hal-storage-eject.c
164
devtype = "Storage";
usr/src/cmd/hal/tools/hal-storage-eject.c
45
static char *devtype = "Volume";
usr/src/cmd/hal/tools/hal-storage-eject.c
59
fprintf (stderr, "org.freedesktop.Hal.Device.%s.UnknownFailure\n", devtype);
usr/src/cmd/svr4pkg/pkgadd/main.c
1029
if (devtype(device, &pkgdev)) {
usr/src/cmd/svr4pkg/pkginstall/main.c
1065
if (devtype(device, &pkgdev)) {
usr/src/cmd/svr4pkg/pkgmk/main.c
344
if (devtype(device, &pkgdev)) {
usr/src/cmd/svr4pkg/pkgrm/main.c
661
if (devtype((spoolDir ? spoolDir : get_PKGLOC()), &pkgdev) ||
usr/src/lib/fm/topo/modules/common/pcibus/did.c
101
if (*devtype != NULL)
usr/src/lib/fm/topo/modules/common/pcibus/did.c
84
di_devtype_get(topo_mod_t *mp, di_node_t src, char **devtype)
usr/src/lib/fm/topo/modules/common/pcibus/did.c
96
*devtype = topo_mod_strdup(mp, (char *)buf);
usr/src/lib/fm/topo/modules/common/pcibus/did.c
98
*devtype = NULL;
usr/src/lib/libbsm/common/devalloc.c
1066
(void) fprintf(fp, "%s%s", (devinfo->devtype ? devinfo->devtype : ""),
usr/src/lib/libbsm/common/devalloc.c
1110
(devinfo->devtype ? devinfo->devtype : ""), KV_DELIMITER);
usr/src/lib/libbsm/common/devalloc.c
1156
(devinfo->devtype ? devinfo->devtype : ""), KV_TOKEN_DELIMIT);
usr/src/lib/libbsm/common/devalloc.c
1537
(devinfo->devtype == NULL) ||
usr/src/lib/libbsm/common/devalloc.c
1812
nentry->devinfo.devtype = dtype;
usr/src/lib/libbsm/common/devalloc.c
1825
if (da_defs = getdadeftype(nentry->devinfo.devtype)) {
usr/src/lib/libbsm/common/devalloc.c
2164
(void) fprintf(stdout, "type: %s\n", devinfo->devtype);
usr/src/lib/libbsm/common/devalloc.c
482
length = snprintf(buf, size, "%s%s", da_defs->devtype, sep);
usr/src/lib/libbsm/common/devalloc.c
534
rc = !(strcmp(da_defs->devtype, dargs->devinfo->devtype));
usr/src/lib/libbsm/common/devalloc.c
576
char *type = dargs->devinfo->devtype;
usr/src/lib/libbsm/common/devalloc.c
692
if ((rc = dmap_matchtype(devmapp, dargs->devinfo->devtype))
usr/src/lib/libbsm/common/devalloc.c
745
dargs->devinfo->devtype,
usr/src/lib/libbsm/common/devalloc.c
768
dargs->devinfo->devtype,
usr/src/lib/libbsm/common/devalloc.h
129
char *devtype;
usr/src/lib/libbsm/common/devalloc.h
158
char *devtype;
usr/src/lib/libbsm/common/getdadefs.c
191
if (da_def->devtype == NULL)
usr/src/lib/libbsm/common/getdadefs.c
194
return ((strcmp(da_def->devtype, type) == 0));
usr/src/lib/libbsm/common/getdadefs.c
215
interpdadefs.devtype = getdadmfield(interpdadefline, KV_TOKEN_DELIMIT);
usr/src/lib/libbsm/common/getdadefs.c
218
if (interpdadefs.devtype == NULL)
usr/src/lib/libbsm/common/getdaent.c
453
else if (dargs->devinfo->devtype)
usr/src/lib/libbsm/common/getdaent.c
454
return (da_matchtype(dap, dargs->devinfo->devtype));
usr/src/lib/libbsm/common/getdment.c
544
else if (dargs->devinfo->devtype)
usr/src/lib/libbsm/common/getdment.c
545
return (dmap_matchtype(dmap, dargs->devinfo->devtype));
usr/src/lib/libpkg/common/pkglib.h
407
extern int devtype(char *alias, struct pkgdev *devp);
usr/src/lib/libpkg/common/pkgtrans.c
246
if (devtype(device1, &srcdev)) {
usr/src/lib/libpkg/common/pkgtrans.c
306
if (devtype(device2, &dstdev)) {
usr/src/lib/storage/libg_fc/common/map.c
5546
int err, devtype;
usr/src/lib/storage/libg_fc/common/map.c
5559
devtype = DTYPE_DIRECT;
usr/src/lib/storage/libg_fc/common/map.c
5561
devtype = DTYPE_SEQUENTIAL;
usr/src/lib/storage/libg_fc/common/map.c
5652
l2->device_type = devtype;
usr/src/psm/promif/ieee1275/common/prom_io.c
143
prom_write(ihandle_t fd, caddr_t buf, size_t len, uint_t startblk, char devtype)
usr/src/psm/promif/ieee1275/common/prom_io.c
95
prom_read(ihandle_t fd, caddr_t buf, size_t len, uint_t startblk, char devtype)
usr/src/psm/promif/ieee1275/common/prom_node.c
150
prom_findnode_bydevtype(pnode_t node, char *devtype)
usr/src/psm/promif/ieee1275/common/prom_node.c
153
prom_walk_devs(node, bytype_cb, devtype, &result);
usr/src/uts/common/fs/dev/sdev_subr.c
152
int devtype; /* fstype */
usr/src/uts/common/fs/dev/sdev_subr.c
2632
if (cvp->v_vfsp->vfs_fstype == devtype) {
usr/src/uts/common/fs/dev/sdev_vfsops.c
159
devtype = fstype;
usr/src/uts/common/fs/dev/sdev_vfsops.c
335
vfsp->vfs_fstype = devtype;
usr/src/uts/common/fs/dev/sdev_vfsops.c
338
vfs_make_fsid(&vfsp->vfs_fsid, vfsp->vfs_dev, devtype);
usr/src/uts/common/fs/dev/sdev_vfsops.c
485
(void) strcpy(sbp->f_basetype, vfssw[devtype].vsw_name);
usr/src/uts/common/io/ppm/ppm_subr.c
405
char *devtype = NULL;
usr/src/uts/common/io/ppm/ppm_subr.c
428
&devtype) == DDI_SUCCESS) {
usr/src/uts/common/io/ppm/ppm_subr.c
429
if (strcmp(devtype, "cpu") == 0) {
usr/src/uts/common/io/ppm/ppm_subr.c
430
ddi_prop_free(devtype);
usr/src/uts/common/io/ppm/ppm_subr.c
433
ddi_prop_free(devtype);
usr/src/uts/common/io/scsi/targets/sgen.c
307
uchar_t devtype;
usr/src/uts/common/io/scsi/targets/sgen.c
309
if (sgen_typenum(cp, &devtype) != 0) {
usr/src/uts/common/io/scsi/targets/sgen.c
318
nodep->node_type = devtype;
usr/src/uts/common/io/scsi/targets/sgen.c
572
uchar_t devtype;
usr/src/uts/common/io/scsi/targets/sgen.c
601
devtype = inq->inq_dtype;
usr/src/uts/common/io/scsi/targets/sgen.c
633
if (ddi_create_minor_node(dip, sgen_typename(devtype), S_IFCHR,
usr/src/uts/common/sys/dktp/flowctrl.h
62
#define FLC_START_KSTAT(X, devtype, instance) \
usr/src/uts/common/sys/dktp/flowctrl.h
64
(((struct flc_obj *)(X))->flc_data, (devtype), (instance))
usr/src/uts/common/sys/fs/sdev_impl.h
541
extern int devtype;
usr/src/uts/i86pc/io/immu_dmar.c
522
scope_type(int devtype)
usr/src/uts/i86pc/io/immu_dmar.c
526
switch (devtype) {
usr/src/uts/intel/io/dktp/drvobj/strategy.c
102
static int fc_start_kstat(opaque_t queuep, char *devtype, int instance);
usr/src/uts/intel/io/dktp/drvobj/strategy.c
158
fc_start_kstat(opaque_t queuep, char *devtype, int instance)
usr/src/uts/intel/sys/promif.h
169
uint_t startblk, char devtype);
usr/src/uts/sun/sys/promif.h
288
extern pnode_t prom_findnode_bydevtype(pnode_t id, char *devtype);
usr/src/uts/sun4u/serengeti/io/sbdp_dr.c
192
char devtype[OBP_MAXDRVNAME];
usr/src/uts/sun4u/serengeti/io/sbdp_dr.c
217
(void) prom_getprop(node, OBP_DEVICETYPE, (caddr_t)devtype);
usr/src/uts/sun4u/serengeti/io/sbdp_dr.c
229
if (strcmp(devtype, sbdp_top_nodes[i].s_obp_type) == 0) {
usr/src/uts/sun4u/serengeti/io/sbdp_dr.c
230
if (strcmp(devtype, "cpu") == 0) {
usr/src/uts/sun4v/io/dr_io.c
250
char *devnm, *devtype;
usr/src/uts/sun4v/io/dr_io.c
311
if (md_get_prop_str(cba->mdp, cba->node, "device-type", &devtype)) {
usr/src/uts/sun4v/io/dr_io.c
317
"device_type", devtype) != DDI_SUCCESS) {
usr/src/uts/sun4v/io/dr_io.c
323
DR_DBG_IO("%s: device type is %s\n", __func__, devtype);
usr/src/uts/sun4v/io/vsw.c
139
extern mcst_addr_t *vsw_del_addr(uint8_t devtype, void *arg, uint64_t addr);
usr/src/uts/sun4v/io/vsw_ldc.c
179
extern int vsw_add_mcst(vsw_t *vswp, uint8_t devtype, uint64_t addr, void *arg);
usr/src/uts/sun4v/io/vsw_ldc.c
180
extern int vsw_del_mcst(vsw_t *vswp, uint8_t devtype, uint64_t addr, void *arg);
usr/src/uts/sun4v/io/vsw_ldc.c
4363
vsw_del_addr(uint8_t devtype, void *arg, uint64_t addr)
usr/src/uts/sun4v/io/vsw_ldc.c
4371
__func__, devtype, addr);
usr/src/uts/sun4v/io/vsw_ldc.c
4373
if (devtype == VSW_VNETPORT) {
usr/src/uts/sun4v/io/vsw_ldc.c
4389
if (devtype == VSW_VNETPORT)
usr/src/uts/sun4v/io/vsw_ldc.c
4403
if (devtype == VSW_VNETPORT)
usr/src/uts/sun4v/io/vsw_ldc.c
85
mcst_addr_t *vsw_del_addr(uint8_t devtype, void *arg, uint64_t addr);
usr/src/uts/sun4v/io/vsw_switching.c
1638
vsw_add_mcst(vsw_t *vswp, uint8_t devtype, uint64_t addr, void *arg)
usr/src/uts/sun4v/io/vsw_switching.c
1647
if (devtype == VSW_VNETPORT) {
usr/src/uts/sun4v/io/vsw_switching.c
1671
ment->d_type = devtype;
usr/src/uts/sun4v/io/vsw_switching.c
1692
if (devtype == VSW_VNETPORT) {
usr/src/uts/sun4v/io/vsw_switching.c
1717
new_ent->d_type = devtype;
usr/src/uts/sun4v/io/vsw_switching.c
1740
vsw_del_mcst(vsw_t *vswp, uint8_t devtype, uint64_t addr, void *arg)
usr/src/uts/sun4v/io/vsw_switching.c
1748
if (devtype == VSW_VNETPORT) {
usr/src/uts/sun4v/io/vsw_switching.c
1769
if (devtype == VSW_VNETPORT) {