| /freebsd-12.1/sys/contrib/ck/include/ |
| H A D | ck_array.h | 45 struct _ck_array *active; member 69 struct _ck_array *a = ck_pr_load_ptr(&array->active); in ck_array_length() local 78 struct _ck_array *a = ck_pr_load_ptr(&array->active); in ck_array_buffer() local 92 #define CK_ARRAY_FOREACH(a, i, b) \ argument
|
| /freebsd-12.1/contrib/libc++/src/filesystem/ |
| H A D | filesystem_common.h | 50 bool active = true; in format_string_imp() member 100 Arg const& unwrap(Arg const& a) { in unwrap()
|
| /freebsd-12.1/sys/kern/ |
| H A D | vfs_subr.c | 1638 int active; in delmntque() local 3030 int active; in _vdrop() local 3450 int active; in vgonel() local 4817 struct vop_strategy_args *a; in vop_strategy_pre() local 4841 struct vop_lock1_args *a = ap; in vop_lock_pre() local 4852 struct vop_lock1_args *a = ap; in vop_lock_post() local 4900 struct vop_link_args *a = ap; in vop_link_post() local 4911 struct vop_mkdir_args *a = ap; in vop_mkdir_post() local 4920 struct vop_mknod_args *a = ap; in vop_mknod_post() local 5025 struct vop_open_args *a = ap; in vop_open_post() local [all …]
|
| /freebsd-12.1/contrib/apr/memory/unix/ |
| H A D | apr_pools.c | 514 apr_memnode_t *active; member 670 apr_memnode_t *active, *node; in apr_palloc() local 759 apr_memnode_t *active; in apr_pool_clear() local 800 apr_memnode_t *active; in apr_pool_destroy() local 1049 apr_memnode_t *node, *active; in psprintf_flush() local 1122 apr_memnode_t *active, *node; in apr_pvsprintf() local 2095 APR_DECLARE(int) apr_pool_is_ancestor(apr_pool_t *a, apr_pool_t *b) in apr_pool_is_ancestor()
|
| /freebsd-12.1/sys/net/altq/ |
| H A D | altq_subr.c | 442 int active, s; local 478 altq_pfattach(struct pf_altq *a) in altq_pfattach() 523 altq_pfdetach(struct pf_altq *a) in altq_pfdetach() 553 altq_add(struct ifnet *ifp, struct pf_altq *a) in altq_add() 604 altq_remove(struct pf_altq *a) in altq_remove() 650 altq_add_queue(struct pf_altq *a) in altq_add_queue() 688 altq_remove_queue(struct pf_altq *a) in altq_remove_queue() 726 altq_getqstats(struct pf_altq *a, void *ubuf, int *nbytes, int version) in altq_getqstats()
|
| /freebsd-12.1/contrib/gcclibs/libmudflap/ |
| H A D | mf-impl.h | 59 #define max(a,b) ((a) > (b) ? (a) : (b)) argument 63 #define min(a,b) ((a) < (b) ? (a) : (b)) argument 107 enum __mf_state_enum { active, reentrant, in_malloc }; enumerator
|
| /freebsd-12.1/sys/net/ |
| H A D | ieee8023ad_lacp.c | 208 #define LACP_DPRINTF(a) if (V_lacp_debug & 0x01) { lacp_dprintf a ; } argument 209 #define LACP_TRACE(a) if (V_lacp_debug & 0x02) { lacp_dprintf(a,"%s\n",__func__); } argument 210 #define LACP_TPRINTF(a) if (V_lacp_debug & 0x04) { lacp_dprintf a ; } argument 923 lacp_compare_peerinfo(const struct lacp_peerinfo *a, in lacp_compare_peerinfo() 930 lacp_compare_systemid(const struct lacp_systemid *a, in lacp_compare_systemid() 1362 lacp_peerinfo_is_compatible(const struct lacp_peerinfo *a, in lacp_peerinfo_is_compatible() 1750 boolean_t active; in lacp_sm_rx_record_pdu() local 2102 lacp_format_lagid(const struct lacp_peerinfo *a, in lacp_format_lagid()
|
| H A D | pfvar.h | 83 } a; member 207 #define PF_AEQ(a, b, c) \ argument 221 #define PF_AZERO(a, c) \ argument 232 #define PF_AINC(a, f) \ argument 244 #define PF_AEQ(a, b, c) \ argument 256 #define PF_AZERO(a, c) \ argument 268 #define PF_AINC(a, f) \ argument 279 #define PF_AEQ(a, b, c) \ argument 285 #define PF_AZERO(a, c) \ argument 294 #define PF_AINC(a, f) \ argument [all …]
|
| H A D | if.c | 4138 int active = 0; in if_handoff() local 4162 if_com_alloc_t *a, if_com_free_t *f) in if_register_com_alloc()
|
| /freebsd-12.1/contrib/jemalloc/src/ |
| H A D | prof.c | 152 prof_tctx_comp(const prof_tctx_t *a, const prof_tctx_t *b) { in prof_tctx_comp() 1904 char *thread_name, bool active) { in prof_tdata_init_impl() 2028 bool active = tdata->active; in prof_tdata_reinit() local 2112 prof_active_set(tsdn_t *tsdn, bool active) { in prof_active_set() 2206 prof_thread_active_set(tsd_t *tsd, bool active) { in prof_thread_active_set()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-eh.c | 58 struct_ptr_eq (const void *a, const void *b) in struct_ptr_eq() 66 struct_ptr_hash (const void *a) in struct_ptr_hash() 360 tree a = ((const struct goto_queue_node *)x)->stmt; in goto_queue_cmp() local 486 size_t active, size; in maybe_record_in_goto_queue() local
|
| /freebsd-12.1/usr.sbin/efibootmgr/ |
| H A D | efibootmgr.c | 351 handle_activity(int bootnum, bool active) in handle_activity() 502 compare(const void *a, const void *b) in compare()
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_dispatch.cpp | 95 int active; in __kmp_dispatch_init_algorithm() local 507 char a; in __kmp_dispatch_init_algorithm() member 728 int active; in __kmp_dispatch_init() local
|
| /freebsd-12.1/crypto/openssl/ssl/ |
| H A D | ssl_ciph.c | 193 int active; member 453 static int sk_comp_cmp(const SSL_COMP *const *a, const SSL_COMP *const *b) in sk_comp_cmp() 604 #define ITEM_SEP(a) \ argument
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | scp.c | 191 do_local_cmd(arglist *a) in do_local_cmd() 814 char *cp, *cp2, **active = NULL, **done = NULL; in brace_expand() local
|
| /freebsd-12.1/sys/dev/sound/pci/ |
| H A D | via8233.c | 97 int dir, rbase, active; member 1105 dma_cb(void *p, bus_dma_segment_t *bds, int a, int b) in dma_cb()
|
| /freebsd-12.1/sys/dev/netmap/ |
| H A D | netmap_freebsd.c | 418 nm_os_generic_xmit_frame(struct nm_os_gen_arg *a) in nm_os_generic_xmit_frame() 553 uint8_t active; member
|
| /freebsd-12.1/usr.sbin/camdd/ |
| H A D | camdd.c | 429 #define min(a, b) (a < b) ? a : b argument 1856 int active = 1; local
|
| /freebsd-12.1/sys/netpfil/pf/ |
| H A D | pf_ioctl.c | 336 u_int32_t rule_number, u_int8_t r_last, u_int8_t active, in pf_get_pool() 2470 struct pf_altq *altq, *a; in pfioctl() local
|
| /freebsd-12.1/sys/dev/al_eth/ |
| H A D | al_eth.c | 1301 int nsegs, a; in al_eth_xmit_mbuf() local 1790 uint8_t active = adapter->link_config.flow_ctrl_active; in al_eth_flow_ctrl_config() local
|
| /freebsd-12.1/sbin/ifconfig/ |
| H A D | ifieee80211.c | 2032 regdomain_sort(const void *a, const void *b) in regdomain_sort() 4041 struct ieee80211req_chanlist active; in print_channels() local 4069 struct ieee80211_channel *a = in print_channels() local 4569 #define iseq(a,b) (strncasecmp(a,b,sizeof(b)-1) == 0) in DECL_CMD_FUNC() argument 5706 #define iseq(a,b) (strncasecmp(a,b,sizeof(b)-1) == 0) in DECL_CMD_FUNC() argument
|
| /freebsd-12.1/contrib/ntp/lib/isc/win32/ |
| H A D | socket.c | 2156 #define ERROR_MATCH(a, b) case a: cdev->result = b; break; in internal_connect() argument 3800 isc__socket_cleanunix(isc_sockaddr_t *addr, isc_boolean_t active) { in isc__socket_cleanunix()
|
| /freebsd-12.1/contrib/ntp/lib/isc/unix/ |
| H A D | socket.c | 4844 isc__socket_cleanunix(isc_sockaddr_t *sockaddr, isc_boolean_t active) { in isc__socket_cleanunix() 5312 #define ERROR_MATCH(a, b) case a: dev->result = b; goto err_exit; in isc__socket_connect() argument 5472 #define ERROR_MATCH(a, b) case a: dev->result = b; break; in internal_connect() argument
|
| /freebsd-12.1/contrib/libxo/xohtml/external/ |
| H A D | jquery.js | 4870 sortOrder = function( a, b ) { argument 4944 siblingCheck = function( a, b, ret ) { argument 5305 Sizzle.contains = function( a, b ) { argument 7652 param: function( a, traditional ) { argument 7722 active: 0, property
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | remote.c | 1132 int active; /* Has state interesting to GDB? , regs, stack */ member 2363 fromhex (int a) in fromhex()
|