reboot
COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot);
COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot);
int reboot(int);
boolean_t reboot = B_FALSE;
reboot = B_TRUE;
if (reboot) {
COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot);
nfs4_recov_t raction, nfs_opnum4 op, bool_t reboot, char *srvname,
set_fact(fid, fp, stat4, raction, op, reboot, error, vp);
nfs4_recov_t raction, nfs_opnum4 op, bool_t reboot, int error,
fp->rf_reboot = reboot;
fp->rf_reboot = reboot;
bool_t reboot = FALSE;
reboot = TRUE;
recovp->rc_srv_reboot = reboot;
nfs4_queue_fact(RF_ERR, mi, stat, action, op, reboot, NULL, error,
start_recovery_action(nfs4_recov_t what, bool_t reboot, mntinfo4_t *mi,
recovp->rc_srv_reboot = reboot;
"ACK_enable" (even "ACK_disable/ACK_enable") does not help when IGU block is stuck from previous VM shutdown/reboot (not ACKed sunbitted interrupt interrupt).
uint32_t reboot;
reboot = pci_config_get16(handle, mgp->vso + 0x14);
cmn_err(CE_WARN, "%s NIC rebooted 0x%x\n", mgp->name, reboot);
boolean_t reboot;
reboot = B_FALSE;
if ((rc = efx_mcdi_nvram_update_finish(enp, partn, reboot)) != 0)
__in boolean_t reboot);
__in boolean_t reboot)
MCDI_IN_SET_DWORD(req, NVRAM_UPDATE_FINISH_IN_REBOOT, reboot);
boolean_t reboot;
reboot = (partn == MC_CMD_NVRAM_TYPE_PHY_PORT0 ||
if ((rc = efx_mcdi_nvram_update_finish(enp, partn, reboot)) != 0) {
extern int reboot(int, char *);
vsw_hio_free_all_shares(vsw_t *vswp, boolean_t reboot)
vsw_hio_port_reset(vsharep->vs_portp, reboot);
if (reboot == B_FALSE) {
static void vsw_hio_free_all_shares(vsw_t *vswp, boolean_t reboot);