Home
last modified time | relevance | path

Searched refs:SE_SLEEP (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_comm.c208 ev = sysevent_alloc(EC_DEVFS, ESC_DEVFS_START, EP_DDI, SE_SLEEP); in sdev_start_devfsadmd()
210 if ((se_err = log_sysevent(ev, SE_SLEEP, &eid)) != 0) { in sdev_start_devfsadmd()
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent.h44 #define SE_SLEEP 0 macro
/illumos-gate/usr/src/uts/common/os/
H A Dlog_sysevent.c1660 ASSERT(flag == SE_SLEEP || flag == SE_NOSLEEP); in queue_sysevent()
1746 ASSERT(flag == SE_SLEEP || flag == SE_NOSLEEP); in log_sysevent()
1747 ASSERT(!(flag == SE_SLEEP && servicing_interrupt())); in log_sysevent()
1757 ASSERT(!(flag == SE_SLEEP && (rval == SE_EQSIZE || rval == SE_ENOMEM))); in log_sysevent()
1903 se_flag = (sleep_flag == DDI_SLEEP) ? SE_SLEEP : SE_NOSLEEP; in ddi_log_sysevent()
H A Ddevcfg.c4835 &se_val, SE_SLEEP) != 0) { in i_log_devfs_add_devinfo()
4845 DEVFS_DEVI_CLASS, &se_val, SE_SLEEP) != 0) { in i_log_devfs_add_devinfo()
4865 DEVFS_BRANCH_EVENT, &se_val, SE_SLEEP) != 0) { in i_log_devfs_add_devinfo()
4876 if ((se_err = log_sysevent(ev, SE_SLEEP, &eid)) != 0) { in i_log_devfs_add_devinfo()
4925 &se_val, SE_SLEEP) != 0) { in i_log_devfs_remove_devinfo()
4935 DEVFS_DEVI_CLASS, &se_val, SE_SLEEP) != 0) { in i_log_devfs_remove_devinfo()
4943 DEVFS_DRIVER_NAME, &se_val, SE_SLEEP) != 0) { in i_log_devfs_remove_devinfo()
4951 DEVFS_INSTANCE, &se_val, SE_SLEEP) != 0) { in i_log_devfs_remove_devinfo()
4971 DEVFS_BRANCH_EVENT, &se_val, SE_SLEEP) != 0) { in i_log_devfs_remove_devinfo()
4982 if ((se_err = log_sysevent(ev, SE_SLEEP, &eid)) != 0) { in i_log_devfs_remove_devinfo()
[all …]
H A Dsunddi.c5343 se_flag = (servicing_interrupt()) ? SE_NOSLEEP : SE_SLEEP; in i_log_devfs_minor_create()
5344 kmem_flag = (se_flag == SE_SLEEP) ? KM_SLEEP : KM_NOSLEEP; in i_log_devfs_minor_create()
5384 DEVFS_DEVI_CLASS, &se_val, SE_SLEEP) != 0) { in i_log_devfs_minor_create()
5455 ev = sysevent_alloc(EC_DEVFS, ESC_DEVFS_MINOR_REMOVE, EP_DDI, SE_SLEEP); in i_log_devfs_minor_remove()
5471 &se_val, SE_SLEEP) != 0) { in i_log_devfs_minor_remove()
5485 &se_val, SE_SLEEP) != 0) { in i_log_devfs_minor_remove()
5497 DEVFS_DEVI_CLASS, &se_val, SE_SLEEP) != 0) { in i_log_devfs_minor_remove()
5505 DEVFS_DRIVER_NAME, &se_val, SE_SLEEP) != 0) { in i_log_devfs_minor_remove()
5513 DEVFS_INSTANCE, &se_val, SE_SLEEP) != 0) { in i_log_devfs_minor_remove()
5523 (void) log_sysevent(ev, SE_SLEEP, &eid); in i_log_devfs_minor_remove()
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_link.c653 ILLUMOS_KERN_PUB"dls", SE_SLEEP); in dls_link_notify()
657 (void) log_sysevent(event, SE_SLEEP, &eid); in dls_link_notify()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c3188 ILLUMOS_KERN_PUB "pcie", SE_SLEEP); in pcie_link_bw_taskq()
3194 SE_SLEEP) != 0) { in pcie_link_bw_taskq()
3210 &se_val, SE_SLEEP); in pcie_link_bw_taskq()
3230 if (log_sysevent(se, SE_SLEEP, &eid) != 0) { in pcie_link_bw_taskq()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c2616 SUNW_KERN_PUB "zfs", SE_SLEEP); in zfs_post_dle_sysevent()
2631 if (sysevent_add_attr(&attr, DEV_PHYS_PATH, &value, SE_SLEEP) != 0) { in zfs_post_dle_sysevent()
2642 (void) log_sysevent(ev, SE_SLEEP, &eid); in zfs_post_dle_sysevent()
H A Dspa.c8931 SE_SLEEP);
8936 if (sysevent_add_attr(&attr, ZFS_EV_POOL_NAME, &value, SE_SLEEP) != 0)
8941 if (sysevent_add_attr(&attr, ZFS_EV_POOL_GUID, &value, SE_SLEEP) != 0)
8948 SE_SLEEP) != 0)
8955 &value, SE_SLEEP) != 0)
8982 (void) log_sysevent(ev, SE_SLEEP, &eid);
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.c2881 km_flag = (flag == SE_SLEEP) ? KM_SLEEP : KM_NOSLEEP; in drmach_log_sysevent()
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c681 SE_SLEEP, 1); in dr_ioctl()
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr.c679 SE_SLEEP, 0); in dr_ioctl()
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c2878 km_flag = (flag == SE_SLEEP) ? KM_SLEEP : KM_NOSLEEP; in drmach_log_sysevent()