Home
last modified time | relevance | path

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

1234567891011

/freebsd/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/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/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/sys/kern/
H A Dkern_resource.c84 int which; member
96 kern_getpriority(struct thread *td, int which, int who) in kern_getpriority()
172 int which; member
185 kern_setpriority(struct thread *td, int which, int who, int prio) in kern_setpriority()
540 u_int which; member
561 u_int which; member
594 u_int which; member
646 kern_setrlimit(struct thread *td, u_int which, struct rlimit *limp) in kern_setrlimit()
653 kern_proc_setrlimit(struct thread *td, struct proc *p, u_int which, in kern_proc_setrlimit()
791 u_int which; member
[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.c607 soaio_process_job(struct socket *so, sb_which which, struct kaiocb *job) in soaio_process_job()
713 soaio_process_sb(struct socket *so, sb_which which) in soaio_process_sb()
762 sowakeup_aio(struct socket *so, sb_which which) in sowakeup_aio()
783 sb_which which; in soo_aio_cancel() local
822 sb_which which; in soaio_queue_generic() local
H A Duipc_sockbuf.c450 sbwait(struct socket *so, sb_which which) in sbwait()
475 sowakeup(struct socket *so, const sb_which which) in sowakeup()
650 sbreserve_locked_limit(struct socket *so, sb_which which, u_long cc, in sbreserve_locked_limit()
681 sbreserve_locked(struct socket *so, sb_which which, u_long cc, in sbreserve_locked()
688 sbunreserve_locked(struct socket *so, sb_which which) in sbunreserve_locked()
795 sbrelease_locked(struct socket *so, sb_which which) in sbrelease_locked()
806 sbrelease(struct socket *so, sb_which which) in sbrelease()
815 sbdestroy(struct socket *so, sb_which which) in sbdestroy()
/freebsd/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/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/usr.sbin/pw/
H A Dpw.c110 int mode = -1, which = -1, tmp; main() local
218 cmdhelp(int mode,int which) cmdhelp() argument
[all...]
H A Dpw_log.c40 pw_log(struct userconf * cnf, int mode, int which, char const * fmt,...) in pw_log()
/freebsd/sys/netinet/
H A Dtcp_timer.c824 tcp_bblog_timer(struct tcpcb *tp, tt_which which, tt_what what, uint32_t ticks) in tcp_bblog_timer()
877 tt_which which; in tcp_timer_enter() local
903 tcp_timer_activate(struct tcpcb *tp, tt_which which, u_int delta) in tcp_timer_activate()
936 tcp_timer_active(struct tcpcb *tp, tt_which which) in tcp_timer_active()
/freebsd/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/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/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/crypto/openssh/contrib/
H A Dfindssl.sh94 which () { function
/freebsd/sbin/ipf/libipf/
H A Dgetnattype.c21 char *which; in getnattype() local
/freebsd/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/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/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/sys/x86/pci/
H A Dqpi.c178 qpi_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) in qpi_read_ivar()
236 qpi_pcib_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) in qpi_pcib_read_ivar()
/freebsd/sys/dev/smbus/
H A Dsmbus.c168 smbus_read_ivar(device_t parent, device_t child, int which, uintptr_t *result) in smbus_read_ivar()
187 smbus_write_ivar(device_t parent, device_t child, int which, uintptr_t value) in smbus_write_ivar()
/freebsd/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
/freebsd/sys/dev/spibus/
H A Dspibus.c102 spibus_read_ivar(device_t bus, device_t child, int which, uintptr_t *result) in spibus_read_ivar()
126 spibus_write_ivar(device_t bus, device_t child, int which, uintptr_t value) in spibus_write_ivar()

1234567891011