Searched defs:mach_set (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c191 static struct psm_ops *mach_set[4] = {&mach_ops, NULL, NULL, NULL}; variable in typeref:struct:psm_ops
875 srv_opsp = (void **)mach_set[0];
876 clt_opsp = (void **)mach_set[owner];
931 mach_set[swp->psw_infop->p_owner] = swp->psw_infop->p_ops;
962 if (mach_set[PSM_OWN_EXCLUSIVE])
965 if (mach_set[PSM_OWN_OVERRIDE])
976 pops = mach_set[0];
1075 pops = mach_set[0];
1169 pops = mach_set[0];
1424 pops = mach_set[
[all...]

Completed in 46 milliseconds