Home
last modified time | relevance | path

Searched defs:nr (Results 1 – 25 of 154) sorted by relevance

1234567

/freebsd-src/sys/dev/tdfx/
H A Dtdfx_io.h74 #define _IOCV(dir,type,nr,size) \ argument
81 #define _IOV(type,nr) _IOCV(_IOC_NONE,(type),(nr),0) argument
82 #define _IORV(type,nr,size) _IOCV(_IOC_READ,(type),(nr),sizeof(size)) argument
83 #define _IOWV(type,nr,size) _IOCV(_IOC_WRITE,(type),(nr),sizeof(size)) argument
84 #define _IOWRV(type,nr,size) _IOCV(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
87 #define _IOC_DIR(nr) (((nr) >> _IOC_DIRSHIFT) & _IOC_DIRMASK) argument
88 #define _IOC_TYPE(nr) (((nr) >> _IOC_TYPESHIFT) & _IOC_TYPEMASK) argument
89 #define _IOC_NR(nr) (((nr) >> _IOC_NRSHIFT) & _IOC_NRMASK) argument
90 #define _IOC_SIZE(nr) (((nr) >> _IOC_SIZESHIFT) & _IOC_SIZEMASK) argument
/freebsd-src/contrib/wpa/src/ap/
H A Dneighbor_db.c23 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_get() local
40 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_show() local
92 hostapd_neighbor_clear_entry(struct hostapd_neighbor_entry * nr) hostapd_neighbor_clear_entry() argument
109 struct hostapd_neighbor_entry *nr; hostapd_neighbor_add() local
123 hostapd_neighbor_set(struct hostapd_data * hapd,const u8 * bssid,const struct wpa_ssid_value * ssid,const struct wpabuf * nr,const struct wpabuf * lci,const struct wpabuf * civic,int stationary,u8 bss_parameters) hostapd_neighbor_set() argument
171 struct hostapd_neighbor_entry *nr; hostapd_neighbor_remove() local
187 struct hostapd_neighbor_entry *nr, *prev; hostapd_free_neighbor_db() local
233 struct wpabuf *nr; hostapd_neighbor_set_own_report() local
[all...]
H A Drrm.c156 static int hostapd_check_lci_age(struct hostapd_neighbor_entry *nr, u16 max_age) in hostapd_check_lci_age() argument
184 struct hostapd_neighbor_entry *nr, in hostapd_neighbor_report_len() argument
204 struct hostapd_neighbor_entry *nr; hostapd_send_nei_report_resp() local
519 struct hostapd_neighbor_entry *nr; hostapd_send_range_req() local
[all...]
/freebsd-src/sys/dev/ice/
H A Dice_bitops.h51 #define BIT_CHUNK(nr) ((nr) / BITS_PER_CHUNK) argument
55 #define BIT_IN_CHUNK(nr) ((nr) % BITS_PER_CHUNK) argument
57 #define LAST_CHUNK_BITS(nr) ((((nr) - 1) % BITS_PER_CHUNK) + 1) argument
59 #define LAST_CHUNK_MASK(nr) (((ice_bitmap_t)~0) >> \ argument
65 ice_is_bit_set_internal(u16 nr,const ice_bitmap_t * bitmap) ice_is_bit_set_internal() argument
83 ice_clear_bit_internal(u16 nr,ice_bitmap_t * bitmap) ice_clear_bit_internal() argument
88 ice_set_bit_internal(u16 nr,ice_bitmap_t * bitmap) ice_set_bit_internal() argument
93 ice_test_and_clear_bit_internal(u16 nr,ice_bitmap_t * bitmap) ice_test_and_clear_bit_internal() argument
103 ice_test_and_set_bit_internal(u16 nr,ice_bitmap_t * bitmap) ice_test_and_set_bit_internal() argument
120 ice_is_bit_set(const ice_bitmap_t * bitmap,u16 nr) ice_is_bit_set() argument
134 ice_clear_bit(u16 nr,ice_bitmap_t * bitmap) ice_clear_bit() argument
147 ice_set_bit(u16 nr,ice_bitmap_t * bitmap) ice_set_bit() argument
161 ice_test_and_clear_bit(u16 nr,ice_bitmap_t * bitmap) ice_test_and_clear_bit() argument
176 ice_test_and_set_bit(u16 nr,ice_bitmap_t * bitmap) ice_test_and_set_bit() argument
[all...]
/freebsd-src/contrib/ofed/libmlx5/
H A Dbitmap.h57 #define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_LONG) argument
96 static inline void mlx5_set_bit(unsigned int nr, unsigned long *addr) in mlx5_set_bit()
101 static inline void mlx5_clear_bit(unsigned int nr, unsigned long *addr) in mlx5_clear_bit()
106 static inline int mlx5_test_bit(unsigned int nr, const unsigned long *addr) in mlx5_test_bit()
/freebsd-src/sys/crypto/aesni/
H A Daesni_ccm.c49 #define AESNI_ENC(d, k, nr) aesni_enc(nr-1, (const __m128i*)k, d) argument
61 xor_and_encrypt(__m128i a, __m128i b, const unsigned char *k, int nr) in xor_and_encrypt()
93 const unsigned char *key, int nr, in cbc_mac_start()
193 int tag_length, const unsigned char *key, int nr) in AES_CCM_encrypt()
293 const unsigned char *key, int nr) in decrypt_loop()
363 int tag_length, const unsigned char *key, int nr) in AES_CCM_decrypt()
/freebsd-src/contrib/capsicum-test/
H A Doverhead.cc12 double RepeatSyscall(int count, int nr, long arg1, long arg2, long arg3) { in RepeatSyscall()
23 double CompareSyscall(EntryFn entry_fn, int count, int nr, in CompareSyscall()
/freebsd-src/sys/dev/mana/
H A Dgdma_util.h77 #define BIT_MASK(nr) (1UL << ((nr) & (BITS_PER_LONG - 1))) argument
78 #define BIT_WORD(nr) ((nr) / BITS_PER_LONG) argument
115 bitmap_set(unsigned long *map, unsigned int start, int nr) in bitmap_set()
138 bitmap_clear(unsigned long *map, unsigned int start, int nr) in bitmap_clear()
/freebsd-src/contrib/nvi/cl/
H A Dcl_read.c51 int changed, nr = 0; in cl_event() local
151 int maxfd, nr, term_reset; in cl_read() local
/freebsd-src/sys/contrib/device-tree/src/arm/allwinner/
H A Dsun8i-t113s.dtsi4 #define SOC_PERIPHERAL_IRQ(nr) GIC_SPI nr argument
/freebsd-src/sys/contrib/device-tree/src/riscv/renesas/
H A Dr9a07g043f.dtsi10 #define SOC_PERIPHERAL_IRQ(nr) (nr + 32) argument
/freebsd-src/sys/contrib/device-tree/src/arm64/renesas/
H A Dr9a07g043u.dtsi10 #define SOC_PERIPHERAL_IRQ(nr) GIC_SPI nr argument
/freebsd-src/sys/contrib/device-tree/src/riscv/allwinner/
H A Dsun20i-d1s.dtsi4 #define SOC_PERIPHERAL_IRQ(nr) (nr + 16) argument
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dpagemap.h43 release_pages(struct page **pages, int nr) in release_pages()
H A Dbitops.h38 #define BIT(nr) (1UL << (nr)) argument
39 #define BIT_ULL(nr) (1ULL << (nr)) argument
51 #define BIT_MASK(nr) (1UL << ((nr) & (BITS_PER_LONG - 1))) argument
52 #define BIT_WORD(nr) ((nr) / BITS_PER_LONG) argument
H A Dbitmap.h93 bitmap_set(unsigned long *map, unsigned int start, int nr) in bitmap_set()
116 bitmap_clear(unsigned long *map, unsigned int start, int nr) in bitmap_clear()
141 unsigned int nr, unsigned int align_mask, in bitmap_find_next_zero_area_off()
168 unsigned int nr, unsigned int align_mask) in bitmap_find_next_zero_area()
/freebsd-src/sys/dev/gve/
H A Dgve_plat.h88 BIT(nr) global() argument
/freebsd-src/usr.bin/cksum/
H A Dsum1.c42 int nr; in csum1() local
H A Dsum2.c43 int nr; in csum2() local
H A Dcrc32.c101 int nr ; in crc32() local
H A Dcrc.c109 int nr; in crc() local
/freebsd-src/contrib/elftoolchain/libelftc/
H A Delftc_copyfile.c54 ssize_t nr, nw; in elftc_copyfile() local
/freebsd-src/usr.bin/compress/
H A Dcompress.c185 size_t nr; in compress() local
275 size_t nr; in decompress() local
/freebsd-src/contrib/mtree/
H A Dcrc.c123 int nr; in crc() local
/freebsd-src/bin/dd/
H A Dposition.c88 ssize_t nr; in pos_in() local

1234567