Searched refs:new_status (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | p_online.c | 49 p_online_internal_locked(processorid_t cpun, int new_status, int *old_status) argument 65 if (new_status & P_FORCED) 68 new_status &= ~P_FORCED; 73 switch (new_status) { 94 if (status == new_status) 97 switch (new_status) { 223 p_online_internal(processorid_t cpun, int new_status, int *old_status) argument 228 rc = p_online_internal_locked(cpun, new_status, old_status); 243 p_online(processorid_t cpun, int new_status) argument 248 ret = p_online_internal(cpun, new_status, [all...] |
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | util_errmap.c | 185 OM_uint32 new_status; local 221 new_status = minor; 229 new_status = next_fake; 230 if (new_status == 0) 232 } while (mecherrmap_findleft(&m, new_status) != NULL); 239 err = mecherrmap_add(&m, new_status, me_copy); 248 fprintf(f, " to %lu: err=%d\nnew map: ", (unsigned long) new_status, err); 257 return new_status;
|
/illumos-gate/usr/src/uts/intel/io/ |
H A D | devfm_machdep.c | 256 int rc, new_status, old_status; local 262 new_status = P_FAULTED; 265 new_status = P_STATUS; 268 new_status = P_ONLINE; 283 rc = cmi_hdl_online(hdl, new_status, &old_status);
|
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | ef10_mcdi.c | 188 uint32_t new_status; local 195 new_status = dword.ed_u32[0]; 198 if (new_status != old_status) { 199 emip->emi_mc_reboot_status = new_status;
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | cmi_hw.c | 846 ntv_online(cmi_hdl_impl_t *hdl, int new_status, int *old_status) argument 856 rc = p_online_internal_locked(cpuid, new_status, old_status); 1091 xpv_online(cmi_hdl_impl_t *hdl, int new_status, int *old_status) argument 1096 new_status &= ~P_FORCED; 1098 switch (new_status) { 1636 cmi_hdl_online(cmi_hdl_t ophdl, int new_status, int *old_status) argument 1639 new_status, old_status));
|
/illumos-gate/usr/src/uts/common/sys/lvm/ |
H A D | mdio.h | 219 int new_status; /* New status */ member in struct:md_sp_statusset
|
/illumos-gate/usr/src/uts/common/io/lvm/softpart/ |
H A D | sp_ioctl.c | 171 status = msp->new_status;
|
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_sp.c | 467 status_params.new_status = status;
|
Completed in 336 milliseconds