Home
last modified time | relevance | path

Searched refs:howto (Results 1 – 25 of 26) sorted by relevance

12

/f-stack/freebsd/kern/
H A Dsubr_boot.c95 int i, howto; in boot_env_to_howto() local
104 return (howto); in boot_env_to_howto()
131 int howto; in boot_parse_arg() local
152 howto = 0; in boot_parse_arg()
180 return (howto); in boot_parse_arg()
190 int howto; in boot_parse_cmdline_delim() local
192 howto = 0; in boot_parse_cmdline_delim()
198 return (howto); in boot_parse_cmdline_delim()
217 int i, howto; in boot_parse_args() local
219 howto = 0; in boot_parse_args()
[all …]
H A Dkern_shutdown.c321 int howto; in shutdown_nice_task_fn() local
323 howto = (uintptr_t)arg; in shutdown_nice_task_fn()
326 if (howto & RB_POWEROFF) in shutdown_nice_task_fn()
328 else if (howto & RB_POWERCYCLE) in shutdown_nice_task_fn()
330 else if (howto & RB_HALT) in shutdown_nice_task_fn()
344 shutdown_nice(int howto) in shutdown_nice() argument
355 kern_reboot(howto | RB_NOSYNC); in shutdown_nice()
427 kern_reboot(int howto) in kern_reboot() argument
595 shutdown_halt(void *junk, int howto) in shutdown_halt() argument
598 if (howto & RB_HALT) { in shutdown_halt()
[all …]
H A Dkern_poll.c264 poll_shutdown(void *arg, int howto) in poll_shutdown() argument
H A Dkern_alq.c229 ald_shutdown(void *arg, int howto) in ald_shutdown() argument
H A Dkern_ntptime.c1041 shutdown_resettodr(void *arg __unused, int howto __unused) in shutdown_resettodr()
H A Dvfs_subr.c108 static void syncer_shutdown(void *arg, int howto);
2770 syncer_shutdown(void *arg, int howto) in syncer_shutdown() argument
2773 if (howto & RB_NOSYNC) in syncer_shutdown()
2780 kproc_shutdown(arg, howto); in syncer_shutdown()
/f-stack/freebsd/security/mac/
H A Dmac_system.c176 mac_system_check_reboot(struct ucred *cred, int howto) in mac_system_check_reboot() argument
180 MAC_POLICY_CHECK_NOSLEEP(system_check_reboot, cred, howto); in mac_system_check_reboot()
181 MAC_CHECK_PROBE2(system_check_reboot, error, cred, howto); in mac_system_check_reboot()
H A Dmac_framework.h367 int mac_system_check_reboot(struct ucred *cred, int howto);
H A Dmac_policy.h474 typedef int (*mpo_system_check_reboot_t)(struct ucred *cred, int howto);
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_wdog.c227 bcmwd_reboot_system(void *sc, int howto) in bcmwd_reboot_system() argument
232 if (howto & RB_HALT || howto & RB_POWEROFF) in bcmwd_reboot_system()
/f-stack/freebsd/sys/
H A Dboot.h38 void boot_howto_to_env(int howto);
/f-stack/dpdk/doc/guides/
H A Dindex.rst15 howto/index
/f-stack/freebsd/arm/allwinner/
H A Daw_wdog.c231 aw_wdog_shutdown_fn(void *private, int howto) in aw_wdog_shutdown_fn() argument
233 if ((howto & (RB_POWEROFF|RB_HALT)) == 0) in aw_wdog_shutdown_fn()
H A Daxp209.c814 axp2xx_shutdown(void *devp, int howto) in axp2xx_shutdown() argument
818 if (!(howto & RB_POWEROFF)) in axp2xx_shutdown()
H A Daxp81x.c911 axp8xx_shutdown(void *devp, int howto) in axp8xx_shutdown() argument
915 if ((howto & RB_POWEROFF) == 0) in axp8xx_shutdown()
/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_pmic.c303 am335x_pmic_shutdown(void *xdev, int howto) in am335x_pmic_shutdown() argument
305 if (!(howto & RB_POWEROFF)) in am335x_pmic_shutdown()
/f-stack/tools/libxo/doc/
H A Dindex.rst47 howto
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Darc_os.c214 arc_lowmem(void *arg __unused, int howto __unused) in arc_lowmem()
H A Dkmod_core.c320 zfs_shutdown(void *arg __unused, int howto __unused) in zfs_shutdown()
/f-stack/freebsd/security/audit/
H A Daudit_private.h497 void audit_shutdown(void *arg, int howto);
H A Daudit.c400 audit_shutdown(void *arg, int howto) in audit_shutdown() argument
/f-stack/dpdk/doc/guides/prog_guide/
H A Dtelemetry_lib.rst166 For details on its use, see the :doc:`../howto/telemetry`.
/f-stack/freebsd/netinet/
H A Dtcp_ratelimit.c1179 tcp_rl_shutdown(void *arg __unused, int howto __unused) in tcp_rl_shutdown()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_20_02.rst249 * **Added OpenWrt howto guide.**
/f-stack/dpdk/
H A DMAINTAINERS290 F: doc/guides/howto/avx512.rst
1519 F: doc/guides/howto/telemetry.rst

12