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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dreboot.c35 #include <sys/reboot.h>
41 reboot(int howto, char *bootargs) function
/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dreboot.c49 * BSD reboot.h
53 #define RB_ASKNAME 0x001 /* ask for file name to reboot from */
54 #define RB_SINGLE 0x002 /* reboot to single user only */
55 #define RB_NOSYNC 0x004 /* dont sync before reboot */
56 #define RB_HALT 0x008 /* don't reboot, just halt */
66 reboot(int howto, char *bootargs) function
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/
H A Dbtx.S284 ljmp $0xf000,$0xfff0 # reboot the machine
391 * Reboot the machine by setting the reboot flag and exiting
393 reboot: orb $0x1,btx_hdr+0x7 # Set the reboot flag label
394 jmp exit # Terminate BTX and reboot
711 intx30.1: orb $0x1,%ss:btx_hdr+0x7 # Flag reboot
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_hio.c97 static void vsw_hio_free_all_shares(vsw_t *vswp, boolean_t reboot);
165 * Register to get reboot and panic events so that
334 /* Unregister reboot and panic callbs. */
363 vsw_hio_free_all_shares(vsw_t *vswp, boolean_t reboot) argument
420 * If it is reboot case, issue an immediate
426 vsw_hio_port_reset(vsharep->vs_portp, reboot);
448 if (reboot == B_FALSE) {
897 * vsw_hio_reboot_callb -- Called for reboot event. It tries to
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_nvram.c890 __in boolean_t reboot)
905 MCDI_IN_SET_DWORD(req, NVRAM_UPDATE_FINISH_IN_REBOOT, reboot);
887 efx_mcdi_nvram_update_finish( __in efx_nic_t *enp, __in uint32_t partn, __in boolean_t reboot) argument
H A Dsiena_nvram.c175 boolean_t reboot; local
180 * explicitly cope with an MC reboot after a firmware update.
182 reboot = (partn == MC_CMD_NVRAM_TYPE_PHY_PORT0 ||
186 if ((rc = efx_mcdi_nvram_update_finish(enp, partn, reboot)) != 0) {
H A Def10_nvram.c2017 boolean_t reboot; local
2020 reboot = B_FALSE;
2021 if ((rc = efx_mcdi_nvram_update_finish(enp, partn, reboot)) != 0)
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_debug.c327 nfs4_recov_t raction, nfs_opnum4 op, bool_t reboot, int error,
335 fp->rf_reboot = reboot;
342 fp->rf_reboot = reboot;
845 fp->rf_reboot ? "\n Suspected server reboot. " : "",
1424 nfs4_recov_t raction, nfs_opnum4 op, bool_t reboot, char *srvname,
1454 set_fact(fid, fp, stat4, raction, op, reboot, error, vp);
326 set_fact(nfs4_fact_type_t id, nfs4_rfact_t *fp, nfsstat4 stat4, nfs4_recov_t raction, nfs_opnum4 op, bool_t reboot, int error, vnode_t *vp) argument
1423 nfs4_queue_fact(nfs4_fact_type_t fid, mntinfo4_t *mi, nfsstat4 stat4, nfs4_recov_t raction, nfs_opnum4 op, bool_t reboot, char *srvname, int error, vnode_t *vp) argument
H A Dnfs4_recovery.c395 start_recovery_action(nfs4_recov_t what, bool_t reboot, mntinfo4_t *mi, argument
407 recovp->rc_srv_reboot = reboot;
3120 bool_t reboot = FALSE; local
3192 * style recovery. reboot remains false, since
3208 reboot = TRUE;
3238 recovp->rc_srv_reboot = reboot;
3240 nfs4_queue_fact(RF_ERR, mi, stat, action, op, reboot, NULL, error,
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c136 #define SHELP_REBOOT "reboot [-- boot_arguments]"
187 { CMD_REBOOT, "reboot", SHELP_REBOOT, reboot_func },
241 return (gettext("Gracefully shutdown the zone or reboot if "
1638 "reboot(1M)", cmd_to_str(cmd_num));
1870 boolean_t reboot = B_FALSE; local
1886 reboot = B_TRUE;
1921 if (reboot) {
1941 zerror(gettext("cannot reboot zone in alternate root"));
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c4876 uint32_t reboot; local
4892 reboot = pci_config_get16(handle, mgp->vso + 0x14);
4893 cmn_err(CE_WARN, "%s NIC rebooted 0x%x\n", mgp->name, reboot);

Completed in 422 milliseconds