| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_sugar.c | 446 dt_node_t *acts, *pdesc; in dt_sugar_makeerrorclause() local 450 acts = dt_node_statement(dt_node_op2(DT_TOK_ASGN, in dt_sugar_makeerrorclause() 453 return (dt_node_clause(pdesc, NULL, acts)); in dt_sugar_makeerrorclause()
|
| /freebsd/usr.sbin/bhyve/kbdlayout/ |
| H A D | uk_capsctrl | 2 # (uk_capsctrl : United Kingdom (Caps Lock acts as Left Ctrl))
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | rohm,bd70528-pmic.txt | 15 - interrupt-controller : To indicate BD70528 acts as an interrupt controller. 18 - gpio-controller : To indicate BD70528 acts as a GPIO controller.
|
| /freebsd/usr.sbin/config/ |
| H A D | kernconf.tmpl | 2 * This file acts as a template for config.c that will be generated in the
|
| /freebsd/sys/contrib/device-tree/Bindings/input/ |
| H A D | pwm-beeper.txt | 10 - amp-supply: phandle to a regulator that acts as an amplifier for the beeper
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_mac.cpp | 291 posix_spawn_file_actions_t acts; in internal_spawn_impl() local 292 res = posix_spawn_file_actions_init(&acts); in internal_spawn_impl() 296 posix_spawn_file_actions_destroy(&acts); in internal_spawn_impl() 299 res = posix_spawn_file_actions_adddup2(&acts, secondary_fd, STDIN_FILENO) || in internal_spawn_impl() 300 posix_spawn_file_actions_adddup2(&acts, secondary_fd, STDOUT_FILENO) || in internal_spawn_impl() 301 posix_spawn_file_actions_addclose(&acts, secondary_fd); in internal_spawn_impl() 321 res = posix_spawn(pid, argv[0], &acts, &attrs, argv_casted, envp_casted); in internal_spawn_impl()
|
| /freebsd/contrib/sendmail/cf/cf/ |
| H A D | submit.mc | 14 # acts as a initial mail submission program.
|
| /freebsd/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | ibm,ppc4xx-gpio.txt | 4 particular pin that has GPIO capabilities acts as a GPIO or is used for
|
| H A D | gpio-atlas7.txt | 11 The GPIO controller also acts as an interrupt controller. It uses the default
|
| /freebsd/etc/sendmail/ |
| H A D | freebsd.submit.mc | 13 # that acts as a initial mail submission program.
|
| /freebsd/contrib/sendmail/cf/feature/ |
| H A D | nullclient.m4 | 20 # mailer". In this sense, it acts like the "R" option in Sun
|
| /freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | ti,da850-pupd.txt | 12 The controller node also acts as a container for pin group configuration nodes.
|
| /freebsd/packages/hostapd/ |
| H A D | hostapd.ucl | 22 The hostapd(8) daemon acts as an authenticator for stations connecting to an
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | EVP_desx_cbc.pod | 18 All modes below use a key length of 128 bits and acts on blocks of 128-bits.
|
| H A D | EVP_seed_cbc.pod | 26 All modes below use a key length of 128 bits and acts on blocks of 128-bits.
|
| H A D | EVP_sm4_cbc.pod | 28 All modes below use a key length of 128 bits and acts on blocks of 128 bits.
|
| /freebsd/sys/contrib/device-tree/Bindings/spi/ |
| H A D | icpdas-lp8841-spi-rtc.txt | 4 memory register, which acts as an SPI master device.
|
| /freebsd/sys/contrib/device-tree/Bindings/riscv/ |
| H A D | sifive-l2-cache.txt | 5 acts as directory-based coherency manager.
|
| /freebsd/share/syscons/keymaps/ |
| H A D | INDEX.keymaps | 571 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/usr.sbin/watchdogd/ |
| H A D | watchdogd.c | 538 timeout_act_str2int(const char *lopt, const char *acts) in timeout_act_str2int() argument 545 tofree = dupacts = strdup(acts); in timeout_act_str2int()
|
| /freebsd/sys/contrib/device-tree/Bindings/media/ |
| H A D | renesas,drif.txt | 64 - If it acts as primary among enabled bonds 68 - renesas,primary-bond: empty property indicating the channel acts as primary
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ |
| H A D | xlnx,zynqmp-clk.txt | 6 tree. It reads required input clock frequencies from the devicetree and acts
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_RAND-CRNG-TEST.pod | 9 This B<EVP_RAND> object acts as a filter between the entropy source
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/msm/ |
| H A D | qcom,saw2.txt | 42 Definition: Indicates that this SPM device acts as a regulator device
|
| /freebsd/sys/dev/cxgb/common/ |
| H A D | cxgb_t3_hw.c | 1746 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()
|