Searched refs:dc_mkhndl (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdevice/
H A Ddevctl.c61 static devctl_hdl_t dc_mkhndl(dc_type_t, char *, uint_t, devctl_hdl_t);
116 return (dc_mkhndl(DEVCTL_BUS, devfs_path, oflags, NULL));
139 return (dc_mkhndl(DEVCTL_DEVICE, devfs_path, oflags, NULL));
167 return (dc_mkhndl(DEVCTL_AP, devfs_path, oflags, NULL));
191 return (dc_mkhndl(DEVCTL_PM_BUS, devfs_path, oflags, NULL));
215 return (dc_mkhndl(DEVCTL_PM_DEV, devfs_path, oflags, NULL));
224 dc_mkhndl(dc_type_t type, char *path, uint_t oflags, devctl_hdl_t pc) function
427 (void) printf("dc_mkhndl: iocpath %s ", iocpath);
1008 * Call dc_mkhndl() with this constructed path and
1021 *new_dcp = dc_mkhndl(DEVCTL_CLON
[all...]

Completed in 15 milliseconds