Home
last modified time | relevance | path

Searched defs:which (Results 1 – 25 of 247) sorted by relevance

12345678910

/freebsd-src/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c156 asn_subid_t which = val->var.subs[sub - 1]; in pf_status() local
197 asn_subid_t which = val->var.subs[sub - 1]; in pf_counter() local
240 asn_subid_t which = val->var.subs[sub - 1]; in pf_statetable() local
280 asn_subid_t which = val->var.subs[sub - 1]; in pf_srcnodes() local
320 asn_subid_t which = val->var.subs[sub - 1]; in pf_limits() local
360 asn_subid_t which = val->var.subs[sub - 1]; in pf_timeouts() local
450 asn_subid_t which = val->var.subs[sub - 1]; in pf_logif() local
523 asn_subid_t which = val->var.subs[sub - 1]; in pf_interfaces() local
552 asn_subid_t which = val->var.subs[sub - 1]; in pf_iftable() local
670 asn_subid_t which = val->var.subs[sub - 1]; in pf_tables() local
[all …]
/freebsd-src/stand/libsa/
H A Dgpt.c52 gptupdate(const char *which, struct dsk *dskp, struct gpt_hdr *hdr, in gptupdate()
183 gptread_hdr(const char *which, struct dsk *dskp, struct gpt_hdr *hdr, in gptread_hdr()
232 gptbootconv(const char *which, struct dsk *dskp, struct gpt_hdr *hdr, in gptbootconv()
282 gptread_table(const char *which, struct dsk *dskp, struct gpt_hdr *hdr, in gptread_table()
/freebsd-src/contrib/bsnmp/snmpd/
H A Daction.c246 asn_subid_t which = value->var.subs[sub - 1]; in op_system_group() local
359 asn_subid_t which = value->var.subs[sub - 1]; in op_debug() local
633 asn_subid_t which = value->var.subs[sub - 1]; in op_snmpd_config() local
756 asn_subid_t which = value->var.subs[sub - 1]; in op_community() local
931 asn_subid_t which = value->var.subs[sub - 1]; in op_modules() local
1106 asn_subid_t which = value->var.subs[sub - 1]; in op_snmp_engine() local
1203 asn_subid_t which = value->var.subs[sub - 1]; in op_transport_table() local
/freebsd-src/sys/kern/
H A Dkern_resource.c82 int which; global() member
94 kern_getpriority(struct thread * td,int which,int who) kern_getpriority() argument
170 int which; global() member
183 kern_setpriority(struct thread * td,int which,int who,int prio) kern_setpriority() argument
538 u_int which; global() member
559 u_int which; global() member
592 u_int which; global() member
644 kern_setrlimit(struct thread * td,u_int which,struct rlimit * limp) kern_setrlimit() argument
651 kern_proc_setrlimit(struct thread * td,struct proc * p,u_int which,struct rlimit * limp) kern_proc_setrlimit() argument
789 u_int which; global() member
1313 lim_max(struct thread * td,int which) lim_max() argument
1322 lim_max_proc(struct proc * p,int which) lim_max_proc() argument
1344 lim_cur_proc(struct proc * p,int which) lim_cur_proc() argument
1357 lim_rlimit(struct thread * td,int which,struct rlimit * rlp) lim_rlimit() argument
1370 lim_rlimit_proc(struct proc * p,int which,struct rlimit * rlp) lim_rlimit_proc() argument
[all...]
H A Dkern_cpuset.c897 cpuset_which(cpuwhich_t which, id_t id, struct proc **pp, struct thread **tdp, in cpuset_which()
992 cpuset_which2(cpuwhich_t *which, id_t id, struct proc **pp, struct thread **tdp, in cpuset_which2()
1766 cpuset_capmode_allowed(struct thread *td, cpulevel_t level, cpuwhich_t which, in cpuset_capmode_allowed()
1788 cpuset_check_capabilities(struct thread *td, cpulevel_t level, cpuwhich_t which, in cpuset_check_capabilities()
1868 cpuwhich_t which; member
1881 kern_cpuset_setid(struct thread *td, cpuwhich_t which, in kern_cpuset_setid()
1903 cpuwhich_t which; member
1917 kern_cpuset_getid(struct thread *td, cpulevel_t level, cpuwhich_t which, in kern_cpuset_getid()
1970 cpuwhich_t which; member
1985 kern_cpuset_getaffinity(struct thread *td, cpulevel_t level, cpuwhich_t which, in kern_cpuset_getaffinity()
[all …]
H A Dsys_socket.c584 soaio_process_job(struct socket * so,sb_which which,struct kaiocb * job) soaio_process_job() argument
690 soaio_process_sb(struct socket * so,sb_which which) soaio_process_sb() argument
739 sowakeup_aio(struct socket * so,sb_which which) sowakeup_aio() argument
760 sb_which which; soo_aio_cancel() local
792 sb_which which; soo_aio_queue() local
[all...]
H A Duipc_sockbuf.c450 sbwait(struct socket *so, sb_which which) in sbwait() argument
476 sowakeup(struct socket *so, const sb_which which) in sowakeup() argument
621 sbreserve_locked_limit(struct socket * so,sb_which which,u_long cc,u_long buf_max,struct thread * td) sbreserve_locked_limit() argument
652 sbreserve_locked(struct socket * so,sb_which which,u_long cc,struct thread * td) sbreserve_locked() argument
754 sbrelease_internal(struct socket * so,sb_which which) sbrelease_internal() argument
765 sbrelease_locked(struct socket * so,sb_which which) sbrelease_locked() argument
774 sbrelease(struct socket * so,sb_which which) sbrelease() argument
783 sbdestroy(struct socket * so,sb_which which) sbdestroy() argument
[all...]
/freebsd-src/usr.bin/renice/
H A Drenice.c59 int errs = 0, prio = 0, who = 0, which = PRIO_PROCESS; in main() local
126 donice(int which, int who, int prio, bool incr) in donice()
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_rb.c232 struct archive_rb_node *old_father, const unsigned int which) in __archive_rb_tree_reparent_nodes()
279 unsigned int which; in __archive_rb_tree_insert_rebalance() local
351 const unsigned int which = RB_POSITION(self); in __archive_rb_tree_prune_node() local
475 struct archive_rb_node *self, unsigned int which) in __archive_rb_tree_prune_blackred_branch()
496 unsigned int which; in __archive_rb_tree_remove_node() local
550 struct archive_rb_node *parent, unsigned int which) in __archive_rb_tree_removal_rebalance()
/freebsd-src/usr.sbin/pw/
H A Dpw.c105 static int which = -1; variable
221 cmdhelp(int mode, int which) in cmdhelp()
H A Dpw_log.c40 pw_log(struct userconf * cnf, int mode, int which, char const * fmt,...) in pw_log()
/freebsd-src/contrib/ncurses/ncurses/tinfo/
H A Ddb_iterator.c121 update_getenv(const char *name, DBDIRS which) in update_getenv()
154 cache_getenv(const char *name, DBDIRS which) in cache_getenv()
447 DBDIRS which; in _nc_db_iterator_leaks() local
/freebsd-src/sys/security/audit/
H A Daudit_bsm_klib.c312 audit_msgsys_to_event(int which) in audit_msgsys_to_event()
323 audit_semsys_to_event(int which) in audit_semsys_to_event()
334 audit_shmsys_to_event(int which) in audit_shmsys_to_event()
/freebsd-src/sys/netinet/
H A Dtcp_timer.c823 tcp_bblog_timer(struct tcpcb * tp,tt_which which,tt_what what,uint32_t ticks) tcp_bblog_timer() argument
876 tt_which which; tcp_timer_enter() local
909 tcp_timer_activate(struct tcpcb * tp,tt_which which,u_int delta) tcp_timer_activate() argument
942 tcp_timer_active(struct tcpcb * tp,tt_which which) tcp_timer_active() argument
[all...]
/freebsd-src/contrib/nvi/ex/
H A Dex_util.c147 ex_wemsg(SCR* sp, CHAR_T *p, exm_t which) in ex_wemsg()
164 ex_emsg(SCR *sp, char *p, exm_t which) in ex_emsg()
/freebsd-src/crypto/openssh/contrib/
H A Dfindssl.sh94 which () { function
/freebsd-src/sbin/ipf/libipf/
H A Dgetnattype.c21 char *which; in getnattype() local
/freebsd-src/lib/libc/gen/
H A Dsched_getaffinity.c40 cpuwhich_t which; in sched_getaffinity() local
H A Dsched_setaffinity.c42 cpuwhich_t which; in sched_setaffinity() local
/freebsd-src/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c809 wlan_config_snmp2ioctl(int which) in wlan_config_snmp2ioctl()
957 wlan_regdomain_to_snmp(int which) in wlan_regdomain_to_snmp()
1028 int which; in wlan_snmp_to_regdomain() local
1600 wlan_config_snmp2value(int which, int sval, int *value) in wlan_config_snmp2value()
2027 wlan_config_get_ioctl(struct wlan_iface *wif, int which) in wlan_config_get_ioctl()
2051 wlan_config_set_ioctl(struct wlan_iface *wif, int which, int val, in wlan_config_set_ioctl()
2767 wlan_do_sysctl(struct wlan_config *cfg, enum wlan_syscl which, int set) in wlan_do_sysctl()
2871 wlan_mesh_config_get(struct wlan_iface *wif, int which) in wlan_mesh_config_get()
2941 wlan_mesh_config_set(struct wlan_iface *wif, int which) in wlan_mesh_config_set()
3062 wlan_hwmp_config_get(struct wlan_iface *wif, int which) in wlan_hwmp_config_get()
[all …]
/freebsd-src/sys/x86/pci/
H A Dqpi.c177 qpi_read_ivar(device_t dev,device_t child,int which,uintptr_t * result) qpi_read_ivar() argument
234 qpi_pcib_read_ivar(device_t dev,device_t child,int which,uintptr_t * result) qpi_pcib_read_ivar() argument
/freebsd-src/sys/compat/linux/
H A Dlinux_time.c337 linux_common_clock_gettime(struct thread *td, clockid_t which, in linux_common_clock_gettime()
497 linux_common_clock_settime(struct thread *td, clockid_t which, in linux_common_clock_settime()
551 linux_common_clock_getres(struct thread *td, clockid_t which, in linux_common_clock_getres()
712 linux_common_clock_nanosleep(struct thread *td, clockid_t which, in linux_common_clock_nanosleep()
/freebsd-src/sys/dev/smbus/
H A Dsmbus.c163 smbus_read_ivar(device_t parent,device_t child,int which,uintptr_t * result) smbus_read_ivar() argument
182 smbus_write_ivar(device_t parent,device_t child,int which,uintptr_t value) smbus_write_ivar() argument
/freebsd-src/sys/compat/ia32/
H A Dia32_sysvec.c215 ia32_fixlimit(struct rlimit *rl, int which) in ia32_fixlimit()
/freebsd-src/crypto/openssl/crypto/x509/
H A Dv3_asid.c154 int X509v3_asid_add_inherit(ASIdentifiers *asid, int which) in X509v3_asid_add_inherit()
186 int which, ASN1_INTEGER *min, ASN1_INTEGER *max) in X509v3_asid_add_id_or_range()
535 int i1 = 0, i2 = 0, i3 = 0, is_range = 0, which = 0; in v2i_ASIdentifiers() local

12345678910