Searched refs:dc_mkhndl (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libdevice/ |
H A D | devctl.c | 65 static devctl_hdl_t dc_mkhndl(dc_type_t, char *, uint_t, devctl_hdl_t); 120 return (dc_mkhndl(DEVCTL_BUS, devfs_path, oflags, NULL)); in devctl_bus_acquire() 143 return (dc_mkhndl(DEVCTL_DEVICE, devfs_path, oflags, NULL)); in devctl_device_acquire() 171 return (dc_mkhndl(DEVCTL_AP, devfs_path, oflags, NULL)); in devctl_ap_acquire() 195 return (dc_mkhndl(DEVCTL_PM_BUS, devfs_path, oflags, NULL)); in devctl_pm_bus_acquire() 219 return (dc_mkhndl(DEVCTL_PM_DEV, devfs_path, oflags, NULL)); in devctl_pm_dev_acquire() 228 dc_mkhndl(dc_type_t type, char *path, uint_t oflags, devctl_hdl_t pc) in dc_mkhndl() function 1025 *new_dcp = dc_mkhndl(DEVCTL_CLONE, devpath, 0, dcp); in devctl_bus_dev_create()
|