| /freebsd-13.1/sbin/ipf/libipf/ |
| H A D | getnattype.c | 25 char *which; in getnattype() local 33 which = "MAP"; in getnattype() 39 which = "RDR"; in getnattype() 42 which = "RWR-MAP"; in getnattype() 45 which = "RWR-RDR"; in getnattype() 48 which = "BIMAP"; in getnattype() 51 which = "DIV-RDR"; in getnattype() 54 which = "DIV-MAP"; in getnattype() 57 which = "ENC-RDR"; in getnattype() 60 which = "ENC-MAP"; in getnattype() [all …]
|
| /freebsd-13.1/usr.sbin/pw/ |
| H A D | pw.c | 110 static void cmdhelp(int mode, int which); 115 int mode = -1, which = -1, tmp; in main() local 173 which = tmp; in main() 174 else if ((mode == -1 && which == -1) && in main() 177 which = tmp / M_NUM; in main() 180 cmdhelp(mode, which); in main() 181 else if (which != -1 && mode != -1) in main() 192 if (mode == -1 || which == -1) in main() 193 cmdhelp(mode, which); in main() 223 cmdhelp(int mode, int which) in cmdhelp() argument [all …]
|
| /freebsd-13.1/crypto/openssh/regress/ |
| H A D | key-options.sh | 31 which=$1 35 verbose "key option pty $which" 39 fail "key option failed $which" 44 *) fail "key option failed $which (pty $r)" ;; 49 which=$1 53 verbose "key option pty $which" 59 fail "key option failed $which (pty $r)" 62 /dev/*) fail "key option failed $which (pty $r)" ;; 107 which=$1 111 verbose "key option expiry-time $which" [all …]
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_rb.c | 267 RB_SET_POSITION(new_child->rb_nodes[which], which); in __archive_rb_tree_reparent_nodes() 279 unsigned int which; in __archive_rb_tree_insert_rebalance() local 288 which = (father == grandpa->rb_right); in __archive_rb_tree_insert_rebalance() 289 other = which ^ RB_DIR_OTHER; in __archive_rb_tree_insert_rebalance() 351 const unsigned int which = RB_POSITION(self); in __archive_rb_tree_prune_node() local 358 father->rb_nodes[which] = self->rb_left; in __archive_rb_tree_prune_node() 496 unsigned int which; in __archive_rb_tree_remove_node() local 538 which = RB_POSITION(self) ^ RB_DIR_OTHER; in __archive_rb_tree_remove_node() 553 while (RB_BLACK_P(parent->rb_nodes[which])) { in __archive_rb_tree_removal_rebalance() 554 unsigned int other = which ^ RB_DIR_OTHER; in __archive_rb_tree_removal_rebalance() [all …]
|
| /freebsd-13.1/sys/sys/ |
| H A D | resourcevar.h | 126 int kern_proc_setrlimit(struct thread *td, struct proc *p, u_int which, 131 rlim_t lim_cur(struct thread *td, int which); 132 #define lim_cur(td, which) ({ \ argument 135 int _which = (which); \ 136 if (__builtin_constant_p(which) && which != RLIMIT_DATA && \ 137 which != RLIMIT_STACK && which != RLIMIT_VMEM) { \ 145 rlim_t lim_cur_proc(struct proc *p, int which); 151 rlim_t lim_max(struct thread *td, int which); 152 rlim_t lim_max_proc(struct proc *p, int which); 153 void lim_rlimit(struct thread *td, int which, struct rlimit *rlp); [all …]
|
| /freebsd-13.1/usr.bin/renice/ |
| H A D | renice.c | 72 int errs, incr, prio, which, who; in main() local 76 which = PRIO_PROCESS; in main() 92 which = PRIO_PGRP; in main() 96 which = PRIO_USER; in main() 100 which = PRIO_PROCESS; in main() 103 if (which == PRIO_USER) { in main() 125 errs += donice(which, who, prio, incr); in main() 131 donice(int which, int who, int prio, int incr) in donice() argument 136 oldprio = getpriority(which, who); in donice() 147 if (setpriority(which, who, prio) < 0) { in donice()
|
| /freebsd-13.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | db_iterator.c | 125 if (which < dbdLAST) { in update_getenv() 139 my_vars[which].name = name; in update_getenv() 143 my_vars[which].value = value; in update_getenv() 158 (void) update_getenv(name, which); in cache_getenv() 159 if (which < dbdLAST) { in cache_getenv() 160 result = my_vars[which].value; in cache_getenv() 436 DBDIRS which; in _nc_db_iterator_leaks() local 442 for (which = 0; (int) which < dbdLAST; ++which) { in _nc_db_iterator_leaks() 443 my_vars[which].name = 0; in _nc_db_iterator_leaks() 444 FreeIfNeeded(my_vars[which].value); in _nc_db_iterator_leaks() [all …]
|
| /freebsd-13.1/contrib/ncurses/ |
| H A D | mk-0th.awk | 63 if ( ( which == "ticlib" ) && ( subsets ~ /ticlib / ) ) { 65 } else if ( ( which == "termlib" || which == "ext_tinfo" ) && ( subsets ~ /[[:space:]]base/ ) ) { 83 which = libname; 91 which = $0; 92 sub(/^@[[:blank:]]+/, "", which); 93 sub(/[[:blank:]]+$/, "", which); 117 if (which ~ /port_/ )
|
| /freebsd-13.1/usr.bin/cpuset/ |
| H A D | cpuset.c | 70 static cpuwhich_t which; variable 280 if (cpuset_getid(level, which, id, &setid)) in printsetid() 301 which = CPU_WHICH_PID; in main() 314 which = CPU_WHICH_DOMAIN; in main() 325 which = CPU_WHICH_JAIL; in main() 340 which = CPU_WHICH_PID; in main() 349 which = CPU_WHICH_CPUSET; in main() 354 which = CPU_WHICH_TID; in main() 359 which = CPU_WHICH_IRQ; in main() 441 which = CPU_WHICH_PID; in main() [all …]
|
| /freebsd-13.1/contrib/unbound/contrib/ |
| H A D | unbound_cache.sh | 26 BASENAME=`which basename` 27 CAT=`which cat` 28 CUT=`which cut` 29 ECHO=`which echo` 30 EXPR=`which expr` 31 GETOPT=`which getopt` 32 ID=`which id` 33 LS=`which ls`
|
| H A D | create_unbound_ad_servers.sh | 15 CAT=`which cat` 16 ECHO=`which echo` 17 WGET=`which wget` 18 TR=`which tr`
|
| /freebsd-13.1/contrib/dialog/ |
| H A D | buildlist.c | 787 if (j != which) { in dlg_buildlist() 794 which = j; in dlg_buildlist() 807 if (which == 0) { in dlg_buildlist() 973 which); in dlg_buildlist() 977 which); in dlg_buildlist() 982 which), in dlg_buildlist() 983 which); in dlg_buildlist() 1025 which); in dlg_buildlist() 1045 which); in dlg_buildlist() 1050 which); in dlg_buildlist() [all …]
|
| /freebsd-13.1/sys/kern/ |
| H A D | kern_resource.c | 87 int which; member 107 switch (which) { in kern_getpriority() 175 int which; member 195 switch (which) { in kern_setpriority() 543 u_int which; member 564 u_int which; member 597 u_int which; member 692 switch (which) { in kern_proc_setrlimit() 784 u_int which; member 1315 KASSERT(which >= 0 && which < RLIM_NLIMITS, in lim_rlimit() [all …]
|
| H A D | kern_cpuset.c | 899 switch (which) { in cpuset_which() 1733 if (which != CPU_WHICH_TID && which != CPU_WHICH_PID) in cpuset_check_capabilities() 1772 cpuwhich_t which; member 1807 cpuwhich_t which; member 1836 switch (which) { in kern_cpuset_getid() 1873 cpuwhich_t which; member 1912 switch (which) { in kern_cpuset_getaffinity() 1937 switch (which) { in kern_cpuset_getaffinity() 1985 cpuwhich_t which; member 2045 switch (which) { in kern_cpuset_setaffinity() [all …]
|
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_time.c | 281 if (args->which < 0) { in linux_clock_gettime() 282 clockwhich = LINUX_CPUCLOCK_WHICH(args->which); in linux_clock_gettime() 283 pid = LINUX_CPUCLOCK_ID(args->which); in linux_clock_gettime() 324 if (args->which < 0) { in linux_clock_gettime() 325 clockwhich = LINUX_CPUCLOCK_WHICH(args->which); in linux_clock_gettime() 326 tid = LINUX_CPUCLOCK_ID(args->which); in linux_clock_gettime() 460 if (args->which < 0) { in linux_clock_getres() 463 tid = LINUX_CPUCLOCK_ID(args->which); in linux_clock_getres() 472 pid = LINUX_CPUCLOCK_ID(args->which); in linux_clock_getres() 492 clockwhich = LINUX_CPUCLOCK_WHICH(args->which); in linux_clock_getres() [all …]
|
| /freebsd-13.1/sys/security/audit/ |
| H A D | audit_bsm_klib.c | 316 audit_msgsys_to_event(int which) in audit_msgsys_to_event() argument 319 if ((which >= 0) && (which < aue_msgsys_count)) in audit_msgsys_to_event() 320 return (aue_msgsys[which]); in audit_msgsys_to_event() 327 audit_semsys_to_event(int which) in audit_semsys_to_event() argument 330 if ((which >= 0) && (which < aue_semsys_count)) in audit_semsys_to_event() 331 return (aue_semsys[which]); in audit_semsys_to_event() 338 audit_shmsys_to_event(int which) in audit_shmsys_to_event() argument 341 if ((which >= 0) && (which < aue_shmsys_count)) in audit_shmsys_to_event() 342 return (aue_shmsys[which]); in audit_shmsys_to_event()
|
| /freebsd-13.1/stand/libsa/ |
| H A D | gpt.c | 55 gptupdate(const char *which, struct dsk *dskp, struct gpt_hdr *hdr, in gptupdate() argument 76 BOOTPROG, which); in gptupdate() 88 printf("%s: unable to update %s GPT header\n", BOOTPROG, which); in gptupdate() 186 gptread_hdr(const char *which, struct dsk *dskp, struct gpt_hdr *hdr, in gptread_hdr() argument 192 printf("%s: unable to read %s GPT header\n", BOOTPROG, which); in gptread_hdr() 200 printf("%s: invalid %s GPT header\n", BOOTPROG, which); in gptread_hdr() 208 which); in gptread_hdr() 267 BOOTPROG, which); in gptbootconv() 281 printf("%s: unable to update %s GPT header\n", BOOTPROG, which); in gptbootconv() 302 BOOTPROG, which); in gptread_table() [all …]
|
| /freebsd-13.1/contrib/bsnmp/snmpd/ |
| H A D | action.c | 257 switch (which) { in op_system_group() 281 switch (which) { in op_system_group() 302 switch (which) { in op_system_group() 326 switch (which) { in op_system_group() 367 switch (which) { in op_debug() 384 switch (which) { in op_debug() 408 switch (which) { in op_debug() 425 switch (which) { in op_debug() 846 switch (which) { in op_community() 1043 switch (which) { in op_modules() [all …]
|
| /freebsd-13.1/sys/xen/interface/arch-x86/ |
| H A D | xen-x86_32.h | 116 #define __DECL_REG_LO8(which) union { \ argument 117 uint32_t e ## which ## x; \ 118 uint16_t which ## x; \ 120 uint8_t which ## l; \ 121 uint8_t which ## h; \ 130 #define __DECL_REG_LO8(which) uint32_t e ## which ## x argument
|
| H A D | xen-x86_64.h | 135 #define __DECL_REG_LOHI(which) union { \ argument 136 uint64_t r ## which ## x; \ 137 uint32_t e ## which ## x; \ 138 uint16_t which ## x; \ 140 uint8_t which ## l; \ 141 uint8_t which ## h; \
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/clock/ |
| H A D | exynos5433-clock.txt | 13 which generates clocks for LLI (Low Latency Interface) IP. 15 which generates clocks for DRAM Memory Controller domain. 21 which generates clocks for USB/UFS/SDMMC/TSI/PDMA IPs. 23 which generates clocks for G2D/MDMA IPs. 27 which generates clocks for Cortex-A5/BUS/AUDIO clocks. 32 which generates clocks for 3D Graphics Engine IP. 34 which generates clocks for GSCALER IPs. 36 which generates clocks for Cortex-A53 Quad-core processor. 43 which generates clocks for MFC(Multi-Format Codec) IP. 47 which generates clocks for FIMC-ISP/DRC/SCLC/DIS/3DNR IPs. [all …]
|
| H A D | ux500.txt | 10 CLKRST4, which does not exist. 14 reset, control unit) clocks. The cell indicates which PRCMU 18 The first cell indicates which PRCC block the consumer 20 cell indicates which clock inside the PRCC block it wants, 24 The first cell indicates which PRCC block the consumer 26 cell indicates which clock inside the PRCC block it wants,
|
| /freebsd-13.1/share/examples/ipfilter/rules/ |
| H A D | firewall | 8 rules which: 9 a) blocks all packets which might belong to an IP Spoofing attack; 11 c) blocks all packets which have a length which is too short for 17 Draw up a list of which services you want to allow users to use on the 36 * "ext-service" is the service to which you wish to connect or if it doesn't
|
| /freebsd-13.1/crypto/openssl/ssl/ |
| H A D | t1_enc.c | 120 int tls1_change_cipher_state(SSL *s, int which) in tls1_change_cipher_state() argument 154 if (which & SSL3_CC_READ) { in tls1_change_cipher_state() 277 if ((which == SSL3_CHANGE_CIPHER_CLIENT_WRITE) || in tls1_change_cipher_state() 278 (which == SSL3_CHANGE_CIPHER_SERVER_READ)) { in tls1_change_cipher_state() 317 printf("which = %04X\nmac key=", which); in tls1_change_cipher_state() 376 if (which & SSL3_CC_WRITE) in tls1_change_cipher_state() 388 if (which & SSL3_CC_WRITE) { in tls1_change_cipher_state() 401 if (which & SSL3_CC_WRITE) in tls1_change_cipher_state() 410 if (which & SSL3_CC_READ) { in tls1_change_cipher_state() 432 if (which & SSL3_CC_WRITE) in tls1_change_cipher_state() [all …]
|
| /freebsd-13.1/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| H A D | wlan_sys.c | 815 switch (which) { in wlan_config_snmp2ioctl() 963 switch (which) { in wlan_regdomain_to_snmp() 1030 int which; in wlan_snmp_to_regdomain() local 1034 which = SKU_FCC; in wlan_snmp_to_regdomain() 1037 which = SKU_CA; in wlan_snmp_to_regdomain() 1067 which = SKU_ROW; in wlan_snmp_to_regdomain() 1076 which = SKU_SR9; in wlan_snmp_to_regdomain() 1090 return (which); in wlan_snmp_to_regdomain() 1606 switch (which) { in wlan_config_snmp2value() 2033 switch (which) { in wlan_config_get_ioctl() [all …]
|