Searched +refs:val +refs:current (Results 51 - 53 of 53) sorted by relevance

123

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c300 umem_log_status(const char *name, umem_log_header_t *val) argument
303 uintptr_t pos = (uintptr_t)val;
1378 * Handle the buffers in the current slab
2953 vmem_node_t *head = NULL, *root = NULL, *current = NULL, *parent, *vp; local
2968 current = vp;
3005 if (current != NULL)
3006 vw->vw_current = current;
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c114 * component of a device, checking its idleness against its current threshold,
772 * Given a pointer to a component struct, return the current power level
944 * Otherwise, it tells the current scanning thread to scan again when
1400 power_val_to_index(pm_component_t *cp, int val) argument
1404 ASSERT(val != PM_LEVEL_UPONLY && val != PM_LEVEL_DOWNONLY &&
1405 val != PM_LEVEL_EXACT);
1410 if (val == *ip++)
1419 power_val_to_string(pm_component_t *cp, int val) argument
1423 if (val
3752 int current = PM_CURPOWER(dip, i); local
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c274 rfs4_servinst_t *rfs4_cur_servinst = NULL; /* current server instance */
519 * current time in seconds when the nfssrv kernel module is
522 * hostid has not been set, then the current high resolution
768 /* make the new instance "current" */
781 rfs4_servinst_t *sip, *prev, *current; local
788 current = rfs4_cur_servinst;
790 for (sip = current; sip != NULL; sip = prev) {
807 * Assign the current server instance to a client_t.
816 * The lock ensures that if the current instance is in the process
1984 * the current expor
9620 char *stype, *val; local
[all...]

Completed in 90 milliseconds

123