Home
last modified time | relevance | path

Searched refs:acts (Results 1 – 25 of 105) sorted by relevance

12345

/freebsd-14-stable/usr.sbin/bhyve/kbdlayout/
HDuk_capsctrl2 # (uk_capsctrl : United Kingdom (Caps Lock acts as Left Ctrl))
/freebsd-14-stable/sys/contrib/device-tree/Bindings/mfd/
Drohm,bd70528-pmic.txt15 - interrupt-controller : To indicate BD70528 acts as an interrupt controller.
18 - gpio-controller : To indicate BD70528 acts as a GPIO controller.
/freebsd-14-stable/usr.sbin/config/
HDkernconf.tmpl2 * This file acts as a template for config.c that will be generated in the
/freebsd-14-stable/sys/contrib/device-tree/Bindings/input/
HDpwm-beeper.txt10 - amp-supply: phandle to a regulator that acts as an amplifier for the beeper
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_mac.cpp298 posix_spawn_file_actions_t acts; in internal_spawn_impl() local
299 res = posix_spawn_file_actions_init(&acts); in internal_spawn_impl()
303 posix_spawn_file_actions_destroy(&acts); in internal_spawn_impl()
306 res = posix_spawn_file_actions_adddup2(&acts, secondary_fd, STDIN_FILENO) || in internal_spawn_impl()
307 posix_spawn_file_actions_adddup2(&acts, secondary_fd, STDOUT_FILENO) || in internal_spawn_impl()
308 posix_spawn_file_actions_addclose(&acts, secondary_fd); in internal_spawn_impl()
328 res = posix_spawn(pid, argv[0], &acts, &attrs, argv_casted, envp_casted); in internal_spawn_impl()
/freebsd-14-stable/etc/sendmail/
HDfreebsd.submit.mc13 # that acts as a initial mail submission program.
/freebsd-14-stable/contrib/sendmail/cf/cf/
HDsubmit.mc14 # acts as a initial mail submission program.
/freebsd-14-stable/sys/contrib/device-tree/Bindings/gpio/
Dibm,ppc4xx-gpio.txt4 particular pin that has GPIO capabilities acts as a GPIO or is used for
HDgpio-atlas7.txt11 The GPIO controller also acts as an interrupt controller. It uses the default
/freebsd-14-stable/contrib/sendmail/cf/feature/
HDnullclient.m420 # mailer". In this sense, it acts like the "R" option in Sun
/freebsd-14-stable/sys/contrib/device-tree/Bindings/pinctrl/
Dti,da850-pupd.txt12 The controller node also acts as a container for pin group configuration nodes.
/freebsd-14-stable/crypto/openssl/doc/man3/
HDEVP_seed_cbc.pod26 All modes below use a key length of 128 bits and acts on blocks of 128-bits.
HDEVP_desx_cbc.pod18 All modes below use a key length of 128 bits and acts on blocks of 128-bits.
HDEVP_sm4_cbc.pod28 All modes below use a key length of 128 bits and acts on blocks of 128 bits.
/freebsd-14-stable/sys/contrib/device-tree/Bindings/spi/
HDicpdas-lp8841-spi-rtc.txt4 memory register, which acts as an SPI master device.
/freebsd-14-stable/sys/contrib/device-tree/Bindings/riscv/
HDsifive-l2-cache.txt5 acts as directory-based coherency manager.
/freebsd-14-stable/share/syscons/keymaps/
HDINDEX.keymaps571 uk.iso-ctrl.kbd:en:United Kingdom ISO-8859-1 (Caps Lock acts as Left Ctrl)
574 #uk.iso-ctrl.kbd:fr:Royaume Uni ISO-8859-1 (caps lock acts as Left Ctrl)
575 #uk.iso-ctrl.kbd:pt:Reino Unido ISO-8859-1 (caps lock acts as Left Ctrl)
576 #uk.iso-ctrl.kbd:es:Brit�nico ISO-8859-1 (caps lock acts as Left Ctrl)
585 uk.cp850-ctrl.kbd:en:United Kingdom Codepage 850 (Caps Lock acts as Left Ctrl)
588 #uk.cp850.kbd:fr:Royaume Uni ISO-8859-1 (caps lock acts as Left Ctrl)
589 #uk.cp850.kbd:pt:Reino Unido ISO-8859-1 (caps lock acts as Left Ctrl)
590 #uk.cp850.kbd:es:Brit�nico ISO-8859-1 (caps lock acts as Left Ctrl)
662 us.pc-ctrl.kbd:en:United States of America ISO-8859-1 (Caps Lock acts as Left Ctrl)
/freebsd-14-stable/sys/contrib/device-tree/Bindings/media/
Drenesas,drif.txt64 - If it acts as primary among enabled bonds
68 - renesas,primary-bond: empty property indicating the channel acts as primary
/freebsd-14-stable/sys/contrib/device-tree/Bindings/clock/
Dxlnx,zynqmp-clk.txt6 tree. It reads required input clock frequencies from the devicetree and acts
/freebsd-14-stable/usr.sbin/watchdogd/
HDwatchdogd.c546 timeout_act_str2int(const char *lopt, const char *acts) in timeout_act_str2int() argument
553 tofree = dupacts = strdup(acts); in timeout_act_str2int()
/freebsd-14-stable/sys/contrib/device-tree/Bindings/arm/msm/
Dqcom,saw2.txt42 Definition: Indicates that this SPM device acts as a regulator device
/freebsd-14-stable/sys/dev/cxgb/common/
HDcxgb_t3_hw.c1746 const struct intr_info *acts, in t3_handle_intr_status() argument
1752 for ( ; acts->mask; ++acts) { in t3_handle_intr_status()
1753 if (!(status & acts->mask)) continue; in t3_handle_intr_status()
1754 if (acts->fatal) { in t3_handle_intr_status()
1757 acts->msg, status & acts->mask); in t3_handle_intr_status()
1758 status &= ~acts->mask; in t3_handle_intr_status()
1759 } else if (acts->msg) in t3_handle_intr_status()
1761 acts->msg, status & acts->mask); in t3_handle_intr_status()
1762 if (acts->stat_idx >= 0) in t3_handle_intr_status()
1763 stats[acts->stat_idx]++; in t3_handle_intr_status()
/freebsd-14-stable/sys/contrib/device-tree/src/arc/
HDaxc001.dtsi84 * which acts as a wire between MB INTC and CPU INTC.
/freebsd-14-stable/tools/tools/net80211/w00t/
HDREADME38 The same as assoc, but acts as an access point. Example:
/freebsd-14-stable/tools/tools/netrate/
HDREADME10 The netsend tool acts as a packet source, generating packets of the

12345