Home
last modified time | relevance | path

Searched refs:held (Results 1 – 25 of 63) sorted by relevance

123

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_held_dev.c33 STATE(held);
41 set_state_expr(my_id, arg_expr, &held); in match_dev_hold()
56 set_state_expr(my_id, assign_expr->left, &held); in match_returns_held()
73 if (slist_has_state(tmp->possible, &held)) { in check_for_held()
89 if (slist_has_state(sm->possible, &held)) in print_returns_held()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drrwlock.c286 boolean_t held; in rrw_held() local
290 held = (rrl->rr_writer == curthread); in rrw_held()
292 held = (!zfs_refcount_is_zero(&rrl->rr_anon_rcount) || in rrw_held()
297 return (held); in rrw_held()
/illumos-gate/usr/src/uts/common/syscall/
H A Dsem.c878 int held = 0; in semop() local
931 held = 1; in semop()
1000 if (!held) { in semop()
1001 held = 1; in semop()
1088 if (!held) { in semop()
1089 held = 1; in semop()
1125 if (!held) { in semop()
1126 held = 1; in semop()
1160 if (held) in semop()
1174 if (held) in semop()
/illumos-gate/usr/src/lib/cfgadm_plugins/ccid/common/
H A Dcfga_ccid.c65 boolean_t held = B_FALSE; in cfga_ccid_modify() local
126 held = B_TRUE; in cfga_ccid_modify()
137 if (held) { in cfga_ccid_modify()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.returns_held_funcs1 // list of functions that return a held device.
/illumos-gate/usr/src/common/pnglite/
H A DTHIRDPARTYLICENSE6 * warranty. In no event will the authors be held liable for any damages
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dzlib.def21 warranty. In no event will the authors be held liable for any damages
/illumos-gate/usr/src/contrib/zlib/
H A DTHIRDPARTYLICENSE6 warranty. In no event will the authors be held liable for any damages
H A DREADME90 warranty. In no event will the authors be held liable for any damages
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.c1024 sc->serial.held = B_FALSE; in zyd_serial_init()
1047 while (sc->serial.held != B_FALSE) { in zyd_serial_enter()
1054 sc->serial.held = B_TRUE; in zyd_serial_enter()
1068 sc->serial.held = B_FALSE; in zyd_serial_exit()
H A Dzyd.h77 boolean_t held; /* B_TRUE if the object is held */ member
/illumos-gate/usr/src/lib/libc/
H A DREADME150 On return from fork_lock_enter(), no internal libc locks are held
157 an internal libc lock is held:
203 deferred while locks acquired by these functions are held, making
271 lock held, etc) execution can never leave the context of libc. Previously
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_common.c919 time_t now, held; in zsmctl() local
950 held = now - zs->zs_dtrlow; in zsmctl()
961 if ((mbits & ~obits & ZSWR5_DTR) && (held < default_dtrlow)) { in zsmctl()
/illumos-gate/usr/src/cmd/vi/
H A DREADME44 ** usrpath is where the preserved files are held after
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c1127 int instance, held; in vhci_scsi_start() local
1181 if (!held) { in vhci_scsi_start()
2232 int held; in vhci_bind_transport() local
2420 if (!held) { in vhci_bind_transport()
2638 int held; in vhci_do_prout() local
2641 if (!held) { in vhci_do_prout()
3163 int rval, held; in vhci_intr() local
3276 if (!held) { in vhci_intr()
3298 if (!held) { in vhci_intr()
4299 int held; in vhci_pathinfo_state_change() local
[all …]
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c1917 uint32_t held = 0; in datael_get_child() local
1929 held = RH_HOLD_SERVICE; in datael_get_child()
1934 held = RH_HOLD_INSTANCE; in datael_get_child()
1944 held = RH_HOLD_SNAPLVL; in datael_get_child()
1949 held = RH_HOLD_PG; in datael_get_child()
1974 if (held) in datael_get_child()
2013 uint32_t held = 0; in datael_add_child() local
2019 held = RH_HOLD_SCOPE; in datael_add_child()
2023 held = RH_HOLD_SERVICE; in datael_add_child()
2058 if (held) in datael_add_child()
[all …]
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.S396 cmp %o5, RW_READ_LOCK ! would lock still be held?
516 bnz 3f ! lock already held - go spin
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vfs.c1722 int held; in vfs_lock_held() local
1724 held = rw_write_held(&vpvfsentry_ve_lock); in vfs_lock_held()
1726 return (held); in vfs_lock_held()
H A Dfake_vnode.c529 int held; in vn_vfswlock_held() local
533 held = rw_write_held(&vfsentry_ve_lock); in vn_vfswlock_held()
535 return (held); in vn_vfswlock_held()
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c6905 i_mdi_pm_pre_unconfig_one(dev_info_t *child, int *held, int flags) in i_mdi_pm_pre_unconfig_one() argument
6934 *held = 1; in i_mdi_pm_pre_unconfig_one()
6947 *held = 1; in i_mdi_pm_pre_unconfig_one()
6952 i_mdi_pm_pre_unconfig(dev_info_t *vdip, dev_info_t *child, int *held, in i_mdi_pm_pre_unconfig() argument
6959 *held = 0; in i_mdi_pm_pre_unconfig()
6964 return (i_mdi_pm_pre_unconfig_one(child, held, flags)); in i_mdi_pm_pre_unconfig()
6973 ret = i_mdi_pm_pre_unconfig_one(cdip, held, flags); in i_mdi_pm_pre_unconfig()
6978 if (*held) in i_mdi_pm_pre_unconfig()
7111 i_mdi_pm_post_unconfig(dev_info_t *vdip, dev_info_t *child, int held) in i_mdi_pm_post_unconfig() argument
7117 if (!held) { in i_mdi_pm_post_unconfig()
[all …]
H A Dsunpm.c6887 pm_pre_unconfig(dev_info_t *dip, int flags, int *held, char *devnm) in pm_pre_unconfig() argument
6895 ret = mdi_power(dip, MDI_PM_PRE_UNCONFIG, held, devnm, flags); in pm_pre_unconfig()
6902 *held = 0; in pm_pre_unconfig()
6917 *held = 1; in pm_pre_unconfig()
6921 *held = 0; in pm_pre_unconfig()
7076 pm_post_unconfig(dev_info_t *dip, int held, char *devnm) in pm_post_unconfig() argument
7082 PM_DEVICE(dip), held)) in pm_post_unconfig()
7083 (void) mdi_power(dip, MDI_PM_POST_UNCONFIG, &held, devnm, 0); in pm_post_unconfig()
7089 held)) in pm_post_unconfig()
7090 if (!held) in pm_post_unconfig()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A DFIRMWARELICENSE98 hereunder. If any term or condition of this Agreement is held invalid,
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt152 Wait until spinlock/mutex is exclusively held - blocking for spinlocks,
155 Wait until spinlock/mutex is exclusively held - blocking for spinlocks,
162 Release a held spinlock/mutex [no logic necessary for checking whether
165 Release a held spinlock/mutex [no logic necessary for checking whether
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c1712 end_synchronized_op(struct port_info *pi, int held) in end_synchronized_op() argument
1716 if (!held) in end_synchronized_op()
/illumos-gate/usr/src/cmd/hal/
H A DLICENSE42 …concerning the subject matter hereof. If any provision of this License is held to be unenforceable…

123