Searched refs:nr (Results 1 - 25 of 199) sorted by relevance

12345678

/freebsd-11-stable/share/doc/usd/07.mail/
H A DMakefile5 SRCS= mail0.nr mail1.nr mail2.nr mail3.nr mail4.nr mail5.nr mail6.nr \
6 mail7.nr mail8.nr mail9.nr mail
[all...]
/freebsd-11-stable/sys/arm/conf/
H A Dgenboardid.awk36 BEGIN { nr = 0; boardid[nr] = "ARM_BOARD_ID_NONE"; num[nr++] = 0; }
41 boardid[nr] = "ARM_BOARD_ID_"$3;
42 num[nr] = $4;
43 nr++
50 for (i = 0; i < nr; i++) {
/freebsd-11-stable/sys/dev/tdfx/
H A Dtdfx_io.h74 #define _IOCV(dir,type,nr,size) \
77 ((nr) << _IOC_NRSHIFT) | \
81 #define _IOV(type,nr) _IOCV(_IOC_NONE,(type),(nr),0)
82 #define _IORV(type,nr,size) _IOCV(_IOC_READ,(type),(nr),sizeof(size))
83 #define _IOWV(type,nr,size) _IOCV(_IOC_WRITE,(type),(nr),sizeof(size))
84 #define _IOWRV(type,nr,size) _IOCV(_IOC_READ|_IOC_WRITE,(type),(nr),sizeo
[all...]
/freebsd-11-stable/sys/amd64/include/xen/
H A Dsynch_bitops.h13 static __inline__ void synch_set_bit(int nr, volatile void * addr) argument
17 : "=m" (ADDR) : "Ir" (nr) : "memory" );
20 static __inline__ void synch_clear_bit(int nr, volatile void * addr) argument
24 : "=m" (ADDR) : "Ir" (nr) : "memory" );
27 static __inline__ void synch_change_bit(int nr, volatile void * addr) argument
31 : "=m" (ADDR) : "Ir" (nr) : "memory" );
34 static __inline__ int synch_test_and_set_bit(int nr, volatile void * addr) argument
39 : "=r" (oldbit), "=m" (ADDR) : "Ir" (nr) : "memory");
43 static __inline__ int synch_test_and_clear_bit(int nr, volatile void * addr) argument
48 : "=r" (oldbit), "=m" (ADDR) : "Ir" (nr)
52 synch_test_and_change_bit(int nr, volatile void * addr) argument
109 synch_const_test_bit(int nr, const volatile void * addr) argument
115 synch_var_test_bit(int nr, volatile void * addr) argument
[all...]
/freebsd-11-stable/sys/i386/include/xen/
H A Dsynch_bitops.h13 static __inline__ void synch_set_bit(int nr, volatile void * addr) argument
17 : "=m" (ADDR) : "Ir" (nr) : "memory" );
20 static __inline__ void synch_clear_bit(int nr, volatile void * addr) argument
24 : "=m" (ADDR) : "Ir" (nr) : "memory" );
27 static __inline__ void synch_change_bit(int nr, volatile void * addr) argument
31 : "=m" (ADDR) : "Ir" (nr) : "memory" );
34 static __inline__ int synch_test_and_set_bit(int nr, volatile void * addr) argument
39 : "=r" (oldbit), "=m" (ADDR) : "Ir" (nr) : "memory");
43 static __inline__ int synch_test_and_clear_bit(int nr, volatile void * addr) argument
48 : "=r" (oldbit), "=m" (ADDR) : "Ir" (nr)
52 synch_test_and_change_bit(int nr, volatile void * addr) argument
119 synch_const_test_bit(int nr, const volatile void * addr) argument
125 synch_var_test_bit(int nr, volatile void * addr) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dneighbor_db.c22 struct hostapd_neighbor_entry *nr; local
24 dl_list_for_each(nr, &hapd->nr_db, struct hostapd_neighbor_entry,
26 if (os_memcmp(bssid, nr->bssid, ETH_ALEN) == 0 &&
28 (ssid->ssid_len == nr->ssid.ssid_len &&
29 os_memcmp(ssid->ssid, nr->ssid.ssid,
31 return nr;
37 static void hostapd_neighbor_clear_entry(struct hostapd_neighbor_entry *nr) argument
39 wpabuf_free(nr->nr);
40 nr
54 struct hostapd_neighbor_entry *nr; local
66 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) argument
113 struct hostapd_neighbor_entry *nr; local
129 struct hostapd_neighbor_entry *nr, *prev; local
175 struct wpabuf *nr; local
[all...]
H A Drrm.c156 static int hostapd_check_lci_age(struct hostapd_neighbor_entry *nr, u16 max_age) argument
161 if (nr->stationary || max_age == 0xffff)
170 os_time_sub(&curr, &nr->lci_date, &diff);
184 struct hostapd_neighbor_entry *nr,
187 size_t len = 2 + wpabuf_len(nr->nr);
189 if (send_lci && nr->lci)
190 len += 2 + wpabuf_len(nr->lci);
192 if (send_civic && nr->civic)
193 len += 2 + wpabuf_len(nr
183 hostapd_neighbor_report_len(struct wpabuf *buf, struct hostapd_neighbor_entry *nr, int send_lci, int send_civic) argument
204 struct hostapd_neighbor_entry *nr; local
519 struct hostapd_neighbor_entry *nr; local
[all...]
H A Dneighbor_db.h18 const struct wpabuf *nr, const struct wpabuf *lci,
/freebsd-11-stable/usr.bin/cksum/
H A Dsum1.c49 int nr; local
60 while ((nr = read(fd, buf, sizeof(buf))) > 0)
61 for (total += nr, p = buf; nr--; ++p) {
66 if (nr < 0)
H A Dsum2.c49 int nr; local
62 while ((nr = read(fd, buf, sizeof(buf))) > 0)
63 for (total += nr, p = buf; nr--; ++p)
65 if (nr < 0)
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dbitmap.h57 #define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_LONG)
96 static inline void mlx5_set_bit(unsigned int nr, unsigned long *addr) argument
98 addr[(nr / BITS_PER_LONG)] |= (1 << (nr % BITS_PER_LONG));
101 static inline void mlx5_clear_bit(unsigned int nr, unsigned long *addr) argument
103 addr[(nr / BITS_PER_LONG)] &= ~(1 << (nr % BITS_PER_LONG));
106 static inline int mlx5_test_bit(unsigned int nr, const unsigned long *addr) argument
108 return !!(addr[(nr / BITS_PER_LON
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-cnfp.c161 register const struct nfrec_v1 *nr; local
187 nr = (const struct nfrec_v1 *)&nh[1];
191 for (; nrecs != 0; nr++, nrecs--) {
198 ND_TCHECK(*nr);
200 EXTRACT_32BITS(&nr->start_time)/1000,
201 EXTRACT_32BITS(&nr->start_time)%1000,
202 EXTRACT_32BITS(&nr->last_time)/1000,
203 EXTRACT_32BITS(&nr->last_time)%1000));
206 ND_PRINT((ndo, "\n %s%s%s:%u ", intoa(nr->src_ina.s_addr), buf, asbuf,
207 EXTRACT_16BITS(&nr
250 register const struct nfrec_v5 *nr; local
346 register const struct nfrec_v6 *nr; local
[all...]
/freebsd-11-stable/usr.bin/tset/
H A Dmisc.c48 register int fd, nr, nw; local
54 while ((nr = read(fd, buf, sizeof(buf))) > 0)
55 if ((nw = write(STDERR_FILENO, buf, nr)) == -1)
57 if (nr != 0)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscall_linux_x86_64.inc15 static uptr internal_syscall(u64 nr) {
17 asm volatile("syscall" : "=a"(retval) : "a"(nr) : "rcx", "r11",
23 static uptr internal_syscall(u64 nr, T1 arg1) {
25 asm volatile("syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1) :
31 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2) {
33 asm volatile("syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1),
39 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3) {
41 asm volatile("syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1),
47 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4) {
50 "syscall" : "=a"(retval) : "a"(nr), "
[all...]
/freebsd-11-stable/tools/tools/ath/athpoke/
H A Dathpoke.c171 struct dumpreg *nr = &chipregs[i]; local
172 if (nr->srevMin == 0)
173 nr->srevMin = def_srev_min;
174 if (nr->srevMax == 0)
175 nr->srevMax = def_srev_max;
176 if (nr->phyMin == 0)
177 nr->phyMin = def_phy_min;
178 if (nr->phyMax == 0)
179 nr->phyMax = def_phy_max;
186 if (nr
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dframe-unwind.c35 int nr; member in struct:frame_unwind_table
43 table->sniffer = xrealloc (table->sniffer, ((table->nr + 1)
45 table->sniffer[table->nr] = sniffer;
46 table->nr++;
87 for (i = 0; i < table->nr; i++)
H A Dframe-base.c75 int nr; member in struct:frame_base_table
106 ((table->nr + 1)
108 table->sniffer[table->nr] = sniffer;
109 table->nr++;
134 for (i = 0; i < table->nr; i++)
/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Delftc_copyfile.c54 ssize_t nr, nw; local
87 for (n = file_size; n > 0; n -= (size_t) nr, b += nr) {
88 if ((nr = read(ifd, b, n)) < 0) {
/freebsd-11-stable/tools/regression/geom_gpt/
H A Dgctl_test.t164 my $nr = 1;
180 printf("%sok $nr \# gctl($key)%s\n",
208 printf("%sok $nr # mdcfg($key)%s\n",
215 print "ok $nr \# conf($key)\n";
217 print "not ok $nr \# conf($key) - $st\n";
230 printf("%sok $nr # mount($key)%s\n",
236 print "ok $nr \# umount($key)\n";
238 $nr += 1;
/freebsd-11-stable/bin/sh/
H A Dinput.c133 int nr; local
147 nr = el_len == 0 ? 0 : -1;
149 nr = el_len;
150 if (nr > BUFSIZ)
151 nr = BUFSIZ;
152 memcpy(parsefile->buf, rl_cp, nr);
153 if (nr != el_len) {
154 el_len -= nr;
155 rl_cp += nr;
161 nr
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dbitmap.h94 bitmap_set(unsigned long *map, unsigned int start, int nr) argument
96 const unsigned int size = start + nr;
102 while (nr - bits_to_set >= 0) {
104 nr -= bits_to_set;
110 if (nr) {
117 bitmap_clear(unsigned long *map, unsigned int start, int nr) argument
119 const unsigned int size = start + nr;
125 while (nr - bits_to_clear >= 0) {
127 nr -= bits_to_clear;
133 if (nr) {
140 bitmap_find_next_zero_area_off(const unsigned long *map, const unsigned int size, unsigned int start, unsigned int nr, unsigned int align_mask, unsigned int align_offset) argument
167 bitmap_find_next_zero_area(const unsigned long *map, const unsigned int size, unsigned int start, unsigned int nr, unsigned int align_mask) argument
[all...]
/freebsd-11-stable/usr.bin/grep/
H A Dfile.c88 ssize_t nr; local
101 nr = gzread(gzbufdesc, buffer, MAXBUFSIZ);
108 nr = BZ2_bzRead(&bzerr, bzbufdesc, buffer, MAXBUFSIZ);
112 /* No problem, nr will be okay */
127 nr = read(f->fd, buffer, MAXBUFSIZ);
131 nr = -1;
139 nr = -1;
150 nr = read(f->fd, lin_buf, MAXBUFSIZ);
152 if (nr < 0)
154 else if (nr
[all...]
/freebsd-11-stable/tools/tools/ath/athdecode/
H A Dmain.c292 struct dumpreg *nr = &chipregs[i]; local
293 if (nr->srevMin == 0)
294 nr->srevMin = def_srev_min;
295 if (nr->srevMax == 0)
296 nr->srevMax = def_srev_max;
297 if (nr->phyMin == 0)
298 nr->phyMin = def_phy_min;
299 if (nr->phyMax == 0)
300 nr->phyMax = def_phy_max;
307 if (nr
[all...]
/freebsd-11-stable/usr.bin/locate/locate/
H A Dmklocatedb.sh80 locate -d $filelist / | $bigram | $sort -nr | head -128 |
87 $bigram < $filelist | $sort -nr |
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_read.c54 int changed, nr = 0; local
106 clp->ibuf + clp->skip, SIZE(clp->ibuf) - clp->skip, &nr, tp)) {
108 rc = INPUT2INT5(sp, clp->cw, clp->ibuf, nr + clp->skip,
115 memmove(clp->ibuf, clp->ibuf + nr + clp->skip - n, n);
154 int maxfd, nr, term_reset; local
167 switch (nr = read(STDIN_FILENO, bp, blen)) {
173 *nrp = nr;
266 switch (nr = read(STDIN_FILENO, bp, blen - ONE_FOR_EOF)) {
293 if (F_ISSET(sp, SC_EX) && bp[nr - 1] != '\n')
294 bp[nr
[all...]

Completed in 283 milliseconds

12345678