Searched refs:new_status (Results 1 – 7 of 7) sorted by relevance
/titanic_41/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) in p_online_internal_locked() argument 65 if (new_status & P_FORCED) in p_online_internal_locked() 68 new_status &= ~P_FORCED; in p_online_internal_locked() 73 switch (new_status) { in p_online_internal_locked() 94 if (status == new_status) in p_online_internal_locked() 97 switch (new_status) { in p_online_internal_locked() 223 p_online_internal(processorid_t cpun, int new_status, int *old_status) in p_online_internal() argument 228 rc = p_online_internal_locked(cpun, new_status, old_status); in p_online_internal() 243 p_online(processorid_t cpun, int new_status) in p_online() argument 248 ret = p_online_internal(cpun, new_status, &old_status); in p_online()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | util_errmap.c | 185 OM_uint32 new_status; in gssint_mecherrmap_map() local 221 new_status = minor; in gssint_mecherrmap_map() 229 new_status = next_fake; in gssint_mecherrmap_map() 230 if (new_status == 0) in gssint_mecherrmap_map() 232 } while (mecherrmap_findleft(&m, new_status) != NULL); in gssint_mecherrmap_map() 239 err = mecherrmap_add(&m, new_status, me_copy); in gssint_mecherrmap_map() 248 fprintf(f, " to %lu: err=%d\nnew map: ", (unsigned long) new_status, err); in gssint_mecherrmap_map() 257 return new_status; in gssint_mecherrmap_map()
|
/titanic_41/usr/src/uts/intel/io/ |
H A D | devfm_machdep.c | 256 int rc, new_status, old_status; in fm_ioctl_cpu_retire() local 262 new_status = P_FAULTED; in fm_ioctl_cpu_retire() 265 new_status = P_STATUS; in fm_ioctl_cpu_retire() 268 new_status = P_ONLINE; in fm_ioctl_cpu_retire() 283 rc = cmi_hdl_online(hdl, new_status, &old_status); in fm_ioctl_cpu_retire()
|
/titanic_41/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) in ntv_online() argument 856 rc = p_online_internal_locked(cpuid, new_status, old_status); in ntv_online() 1091 xpv_online(cmi_hdl_impl_t *hdl, int new_status, int *old_status) in xpv_online() argument 1096 new_status &= ~P_FORCED; in xpv_online() 1098 switch (new_status) { in xpv_online() 1636 cmi_hdl_online(cmi_hdl_t ophdl, int new_status, int *old_status) in cmi_hdl_online() argument 1639 new_status, old_status)); in cmi_hdl_online()
|
/titanic_41/usr/src/uts/common/sys/lvm/ |
H A D | mdio.h | 219 int new_status; /* New status */ member
|
/titanic_41/usr/src/uts/common/io/lvm/softpart/ |
H A D | sp_ioctl.c | 171 status = msp->new_status; in sp_setstatus()
|
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_sp.c | 467 status_params.new_status = status; in meta_sp_setstatus()
|