Home
last modified time | relevance | path

Searched refs:_pos (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Dconfig.c39 char **_pos) in wpa_config_get_line() argument
97 if (_pos) in wpa_config_get_line()
98 *_pos = pos; in wpa_config_get_line()
102 if (_pos) in wpa_config_get_line()
103 *_pos = NULL; in wpa_config_get_line()
H A Dconfig.h27 char **_pos);
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dcompiler.h163 size_t _pos; \
164 for (_pos=0; _pos<_size; _pos+=CACHELINE_SIZE) { \
165 PREFETCH_L2(_ptr + _pos); \
/freebsd/sys/contrib/zstd/lib/common/
H A Dcompiler.h162 size_t _pos; \
163 for (_pos=0; _pos<_size; _pos+=CACHELINE_SIZE) { \
164 PREFETCH_L2(_ptr + _pos); \
/freebsd/sys/net80211/
H A Dieee80211_crypto_ccmp.c546 #define CCMP_ENCRYPT(_i, _b, _b0, _pos, _e, _len) do { \ argument
548 xor_block(_b, _pos, _len); \
554 xor_block(_pos, _e, _len); \
691 #define CCMP_DECRYPT(_i, _b, _b0, _pos, _a, _len) do { \ argument
696 xor_block(_pos, _b, _len); \
698 xor_block(_a, _pos, _len); \
/freebsd/sys/x86/xen/
H A Dhvm.c260 ((~0u << console->u.vesa_lfb.c ## _pos) & \ in fixup_console()
261 (~0u >> (32 - console->u.vesa_lfb.c ## _pos - \ in fixup_console()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_defs.h396 #define IRDMA_RING_SET_TAIL(_ring, _pos) \ argument
397 IRDMA_RING_CURRENT_TAIL(_ring) = (_pos) % IRDMA_RING_SIZE(_ring)
/freebsd/sys/dev/irdma/
H A Dirdma_defs.h1412 #define IRDMA_GET_CEQ_ELEM_AT_POS(_ceq, _pos) \ argument
1414 (_ceq)->ceqe_base[_pos].buf \
1488 #define IRDMA_RING_SET_TAIL(_ring, _pos) \ argument
1489 WRITE_ONCE(IRDMA_RING_CURRENT_TAIL(_ring), (_pos) % IRDMA_RING_SIZE(_ring))
/freebsd/sys/arm/mv/clk/
H A Dperiph.h56 #define A37x0_INTERNAL_CLK_ID(_base, _pos) \ argument
57 ((_base * 10) + (_pos))
/freebsd/sys/dev/netmap/
H A Dnetmap_mem2.c1135 #define netmap_buf_malloc(n, _pos, _index) \ argument
1136 netmap_obj_malloc(&(n)->pools[NETMAP_BUF_POOL], netmap_mem_bufsize(n), _pos, _index)