| /f-stack/freebsd/kern/ |
| H A D | subr_boot.c | 95 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 D | kern_shutdown.c | 321 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 D | kern_poll.c | 264 poll_shutdown(void *arg, int howto) in poll_shutdown() argument
|
| H A D | kern_alq.c | 229 ald_shutdown(void *arg, int howto) in ald_shutdown() argument
|
| H A D | kern_ntptime.c | 1041 shutdown_resettodr(void *arg __unused, int howto __unused) in shutdown_resettodr()
|
| H A D | vfs_subr.c | 108 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 D | mac_system.c | 176 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 D | mac_framework.h | 367 int mac_system_check_reboot(struct ucred *cred, int howto);
|
| H A D | mac_policy.h | 474 typedef int (*mpo_system_check_reboot_t)(struct ucred *cred, int howto);
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_wdog.c | 227 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 D | boot.h | 38 void boot_howto_to_env(int howto);
|
| /f-stack/dpdk/doc/guides/ |
| H A D | index.rst | 15 howto/index
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | aw_wdog.c | 231 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 D | axp209.c | 814 axp2xx_shutdown(void *devp, int howto) in axp2xx_shutdown() argument 818 if (!(howto & RB_POWEROFF)) in axp2xx_shutdown()
|
| H A D | axp81x.c | 911 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 D | am335x_pmic.c | 303 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 D | index.rst | 47 howto
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | arc_os.c | 214 arc_lowmem(void *arg __unused, int howto __unused) in arc_lowmem()
|
| H A D | kmod_core.c | 320 zfs_shutdown(void *arg __unused, int howto __unused) in zfs_shutdown()
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit_private.h | 497 void audit_shutdown(void *arg, int howto);
|
| H A D | audit.c | 400 audit_shutdown(void *arg, int howto) in audit_shutdown() argument
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | telemetry_lib.rst | 166 For details on its use, see the :doc:`../howto/telemetry`.
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_ratelimit.c | 1179 tcp_rl_shutdown(void *arg __unused, int howto __unused) in tcp_rl_shutdown()
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_20_02.rst | 249 * **Added OpenWrt howto guide.**
|
| /f-stack/dpdk/ |
| H A D | MAINTAINERS | 290 F: doc/guides/howto/avx512.rst 1519 F: doc/guides/howto/telemetry.rst
|