Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 2675) sorted by relevance

12345678910>>...107

/freebsd-12.1/contrib/ipfilter/lib/
H A Dgetnattype.c26 char *which; local
34 which = "MAP";
40 which = "RDR";
43 which = "RWR-MAP";
46 which = "RWR-RDR";
49 which = "BIMAP";
52 which = "DIV-RDR";
55 which = "DIV-MAP";
58 which = "ENC-RDR";
61 which = "ENC-MAP";
[all …]
/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Ddb_iterator.c100 if (which < dbdLAST) { in update_getenv()
105 } else if (my_vars[which].name == 0 || strcmp(my_vars[which].name, name)) { in update_getenv()
107 my_vars[which].name = name; in update_getenv()
108 my_vars[which].value = value; in update_getenv()
112 my_vars[which].value = value; in update_getenv()
131 if (which < dbdLAST) { in cache_getenv()
132 result = my_vars[which].value; in cache_getenv()
401 DBDIRS which; in _nc_db_iterator_leaks() local
407 for (which = 0; (int) which < dbdLAST; ++which) { in _nc_db_iterator_leaks()
408 my_vars[which].name = 0; in _nc_db_iterator_leaks()
[all …]
/freebsd-12.1/usr.sbin/pw/
H A Dpw.c110 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-12.1/crypto/openssh/regress/
H A Dkey-options.sh25 which=$1
29 verbose "key option pty $which"
33 fail "key option failed $which"
38 *) fail "key option failed $which (pty $r)" ;;
43 which=$1
47 verbose "key option pty $which"
53 fail "key option failed $which (pty $r)"
56 /dev/*) fail "key option failed $which (pty $r)" ;;
101 which=$1
105 verbose "key option expiry-time $which"
[all …]
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_rb.c267 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-12.1/contrib/dialog/
H A Dbuildlist.c649 which); in dlg_buildlist()
686 if (j != which) { in dlg_buildlist()
693 which = j; in dlg_buildlist()
857 which); in dlg_buildlist()
861 which); in dlg_buildlist()
866 which), in dlg_buildlist()
867 which); in dlg_buildlist()
909 which); in dlg_buildlist()
929 which); in dlg_buildlist()
934 which); in dlg_buildlist()
[all …]
/freebsd-12.1/usr.bin/renice/
H A Drenice.c72 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-12.1/usr.bin/cpuset/
H A Dcpuset.c68 static cpuwhich_t which; variable
278 if (cpuset_getid(level, which, id, &setid)) in printsetid()
299 which = CPU_WHICH_PID; in main()
312 which = CPU_WHICH_DOMAIN; in main()
323 which = CPU_WHICH_JAIL; in main()
338 which = CPU_WHICH_PID; in main()
347 which = CPU_WHICH_CPUSET; in main()
352 which = CPU_WHICH_TID; in main()
357 which = CPU_WHICH_IRQ; in main()
439 which = CPU_WHICH_PID; in main()
[all …]
/freebsd-12.1/contrib/ncurses/
H A Dmk-0th.awk62 if ( ( which == "ticlib" ) && ( subsets ~ /ticlib / ) ) {
64 } else if ( ( which == "termlib" || which == "ext_tinfo" ) && ( subsets ~ /[[:space:]]base/ ) ) {
82 which = libname;
90 which = $0;
91 sub(/^@[[:blank:]]+/, "", which);
92 sub(/[[:blank:]]+$/, "", which);
116 if (which ~ /port_/ )
/freebsd-12.1/contrib/unbound/contrib/
H A Dunbound_cache.sh26 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 Dcreate_unbound_ad_servers.sh15 CAT=`which cat`
16 ECHO=`which echo`
17 WGET=`which wget`
18 TR=`which tr`
/freebsd-12.1/sys/kern/
H A Dkern_resource.c88 int which; member
101 switch (uap->which) { in sys_getpriority()
170 int which; member
183 switch (uap->which) { in sys_setpriority()
531 u_int which; member
552 u_int which; member
585 u_int which; member
680 switch (which) { in kern_proc_setrlimit()
772 u_int which; member
1288 KASSERT(which >= 0 && which < RLIM_NLIMITS, in lim_rlimit()
[all …]
H A Dkern_cpuset.c854 switch (which) { in cpuset_which()
1613 cpuwhich_t which; member
1648 cpuwhich_t which; member
1677 switch (which) { in kern_cpuset_getid()
1714 cpuwhich_t which; member
1746 if (which != CPU_WHICH_TID && which != CPU_WHICH_PID) in kern_cpuset_getaffinity()
1759 switch (which) { in kern_cpuset_getaffinity()
1784 switch (which) { in kern_cpuset_getaffinity()
1863 if (which != CPU_WHICH_TID && which != CPU_WHICH_PID) in kern_cpuset_setaffinity()
1994 if (which != CPU_WHICH_TID && which != CPU_WHICH_PID) in kern_cpuset_getdomain()
[all …]
/freebsd-12.1/contrib/bsnmp/snmpd/
H A Daction.c257 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-12.1/sys/security/audit/
H A Daudit_bsm_klib.c316 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-12.1/stand/libsa/
H A Dgpt.c55 gptupdate(const char *which, struct dsk *dskp, struct gpt_hdr *hdr, in gptupdate() argument
76 BOOTPROG, which); in gptupdate()
85 printf("%s: unable to update %s GPT header\n", BOOTPROG, which); in gptupdate()
183 gptread_hdr(const char *which, struct dsk *dskp, struct gpt_hdr *hdr, in gptread_hdr() argument
189 printf("%s: unable to read %s GPT header\n", BOOTPROG, which); in gptread_hdr()
197 printf("%s: invalid %s GPT header\n", BOOTPROG, which); in gptread_hdr()
204 which); in gptread_hdr()
263 BOOTPROG, which); in gptbootconv()
274 printf("%s: unable to update %s GPT header\n", BOOTPROG, which); in gptbootconv()
295 BOOTPROG, which); in gptread_table()
[all …]
/freebsd-12.1/contrib/libstdc++/libsupc++/
H A Deh_alloc.cc119 unsigned int which = 0; in __cxa_allocate_exception() local
126 if (++which >= EMERGENCY_OBJ_COUNT) in __cxa_allocate_exception()
130 emergency_used |= (bitmask_type)1 << which; in __cxa_allocate_exception()
131 ret = &emergency_buffer[which][0]; in __cxa_allocate_exception()
158 const unsigned int which in __cxa_free_exception() local
162 emergency_used &= ~((bitmask_type)1 << which); in __cxa_free_exception()
/freebsd-12.1/sys/sys/
H A Dresourcevar.h129 int kern_proc_setrlimit(struct thread *td, struct proc *p, u_int which,
134 rlim_t lim_cur(struct thread *td, int which);
135 rlim_t lim_cur_proc(struct proc *p, int which);
140 rlim_t lim_max(struct thread *td, int which);
141 rlim_t lim_max_proc(struct proc *p, int which);
142 void lim_rlimit(struct thread *td, int which, struct rlimit *rlp);
143 void lim_rlimit_proc(struct proc *p, int which, struct rlimit *rlp);
/freebsd-12.1/sys/dev/drm/
H A Dmga_warp.c42 #define WARP_UCODE_SIZE( which ) \ argument
43 ((sizeof(which) / MGA_WARP_CODE_ALIGN + 1) * MGA_WARP_CODE_ALIGN)
45 #define WARP_UCODE_INSTALL( which, where ) \ argument
49 memcpy( vcbase, which, sizeof(which) ); \
50 pcbase += WARP_UCODE_SIZE( which ); \
51 vcbase += WARP_UCODE_SIZE( which ); \
/freebsd-12.1/sys/compat/linux/
H A Dlinux_time.c262 error = linux_to_native_clockid(&nwhich, args->which); in linux_clock_gettime()
272 clockwhich = LINUX_CPUCLOCK_WHICH(args->which); in linux_clock_gettime()
273 pid = LINUX_CPUCLOCK_ID(args->which); in linux_clock_gettime()
314 clockwhich = LINUX_CPUCLOCK_WHICH(args->which); in linux_clock_gettime()
316 tid = LINUX_CPUCLOCK_ID(args->which); in linux_clock_gettime()
389 error = linux_to_native_clockid(&nwhich, args->which); in linux_clock_settime()
431 error = linux_to_native_clockid(&nwhich, args->which); in linux_clock_getres()
445 tid = LINUX_CPUCLOCK_ID(args->which); in linux_clock_getres()
454 pid = LINUX_CPUCLOCK_ID(args->which); in linux_clock_getres()
473 clockwhich = LINUX_CPUCLOCK_WHICH(args->which); in linux_clock_getres()
[all …]
/freebsd-12.1/contrib/ipfilter/rules/
H A Dfirewall8 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-12.1/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c816 switch (which) { in wlan_config_snmp2ioctl()
964 switch (which) { in wlan_regdomain_to_snmp()
1031 int which; in wlan_snmp_to_regdomain() local
1035 which = SKU_FCC; in wlan_snmp_to_regdomain()
1038 which = SKU_CA; in wlan_snmp_to_regdomain()
1068 which = SKU_ROW; in wlan_snmp_to_regdomain()
1091 return (which); in wlan_snmp_to_regdomain()
1607 switch (which) { in wlan_config_snmp2value()
2034 switch (which) { in wlan_config_get_ioctl()
2059 switch (which) { in wlan_config_set_ioctl()
[all …]
/freebsd-12.1/contrib/binutils/bfd/doc/
H A Dbfdint.texi122 by the manner in which it is used.
149 within BFD which use the generic structures and which work with all
225 format which is outside of the BFD library.
230 in the manner which BFD does it today.
405 vectors which use the same sets of functions.
504 functions which don't easily fit into other categories.
609 interesting for targets which have core file support.
1004 once per file which includes them.
1222 S-records). The generic linker code, which is used by all targets which
1343 which simply calls the target vector entry point
[all …]
/freebsd-12.1/sys/dev/acpica/
H A Dacpi_pci.c78 static int acpi_pci_read_ivar(device_t dev, device_t child, int which,
80 static int acpi_pci_write_ivar(device_t dev, device_t child, int which,
129 acpi_pci_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) in acpi_pci_read_ivar() argument
134 switch (which) { in acpi_pci_read_ivar()
142 return (pci_read_ivar(dev, child, which, result)); in acpi_pci_read_ivar()
146 acpi_pci_write_ivar(device_t dev, device_t child, int which, uintptr_t value) in acpi_pci_write_ivar() argument
151 switch (which) { in acpi_pci_write_ivar()
159 return (pci_write_ivar(dev, child, which, value)); in acpi_pci_write_ivar()
/freebsd-12.1/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c168 switch (which) { in pf_status()
207 switch (which) { in pf_counter()
250 switch (which) { in pf_statetable()
290 switch (which) { in pf_srcnodes()
330 switch (which) { in pf_limits()
372 switch (which) { in pf_timeouts()
463 switch (which) { in pf_logif()
584 switch (which) { in pf_iftable()
731 switch (which) { in pf_tbltable()
844 switch (which) { in pf_tbladdr()
[all …]

12345678910>>...107