Symbol: first
bin/cpdup/cpdup.c
1702
int ch, first;
bin/cpdup/cpdup.c
1707
first = ch = getchar();
bin/cpdup/cpdup.c
1710
return ((first == 'y' || first == 'Y'));
bin/ed/main.c
271
if (!first) { \
bin/ed/main.c
284
int first = 1;
bin/ed/main.c
288
for (hd = ibufp;; first = 0)
bin/ed/main.c
333
if (first) {
bin/ln/ln.c
216
int ch, exists, first;
bin/ln/ln.c
308
first = ch = getchar();
bin/ln/ln.c
311
if (first != 'y' && first != 'Y') {
bin/mkdir/mkdir.c
133
int first, last, retval;
bin/mkdir/mkdir.c
141
for (first = 1, last = 0; !last ; ++p) {
bin/mkdir/mkdir.c
149
if (first) {
bin/mkdir/mkdir.c
165
first = 0;
bin/mkdir/mkdir.c
191
if (!first && !last)
bin/mv/mv.c
172
int ask, ch, first;
bin/mv/mv.c
206
first = ch = getchar();
bin/mv/mv.c
209
if (first != 'y' && first != 'Y') {
bin/pax/ar_subs.c
971
int first = 1; /* on 1st read, EOF isn't premature. */
bin/pax/ar_subs.c
996
if (first && ret == 0)
bin/pax/ar_subs.c
998
first = 0;
bin/rm/rm.c
579
int first;
bin/rm/rm.c
596
first = 0;
bin/rm/rm.c
597
while (first != 'n' && first != 'N' && first != 'y' && first != 'Y') {
bin/rm/rm.c
616
first = ch = getchar();
bin/rm/rm.c
622
return (first == 'y' || first == 'Y');
bin/sh/cd.c
190
int first;
bin/sh/cd.c
205
first = 1;
bin/sh/cd.c
209
if (! first)
bin/sh/cd.c
211
first = 0;
bin/sh/histedit.c
192
int first, last, direction;
bin/sh/histedit.c
292
first = str_to_event(firststr, 0);
bin/sh/histedit.c
297
last = first;
bin/sh/histedit.c
298
first = i;
bin/sh/histedit.c
305
direction = first < last ? H_PREV : H_NEXT;
bin/sh/histedit.c
332
retval = history(hist, &he, H_NEXT_EVENT, first);
bin/sh/parser.c
246
union node *n, *first = NULL, **pnext;
bin/sh/parser.c
260
pnext = &first;
bin/sh/parser.c
268
return first;
bin/sh/show.c
127
int first;
bin/sh/show.c
131
first = 1;
bin/sh/show.c
133
if (! first)
bin/sh/show.c
136
first = 0;
bin/sh/show.c
139
if (! first)
bin/sh/show.c
168
first = 0;
crypto/libressl/crypto/asn1/a_bitstr.c
191
char first = 1;
crypto/libressl/crypto/asn1/a_bitstr.c
196
if (!first)
crypto/libressl/crypto/asn1/a_bitstr.c
199
first = 0;
crypto/libressl/crypto/asn1/a_enum.c
264
int first = 1;
crypto/libressl/crypto/asn1/a_enum.c
292
if (first) {
crypto/libressl/crypto/asn1/a_enum.c
293
first = 0;
crypto/libressl/crypto/asn1/a_int.c
431
int num = 0, slen = 0, first = 1;
crypto/libressl/crypto/asn1/a_int.c
458
if (first) {
crypto/libressl/crypto/asn1/a_int.c
459
first = 0;
crypto/libressl/crypto/asn1/a_object.c
170
oid_add_arc_txt(CBB *cbb, uint64_t arc, int first)
crypto/libressl/crypto/asn1/a_object.c
176
if (first)
crypto/libressl/crypto/asn1/a_object.c
188
oid_parse_arc_txt(CBS *cbs, uint64_t *out_arc, char *separator, int first)
crypto/libressl/crypto/asn1/a_object.c
194
if (!first) {
crypto/libressl/crypto/asn1/a_object.c
215
if (first) {
crypto/libressl/crypto/asn1/a_string.c
355
int first = 1;
crypto/libressl/crypto/asn1/a_string.c
361
if (first)
crypto/libressl/crypto/asn1/a_string.c
366
first = 0;
crypto/libressl/crypto/asn1/asn_mime.c
613
char state, part, first;
crypto/libressl/crypto/asn1/asn_mime.c
618
first = 1;
crypto/libressl/crypto/asn1/asn_mime.c
626
first = 1;
crypto/libressl/crypto/asn1/asn_mime.c
635
if (first) {
crypto/libressl/crypto/asn1/asn_mime.c
636
first = 0;
crypto/libressl/crypto/asn1/t_x509a.c
100
first = 0;
crypto/libressl/crypto/asn1/t_x509a.c
72
char oidstr[80], first;
crypto/libressl/crypto/asn1/t_x509a.c
77
first = 1;
crypto/libressl/crypto/asn1/t_x509a.c
81
if (!first)
crypto/libressl/crypto/asn1/t_x509a.c
84
first = 0;
crypto/libressl/crypto/asn1/t_x509a.c
93
first = 1;
crypto/libressl/crypto/asn1/t_x509a.c
97
if (!first)
crypto/libressl/crypto/ts/ts_rsp_verify.c
614
int first = 1;
crypto/libressl/crypto/ts/ts_rsp_verify.c
618
if (!first)
crypto/libressl/crypto/ts/ts_rsp_verify.c
622
first = 0;
crypto/libressl/crypto/x509/x509_constraints.c
184
int first;
crypto/libressl/crypto/x509/x509_constraints.c
194
first = (i == 0);
crypto/libressl/crypto/x509/x509_constraints.c
215
if (c == '.' && ((component == 0 && !first) || i == len - 1))
crypto/libressl/crypto/x509/x509_crld.c
250
int first = 1;
crypto/libressl/crypto/x509/x509_crld.c
256
if (first)
crypto/libressl/crypto/x509/x509_crld.c
257
first = 0;
crypto/libressl/crypto/x509/x509_crld.c
263
if (first)
crypto/openssh/clientloop.c
2236
int r, was_raw = 0, first = 1;
crypto/openssh/clientloop.c
2249
if (first && asking)
crypto/openssh/clientloop.c
2253
first = 0;
crypto/openssh/clientloop.c
2260
if (first && asking)
crypto/openssh/clientloop.c
2264
first = 0;
crypto/openssh/readconf.c
3253
int r, ret = -1, port = -1, first;
crypto/openssh/readconf.c
3264
first = active;
crypto/openssh/readconf.c
3273
if (first) {
crypto/openssh/readconf.c
3286
first = 0; /* only check syntax for subsequent hosts */
crypto/openssh/scp.c
1668
int amt, exists, first, ofd;
crypto/openssh/scp.c
1708
for (first = 1;; first = 0) {
crypto/openssh/scp.c
1781
if (first) {
crypto/openssh/ssh-keygen.c
1078
int first = 0;
crypto/openssh/ssh-keygen.c
1112
if (first == 0) {
crypto/openssh/ssh-keygen.c
1113
first = 1;
crypto/openssh/ssh-keygen.c
1164
first = 0;
crypto/openssh/ssh-keygen.c
1175
if (first != 0)
crypto/openssh/sshconnect2.c
123
char *oavail = NULL, *avail = NULL, *first = NULL, *last = NULL;
crypto/openssh/sshconnect2.c
166
first = xmalloc(maxlen);
crypto/openssh/sshconnect2.c
168
*first = *last = '\0';
crypto/openssh/sshconnect2.c
186
ALG_APPEND(first, alg);
crypto/openssh/sshconnect2.c
193
ALG_APPEND(first, alg);
crypto/openssh/sshconnect2.c
200
xasprintf(&ret, "%s%s%s", first,
crypto/openssh/sshconnect2.c
201
(*first == '\0' || *last == '\0') ? "" : ",", last);
crypto/openssh/sshconnect2.c
202
if (*first != '\0')
crypto/openssh/sshconnect2.c
203
debug3_f("prefer hostkeyalgs: %s", first);
crypto/openssh/sshconnect2.c
208
free(first);
games/adventure/io.c
64
int first, numch, c;
games/adventure/io.c
69
for (s = wd1buf, first = 1, numch = 0;;) {
games/adventure/io.c
82
if (first) { /* finished 1st wd; start 2nd */
games/adventure/io.c
83
first = numch = 0;
games/battlestar/command4.c
208
int first, value;
games/battlestar/command4.c
210
first = wordnumber;
games/battlestar/command4.c
239
wordnumber = first + 1;
games/battlestar/command4.c
285
return (first);
games/battlestar/command4.c
287
return (first);
games/battlestar/command4.c
289
return (first);
games/boggle/boggle/word.c
106
first = 1;
games/boggle/boggle/word.c
49
static int first = 1, lastch = 0;
games/boggle/boggle/word.c
75
if (first) {
games/boggle/boggle/word.c
78
first = 0;
games/boggle/mkindex/mkindex.c
79
static int first = 1;
games/boggle/mkindex/mkindex.c
82
if (first) {
games/boggle/mkindex/mkindex.c
85
first = 0;
games/hack/hack.o_init.c
105
bases[i] = first;
games/hack/hack.o_init.c
111
for (j = first; j < last; j++)
games/hack/hack.o_init.c
114
for (j = first; j < last; j++)
games/hack/hack.o_init.c
115
objects[j].oc_prob = (100 + j - first) / (last - first);
games/hack/hack.o_init.c
121
if (objects[first].oc_descr != NULL && let != TOOL_SYM) {
games/hack/hack.o_init.c
126
while (--j > first) {
games/hack/hack.o_init.c
127
i = first + rn2(j + 1 - first);
games/hack/hack.o_init.c
133
first = last;
games/hack/hack.o_init.c
152
int j, first;
games/hack/hack.o_init.c
154
first = bases[letindex(GEM_SYM)];
games/hack/hack.o_init.c
157
objects[first + j].oc_prob = 0;
games/hack/hack.o_init.c
158
first += j;
games/hack/hack.o_init.c
159
if (first >= LAST_GEM || first >= SIZE(objects) ||
games/hack/hack.o_init.c
160
objects[first].oc_olet != GEM_SYM ||
games/hack/hack.o_init.c
161
objects[first].oc_name == NULL)
games/hack/hack.o_init.c
163
first, j, LAST_GEM);
games/hack/hack.o_init.c
164
for (j = first; j < LAST_GEM; j++)
games/hack/hack.o_init.c
165
objects[j].oc_prob = (20 + j - first) / (LAST_GEM - first);
games/hack/hack.o_init.c
87
int i, j, first, last, sum, end;
games/hack/hack.o_init.c
95
first = 0;
games/hack/hack.o_init.c
96
while (first < end) {
games/hack/hack.o_init.c
97
let = objects[first].oc_olet;
games/hack/hack.o_init.c
98
last = first + 1;
games/hack/hack.save.c
242
struct obj *first = 0;
games/hack/hack.save.c
249
if (!first)
games/hack/hack.save.c
250
first = otmp;
games/hack/hack.save.c
258
if (first && otmp2->nobj) {
games/hack/hack.save.c
262
return (first);
games/hack/hack.save.c
269
struct monst *first = 0;
games/hack/hack.save.c
287
if (!first)
games/hack/hack.save.c
288
first = mtmp;
games/hack/hack.save.c
300
if (first && mtmp2->nmon) {
games/hack/hack.save.c
304
return (first);
games/hunt/huntd/driver.c
211
if (first && should_announce)
games/hunt/huntd/driver.c
213
first = FALSE;
games/hunt/huntd/driver.c
277
if (first || conf_linger < 0)
games/hunt/huntd/driver.c
303
first = TRUE;
games/hunt/huntd/driver.c
88
static FLAG first = TRUE;
games/larn/store.c
781
int i, first;
games/larn/store.c
783
first = nosignal = 1; /* disable signals */
games/larn/store.c
789
if (first) {
games/larn/store.c
790
first = 0;
games/mille/init.c
107
static int first = TRUE;
games/mille/init.c
109
if (first) {
games/mille/init.c
136
first = FALSE;
games/number/number.c
104
for (first = 1; *argv != NULL; first = 0, ++argv) {
games/number/number.c
105
if (!first)
games/number/number.c
78
int ch, first;
games/number/number.c
95
for (first = 1;
games/number/number.c
96
fgets(line, sizeof(line), stdin) != NULL; first = 0) {
games/number/number.c
99
if (!first)
games/phantasia/fight.c
1429
int first, second; /* indices for swapping */
games/phantasia/fight.c
1442
first = (int)ROLL(0, 5);
games/phantasia/fight.c
1447
dtemp1 = dptr[first];
games/phantasia/fight.c
1450
dptr[first] = dtemp2;
games/quiz/rxp.c
149
if (first) {
games/quiz/rxp.c
165
if (!first) {
games/quiz/rxp.c
194
rxp__match(char *s, int first, Rxp_t *j_succ, Rxp_t *j_fail, char *sp_fail)
games/quiz/rxp.c
203
if (first) {
games/quiz/rxp.c
259
rxp__expand(int first)
games/quiz/rxp.c
267
if (first) {
games/quiz/rxp.c
298
if (first) {
games/quiz/rxp.c
87
rxp__compile(char *s, int first)
games/quiz/rxp.c
96
if (first) {
games/robots/init_field.c
104
if (first)
games/robots/init_field.c
106
first = false;
games/robots/init_field.c
45
static bool first = true;
games/robots/init_field.c
88
if (first)
games/robots/init_field.c
98
if (first)
lib/libc/db/test/btree.tests/main.c
63
void first(DB *, char **);
lib/libc/db/test/btree.tests/main.c
90
"f", 0, 0, first, "first", "move cursor to first record",
lib/libc/iconv/iconv.c
195
qsort_helper(const void *first, const void *second)
lib/libc/iconv/iconv.c
200
s1 = first;
lib/libc/isc/eventlib_p.h
163
evWait * first;
lib/libc/nameser/ns_name.c
482
int n, l, first = 1;
lib/libc/nameser/ns_name.c
537
(dstp - msg) < 0x4000 && first) {
lib/libc/nameser/ns_name.c
540
first = 0;
lib/libc/net/rcmd.c
428
int first;
lib/libc/net/rcmd.c
439
first = 1;
lib/libc/net/rcmd.c
449
if (first == 1 && (__check_rhosts_file || superuser)) {
lib/libc/net/rcmd.c
450
first = 0;
lib/libc/sysvipc/msg.c
352
msqpptr->ds.first.msg_first_index;
lib/libc/sysvipc/msg.c
566
if (msqptr->first.msg_first_index == -1) {
lib/libc/sysvipc/msg.c
567
msqptr->first.msg_first_index = _index;
lib/libc/sysvipc/msg.c
631
msghdr_index = msqptr->first.msg_first_index;
lib/libc/sysvipc/msg.c
642
if (msqptr->first.msg_first_index == msqptr->last.msg_last_index) {
lib/libc/sysvipc/msg.c
643
msqptr->first.msg_first_index = -1;
lib/libc/sysvipc/msg.c
646
msqptr->first.msg_first_index = msghdr->msg_next;
lib/libc/sysvipc/msg.c
647
if (msqptr->first.msg_first_index == -1) {
lib/libc/sysvipc/msg.c
657
prev = msqptr->first.msg_first_index;
lib/libc/sysvipc/msg.c
683
msqptr->first.msg_first_index = -1;
lib/libc/sysvipc/sysvipc_msg.h
47
} first;
lib/libfetch/http.c
927
off_t first, last, len;
lib/libfetch/http.c
933
first = last = -1;
lib/libfetch/http.c
936
for (first = 0; *p && isdigit((unsigned char)*p); ++p)
lib/libfetch/http.c
937
first = first * 10 + *p - '0';
lib/libfetch/http.c
943
if (first > last || *p != '/')
lib/libfetch/http.c
947
if (*p || len < last - first + 1)
lib/libfetch/http.c
949
if (first == -1) {
lib/libfetch/http.c
954
(long long)first, (long long)last, (long long)len);
lib/libfetch/http.c
955
*length = last - first + 1;
lib/libfetch/http.c
957
*offset = first;
lib/libtcplay/tcplay.c
210
struct tc_cipher_chain *first = NULL, *prev = NULL, *elem;
lib/libtcplay/tcplay.c
231
if (first == NULL)
lib/libtcplay/tcplay.c
232
first = elem;
lib/libtcplay/tcplay.c
243
return first;
lib/libthread_xu/thread/thr_init.c
240
int fd, first = 0;
lib/libthread_xu/thread/thr_init.c
274
first = 1;
lib/libthread_xu/thread/thr_init.c
290
if (first) {
lib/libutil/trimdomain.c
55
static int first = 1;
lib/libutil/trimdomain.c
60
if (first) {
lib/libutil/trimdomain.c
62
first = 0;
libexec/rtld-elf/rtld.c
132
static int resolve_objects_ifunc(Obj_Entry *first, bool bind_now,
libexec/rtld-elf/rtld.c
2077
load_needed_objects(Obj_Entry *first, int flags)
libexec/rtld-elf/rtld.c
2081
for (obj = first; obj != NULL; obj = obj->next) {
libexec/rtld-elf/rtld.c
2709
relocate_objects(Obj_Entry *first, bool bind_now, Obj_Entry *rtldobj,
libexec/rtld-elf/rtld.c
2715
for (error = 0, obj = first; obj != NULL; obj = obj->next) {
libexec/rtld-elf/rtld.c
2751
resolve_objects_ifunc(Obj_Entry *first, bool bind_now, int flags,
libexec/rtld-elf/rtld.c
2756
for (obj = first; obj != NULL; obj = obj->next) {
libexec/telnetd/telnetd.c
542
char first[256], last[256];
libexec/telnetd/telnetd.c
552
(void) strncpy(first, terminaltype, sizeof(first)-1);
libexec/telnetd/telnetd.c
553
first[sizeof(first)-1] = '\0';
libexec/telnetd/telnetd.c
569
if (strncmp(first, terminaltype, sizeof(first)) == 0)
libexec/telnetd/telnetd.c
577
if (strncmp(first, terminaltype, sizeof(first)) != 0) {
libexec/telnetd/telnetd.c
578
(void) strncpy(terminaltype, first, TERMINAL_TYPE_SIZE-1);
libexec/tftpd/tftpd.c
350
int first = 1, has_options = 0, ecode;
libexec/tftpd/tftpd.c
374
if (first) {
libexec/tftpd/tftpd.c
376
first = 0;
sbin/fsck_msdosfs/fat.c
382
struct fat32_cache_entry *entry, *first;
sbin/fsck_msdosfs/fat.c
388
first = TAILQ_FIRST(&fat->fat32_cache_head);
sbin/fsck_msdosfs/fat.c
398
if (entry != first) {
sbin/hammer/cache.c
109
cache_info_t first = NULL;
sbin/hammer/cache.c
114
if (cache == first)
sbin/hammer/cache.c
118
if (first == NULL)
sbin/hammer/cache.c
119
first = cache;
sbin/hammer/cmd_info.c
48
int mntsize, i, first = 1;
sbin/hammer/cmd_info.c
68
if (first)
sbin/hammer/cmd_info.c
69
first = 0;
sbin/hammer/cmd_info.c
75
if (first)
sbin/ifconfig/af_inet6.c
415
int first = 1;
sbin/ifconfig/af_inet6.c
425
first = 0;
sbin/ifconfig/af_inet6.c
428
if (!first || hours) {
sbin/ifconfig/af_inet6.c
429
first = 0;
sbin/ifconfig/af_inet6.c
432
if (!first || mins) {
sbin/ifconfig/af_inet6.c
433
first = 0;
sbin/ifconfig/ifieee80211.c
1089
int first, last, f, c;
sbin/ifconfig/ifieee80211.c
1094
switch (sscanf(cp, "%u-%u", &first, &last)) {
sbin/ifconfig/ifieee80211.c
1096
if (first > IEEE80211_CHAN_MAX)
sbin/ifconfig/ifieee80211.c
1098
first, IEEE80211_CHAN_MAX);
sbin/ifconfig/ifieee80211.c
1099
setbit(chanlist.ic_channels, first);
sbin/ifconfig/ifieee80211.c
1102
if (first > IEEE80211_CHAN_MAX)
sbin/ifconfig/ifieee80211.c
1104
first, IEEE80211_CHAN_MAX);
sbin/ifconfig/ifieee80211.c
1108
if (first > last)
sbin/ifconfig/ifieee80211.c
1110
first, last);
sbin/ifconfig/ifieee80211.c
1111
for (f = first; f <= last; f++)
sbin/ip6fw/ip6fw.c
419
int first = 1;
sbin/ip6fw/ip6fw.c
426
printf("%c%d", first == 1 ? ' ' : ',', type_index);
sbin/ip6fw/ip6fw.c
427
first = 0;
sbin/restore/restore.c
585
ufs1_ino_t first;
sbin/restore/restore.c
594
first = lowerbnd(UFS_ROOTINO);
sbin/restore/restore.c
597
first = lowerbnd(first);
sbin/restore/restore.c
605
while (first < curfile.ino) {
sbin/restore/restore.c
606
ep = lookupino(first);
sbin/restore/restore.c
608
panic("%d: bad first\n", first);
sbin/restore/restore.c
611
first = lowerbnd(first);
sbin/restore/restore.c
620
if (first != curfile.ino) {
sbin/restore/restore.c
622
first, curfile.ino);
sbin/restore/restore.c
663
ufs1_ino_t first, next, last;
sbin/restore/restore.c
672
first = lowerbnd(UFS_ROOTINO);
sbin/restore/restore.c
676
first = lowerbnd(first);
sbin/restore/restore.c
681
if (first > last)
sbin/restore/restore.c
717
next = first;
sbin/route/route.c
336
static int first = 1;
sbin/route/route.c
341
if (first) {
sbin/route/route.c
342
first = 0;
sbin/shutdown/shutdown.c
294
static int first;
sbin/shutdown/shutdown.c
299
if (!first++)
sbin/startslip/startslip.c
112
int first = 1, tries = 0;
sbin/startslip/startslip.c
295
if (first)
sbin/startslip/startslip.c
455
if (!first)
sbin/startslip/startslip.c
459
first = 0;
stand/lib/cd9660.c
283
int rc, first, use_rrip, lenskip;
stand/lib/cd9660.c
312
first = 1;
stand/lib/cd9660.c
344
if (first)
stand/lib/cd9660.c
348
first ? 0 : lenskip)) {
stand/lib/cd9660.c
349
first = 0;
stand/lib/cd9660.c
352
first = 0;
stand/lib/cd9660.c
383
if (first) {
sys/bus/firewire/fwohci.c
1478
struct fw_bulkxfer *first, *chunk, *prev;
sys/bus/firewire/fwohci.c
1541
first = STAILQ_FIRST(&it->stdma);
sys/bus/firewire/fwohci.c
1543
((struct fwohcidb_tr *)(first->start))->bus_addr | dbch->ndesc);
sys/bus/firewire/fwohci.c
1594
struct fw_bulkxfer *first, *prev, *chunk;
sys/bus/firewire/fwohci.c
1616
first = STAILQ_FIRST(&ir->stfree);
sys/bus/firewire/fwohci.c
1617
if (first == NULL) {
sys/bus/firewire/fwohci.c
1670
((struct fwohcidb_tr *)(first->start))->bus_addr
sys/cpu/x86_64/misc/db_disasm.c
1174
boolean_t first;
sys/cpu/x86_64/misc/db_disasm.c
1328
for (first = TRUE;
sys/cpu/x86_64/misc/db_disasm.c
1330
i_mode >>= 8, first = FALSE)
sys/cpu/x86_64/misc/db_disasm.c
1334
if (!first)
sys/dev/disk/sym/sym_hipd.c
179
struct sym_quehead *first = list->flink;
sys/dev/disk/sym/sym_hipd.c
181
if (first != list) {
sys/dev/disk/sym/sym_hipd.c
185
first->blink = head;
sys/dev/disk/sym/sym_hipd.c
186
head->flink = first;
sys/dev/drm/amd/amdgpu/amdgpu_cs.c
1533
uint32_t first = ~0;
sys/dev/drm/amd/amdgpu/amdgpu_cs.c
1555
first = i;
sys/dev/drm/amd/amdgpu/amdgpu_cs.c
1561
&first);
sys/dev/drm/amd/amdgpu/amdgpu_cs.c
1568
wait->out.first_signaled = first;
sys/dev/drm/amd/amdgpu/amdgpu_cs.c
1570
if (first < fence_count && array[first])
sys/dev/drm/amd/amdgpu/amdgpu_cs.c
1571
r = array[first]->error;
sys/dev/drm/amd/lib/chash.c
162
#define CHASH_IN_RANGE(table, slot, first, last) \
sys/dev/drm/amd/lib/chash.c
163
(CHASH_SUB(table, slot, first) <= CHASH_SUB(table, last, first))
sys/dev/drm/drm_dp_helper.c
1271
#define OUI(first, second, third) { (first), (second), (third) }
sys/dev/drm/drm_dp_helper.c
1272
#define DEVICE_ID(first, second, third, fourth, fifth, sixth) \
sys/dev/drm/drm_dp_helper.c
1273
{ (first), (second), (third), (fourth), (fifth), (sixth) }
sys/dev/drm/drm_hashtab.c
146
unsigned long first, unshifted_key;
sys/dev/drm/drm_hashtab.c
149
first = unshifted_key;
sys/dev/drm/drm_hashtab.c
155
} while(ret && (unshifted_key != first));
sys/dev/drm/drm_mm.c
258
bool first = true;
sys/dev/drm/drm_mm.c
266
first = false;
sys/dev/drm/drm_mm.c
271
rb_insert_color_cached(&node->rb_hole_size, root, first);
sys/dev/drm/drm_syncobj.c
857
uint32_t first = ~0;
sys/dev/drm/drm_syncobj.c
862
timeout, &first);
sys/dev/drm/drm_syncobj.c
866
wait->first_signaled = first;
sys/dev/drm/i915/i915_gpu_error.c
1323
struct i915_request *first,
sys/dev/drm/i915/i915_gpu_error.c
1330
request = first;
sys/dev/drm/i915/i915_gpu_error.c
1343
request = first;
sys/dev/drm/i915/i915_gpu_error.c
741
int len, first = 1;
sys/dev/drm/i915/i915_gpu_error.c
752
first ? "" : ", ",
sys/dev/drm/i915/i915_gpu_error.c
754
first = 0;
sys/dev/drm/i915/i915_utils.h
130
struct list_head *first)
sys/dev/drm/i915/i915_utils.h
132
first->prev = head;
sys/dev/drm/i915/i915_utils.h
133
WRITE_ONCE(head->next, first);
sys/dev/drm/i915/intel_breadcrumbs.c
396
bool first, armed;
sys/dev/drm/i915/intel_breadcrumbs.c
414
first = true;
sys/dev/drm/i915/intel_breadcrumbs.c
426
return first;
sys/dev/drm/i915/intel_breadcrumbs.c
440
first = false;
sys/dev/drm/i915/intel_breadcrumbs.c
450
first = false;
sys/dev/drm/i915/intel_breadcrumbs.c
458
if (first) {
sys/dev/drm/i915/intel_breadcrumbs.c
479
if (!first) {
sys/dev/drm/i915/intel_lrc.c
268
bool first = true;
sys/dev/drm/i915/intel_lrc.c
284
first = false;
sys/dev/drm/i915/intel_lrc.c
314
rb_insert_color_cached(&p->node, &execlists->queue, first);
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
502
struct ttm_buffer_object *first;
sys/dev/drm/include/linux/list.h
239
list_bulk_move_tail(struct list_head *head, struct list_head *first,
sys/dev/drm/include/linux/list.h
242
first->prev->next = last->next;
sys/dev/drm/include/linux/list.h
243
last->next->prev = first->prev;
sys/dev/drm/include/linux/list.h
244
head->prev->next = first;
sys/dev/drm/include/linux/list.h
245
first->prev = head->prev;
sys/dev/drm/include/linux/list.h
254
struct list_head *first;
sys/dev/drm/include/linux/list.h
259
first = list->next;
sys/dev/drm/include/linux/list.h
261
first->prev = prev;
sys/dev/drm/include/linux/list.h
262
prev->next = first;
sys/dev/drm/include/linux/list.h
301
struct hlist_node *first;
sys/dev/drm/include/linux/list.h
310
#define INIT_HLIST_HEAD(head) (head)->first = NULL
sys/dev/drm/include/linux/list.h
328
return !h->first;
sys/dev/drm/include/linux/list.h
354
n->next = h->first;
sys/dev/drm/include/linux/list.h
355
if (h->first)
sys/dev/drm/include/linux/list.h
356
h->first->pprev = &n->next;
sys/dev/drm/include/linux/list.h
357
h->first = n;
sys/dev/drm/include/linux/list.h
358
n->pprev = &h->first;
sys/dev/drm/include/linux/list.h
386
new->first = old->first;
sys/dev/drm/include/linux/list.h
387
if (new->first)
sys/dev/drm/include/linux/list.h
388
new->first->pprev = &new->first;
sys/dev/drm/include/linux/list.h
389
old->first = NULL;
sys/dev/drm/include/linux/list.h
455
for (p = (head)->first; p; p = p->next)
sys/dev/drm/include/linux/list.h
458
for (p = (head)->first; p && ({ n = p->next; 1; }); p = n)
sys/dev/drm/include/linux/list.h
464
for (pos = hlist_entry_safe((head)->first, typeof(*(pos)), member);\
sys/dev/drm/include/linux/list.h
476
for (pos = hlist_entry_safe((head)->first, typeof(*(pos)), member); \
sys/dev/drm/include/linux/llist.h
36
struct llist_node *first;
sys/dev/drm/include/linux/llist.h
45
return atomic_swap_ptr((void *)&head->first, NULL);
sys/dev/drm/include/linux/llist.h
51
struct llist_node *first, *next;
sys/dev/drm/include/linux/llist.h
54
first = head->first;
sys/dev/drm/include/linux/llist.h
55
if (first == NULL)
sys/dev/drm/include/linux/llist.h
57
next = first->next;
sys/dev/drm/include/linux/llist.h
58
} while (atomic_cas_ptr(&head->first, first, next) != first);
sys/dev/drm/include/linux/llist.h
60
return first;
sys/dev/drm/include/linux/llist.h
66
struct llist_node *first;
sys/dev/drm/include/linux/llist.h
69
new->next = first = head->first;
sys/dev/drm/include/linux/llist.h
70
} while (!atomic_cmpset_ptr(&head->first, first, new));
sys/dev/drm/include/linux/llist.h
72
return (first == NULL);
sys/dev/drm/include/linux/llist.h
78
head->first = NULL;
sys/dev/drm/include/linux/llist.h
84
return (head->first == NULL);
sys/dev/drm/linux_list_sort.c
134
struct list_head **const first = ((*compare)(arg, a, b) <= 0?
sys/dev/drm/linux_list_sort.c
137
tail = tail->next = *first;
sys/dev/drm/linux_list_sort.c
138
*first = (*first)->next;
sys/dev/drm/linux_list_sort.c
165
struct list_head **const first = (
sys/dev/drm/linux_list_sort.c
168
(*first)->prev = prev;
sys/dev/drm/linux_list_sort.c
169
prev = prev->next = *first;
sys/dev/drm/linux_list_sort.c
170
*first = (*first)->next;
sys/dev/drm/radeon/radeon_display.c
1690
bool first = true;
sys/dev/drm/radeon/radeon_display.c
1704
if (first) {
sys/dev/drm/radeon/radeon_display.c
1743
first = false;
sys/dev/drm/scheduler/sched_entity.c
503
bool first;
sys/dev/drm/scheduler/sched_entity.c
510
first = spsc_queue_push(&entity->job_queue, &sched_job->queue_node);
sys/dev/drm/scheduler/sched_entity.c
513
if (first) {
sys/dev/drm/ttm/ttm_bo.c
227
if (!pos->first)
sys/dev/drm/ttm/ttm_bo.c
228
pos->first = bo;
sys/dev/drm/ttm/ttm_bo.c
265
if (!pos->first)
sys/dev/drm/ttm/ttm_bo.c
268
reservation_object_assert_held(pos->first->resv);
sys/dev/drm/ttm/ttm_bo.c
271
man = &pos->first->bdev->man[TTM_PL_TT];
sys/dev/drm/ttm/ttm_bo.c
272
list_bulk_move_tail(&man->lru[i], &pos->first->lru,
sys/dev/drm/ttm/ttm_bo.c
280
if (!pos->first)
sys/dev/drm/ttm/ttm_bo.c
283
reservation_object_assert_held(pos->first->resv);
sys/dev/drm/ttm/ttm_bo.c
286
man = &pos->first->bdev->man[TTM_PL_VRAM];
sys/dev/drm/ttm/ttm_bo.c
287
list_bulk_move_tail(&man->lru[i], &pos->first->lru,
sys/dev/drm/ttm/ttm_bo.c
295
if (!pos->first)
sys/dev/drm/ttm/ttm_bo.c
298
reservation_object_assert_held(pos->first->resv);
sys/dev/drm/ttm/ttm_bo.c
301
lru = &pos->first->bdev->glob->swap_lru[i];
sys/dev/drm/ttm/ttm_bo.c
302
list_bulk_move_tail(lru, &pos->first->swap, &pos->last->swap);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
3068
bwn_set_all_gains(struct bwn_mac *mac, int16_t first, int16_t second,
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
3086
bwn_ofdmtab_write_2(mac, table, i, first);
sys/dev/netif/em/if_em.c
1811
int maxsegs, nsegs, i, j, first, last = 0, error;
sys/dev/netif/em/if_em.c
1828
first = adapter->next_avail_tx_desc;
sys/dev/netif/em/if_em.c
1829
tx_buffer = &adapter->tx_buffer_area[first];
sys/dev/netif/em/if_em.c
3217
int first, num_avail;
sys/dev/netif/em/if_em.c
3226
first = adapter->next_tx_to_clean;
sys/dev/netif/em/if_em.c
3239
while (first != dd_idx) {
sys/dev/netif/em/if_em.c
3245
tx_buffer = &adapter->tx_buffer_area[first];
sys/dev/netif/em/if_em.c
3249
if (++first == adapter->num_tx_desc)
sys/dev/netif/em/if_em.c
3250
first = 0;
sys/dev/netif/em/if_em.c
3256
adapter->next_tx_to_clean = first;
sys/dev/netif/em/if_em.c
3279
int tdh, first, num_avail, dd_idx = -1;
sys/dev/netif/em/if_em.c
3297
first = adapter->next_tx_to_clean;
sys/dev/netif/em/if_em.c
3299
while (first != tdh) {
sys/dev/netif/em/if_em.c
3305
tx_buffer = &adapter->tx_buffer_area[first];
sys/dev/netif/em/if_em.c
3309
if (first == dd_idx) {
sys/dev/netif/em/if_em.c
3320
if (++first == adapter->num_tx_desc)
sys/dev/netif/em/if_em.c
3321
first = 0;
sys/dev/netif/em/if_em.c
3323
adapter->next_tx_to_clean = first;
sys/dev/netif/emx/if_emx.c
1700
int maxsegs, nsegs, i, j, first, last = 0, error;
sys/dev/netif/emx/if_emx.c
1716
first = tdata->next_avail_tx_desc;
sys/dev/netif/emx/if_emx.c
1717
tx_buffer = &tdata->tx_buf[first];
sys/dev/netif/emx/if_emx.c
2751
int first, num_avail;
sys/dev/netif/emx/if_emx.c
2760
first = tdata->next_tx_to_clean;
sys/dev/netif/emx/if_emx.c
2773
while (first != dd_idx) {
sys/dev/netif/emx/if_emx.c
2779
tx_buffer = &tdata->tx_buf[first];
sys/dev/netif/emx/if_emx.c
2783
if (++first == tdata->num_tx_desc)
sys/dev/netif/emx/if_emx.c
2784
first = 0;
sys/dev/netif/emx/if_emx.c
2790
tdata->next_tx_to_clean = first;
sys/dev/netif/emx/if_emx.c
2812
int tdh, first, num_avail, dd_idx = -1;
sys/dev/netif/emx/if_emx.c
2830
first = tdata->next_tx_to_clean;
sys/dev/netif/emx/if_emx.c
2832
while (first != tdh) {
sys/dev/netif/emx/if_emx.c
2838
tx_buffer = &tdata->tx_buf[first];
sys/dev/netif/emx/if_emx.c
2842
if (first == dd_idx) {
sys/dev/netif/emx/if_emx.c
2853
if (++first == tdata->num_tx_desc)
sys/dev/netif/emx/if_emx.c
2854
first = 0;
sys/dev/netif/emx/if_emx.c
2856
tdata->next_tx_to_clean = first;
sys/dev/netif/igb/if_igb.c
2176
int first, avail;
sys/dev/netif/igb/if_igb.c
2181
first = txr->next_to_clean;
sys/dev/netif/igb/if_igb.c
2182
if (first == hdr)
sys/dev/netif/igb/if_igb.c
2186
while (first != hdr) {
sys/dev/netif/igb/if_igb.c
2187
struct igb_tx_buf *txbuf = &txr->tx_buf[first];
sys/dev/netif/igb/if_igb.c
2195
if (++first == txr->num_tx_desc)
sys/dev/netif/igb/if_igb.c
2196
first = 0;
sys/dev/netif/igb/if_igb.c
2198
txr->next_to_clean = first;
sys/dev/netif/igb/if_igb.c
2222
int first, hdr;
sys/dev/netif/igb/if_igb.c
2231
first = txr->next_to_clean;
sys/dev/netif/igb/if_igb.c
2232
if (first == hdr)
sys/dev/netif/igb/if_igb.c
2239
while (first != hdr) {
sys/dev/netif/igb/if_igb.c
2240
struct igb_tx_buf *txbuf = &txr->tx_buf[first];
sys/dev/netif/igb/if_igb.c
2249
if (++first == txr->num_tx_desc)
sys/dev/netif/igb/if_igb.c
2250
first = 0;
sys/dev/netif/ix/if_ix.c
1469
int i, j, error, nsegs, first, maxsegs;
sys/dev/netif/ix/if_ix.c
1495
first = txr->tx_next_avail;
sys/dev/netif/ix/if_ix.c
1496
txbuf = &txr->tx_buf[first];
sys/dev/netif/ix/if_ix.c
1562
txr->tx_buf[first].map = txbuf->map;
sys/dev/netif/ix/if_ix.c
2358
int first, avail;
sys/dev/netif/ix/if_ix.c
2363
first = txr->tx_next_clean;
sys/dev/netif/ix/if_ix.c
2364
if (first == hdr)
sys/dev/netif/ix/if_ix.c
2368
while (first != hdr) {
sys/dev/netif/ix/if_ix.c
2369
struct ix_tx_buf *txbuf = &txr->tx_buf[first];
sys/dev/netif/ix/if_ix.c
2376
if (++first == txr->tx_ndesc)
sys/dev/netif/ix/if_ix.c
2377
first = 0;
sys/dev/netif/ix/if_ix.c
2379
txr->tx_next_clean = first;
sys/dev/netif/ix/if_ix.c
2392
int first, hdr;
sys/dev/netif/ix/if_ix.c
2401
first = txr->tx_next_clean;
sys/dev/netif/ix/if_ix.c
2402
if (first == hdr)
sys/dev/netif/ix/if_ix.c
2409
while (first != hdr) {
sys/dev/netif/ix/if_ix.c
2410
struct ix_tx_buf *txbuf = &txr->tx_buf[first];
sys/dev/netif/ix/if_ix.c
2418
if (++first == txr->tx_ndesc)
sys/dev/netif/ix/if_ix.c
2419
first = 0;
sys/dev/raid/aac/aac_disk.c
257
static int first = 0;
sys/dev/raid/aac/aac_disk.c
268
if (!first) {
sys/dev/raid/aac/aac_disk.c
269
first = 1;
sys/dev/raid/hpt27xx/list.h
90
struct list_head *first = list->next;
sys/dev/raid/hpt27xx/list.h
94
first->prev = head;
sys/dev/raid/hpt27xx/list.h
95
head->next = first;
sys/dev/raid/hptmv/command.h
177
UCHAR first;
sys/dev/raid/hptrr/list.h
92
struct list_head *first = list->next;
sys/dev/raid/hptrr/list.h
96
first->prev = head;
sys/dev/raid/hptrr/list.h
97
head->next = first;
sys/dev/raid/mfi/mfi.c
2184
int i, j, first, dir;
sys/dev/raid/mfi/mfi.c
2218
first = cm->cm_stp_len;
sys/dev/raid/mfi/mfi.c
2221
sgl->sg32[j++].len = first;
sys/dev/raid/mfi/mfi.c
2224
sgl->sg64[j++].len = first;
sys/dev/raid/mfi/mfi.c
2227
first = 0;
sys/dev/raid/mfi/mfi.c
2230
sgl->sg32[j].addr = segs[i].ds_addr + first;
sys/dev/raid/mfi/mfi.c
2231
sgl->sg32[j++].len = segs[i].ds_len - first;
sys/dev/raid/mfi/mfi.c
2232
first = 0;
sys/dev/raid/mfi/mfi.c
2236
sgl->sg64[j].addr = segs[i].ds_addr + first;
sys/dev/raid/mfi/mfi.c
2237
sgl->sg64[j++].len = segs[i].ds_len - first;
sys/dev/raid/mfi/mfi.c
2238
first = 0;
sys/dev/sound/pci/hda/hdaa.c
185
int i, first = 1;
sys/dev/sound/pci/hda/hdaa.c
190
if (first == 0)
sys/dev/sound/pci/hda/hdaa.c
193
first = 0;
sys/dev/sound/pci/hda/hdaa.c
3191
int i, j, cnt, max, type, dir, assoc, seq, first, hpredir;
sys/dev/sound/pci/hda/hdaa.c
3236
first = 16;
sys/dev/sound/pci/hda/hdaa.c
3269
if (seq < first)
sys/dev/sound/pci/hda/hdaa.c
3270
first = seq;
sys/dev/sound/pci/hda/hdaa.c
3311
as[cnt].hpredir = first;
sys/dev/sound/pci/hda/hdaa.c
6737
int retval, first = 1, i;
sys/dev/sound/pci/hda/hdaa.c
6746
retval += kprintf("%s%d", first ? "" : ",", as->pins[i]);
sys/dev/sound/pci/hda/hdaa.c
6747
first = 0;
sys/dev/sound/pci/hda/hdaa.c
6753
first = 1;
sys/dev/sound/pci/hda/hdaa.c
6759
retval += kprintf("%s%d", first ? "" : ",", as->pins[i]);
sys/dev/sound/pci/hda/hdaa.c
6760
first = 0;
sys/dev/sound/pci/hda/hdaa.c
6776
int first = 1, i, len = 0;
sys/dev/sound/pci/hda/hdaa.c
6785
"%s%d", first ? "" : ",", as->pins[i]);
sys/dev/sound/pci/hda/hdaa.c
6786
first = 0;
sys/dev/sound/pci/hda/hdaa.c
6795
"%s%d", first ? "" : ",", as->pins[i]);
sys/dev/sound/pci/hda/hdaa.c
6796
first = 0;
sys/kern/kern_ktr.c
551
int first;
sys/kern/kern_ktr.c
569
tstate[i].first = -1;
sys/kern/kern_ktr.c
646
if (tstate[i].first == -1)
sys/kern/kern_ktr.c
647
tstate[i].first = tstate[i].cur;
sys/kern/kern_ktr.c
650
if (tstate[i].first == tstate[i].cur) {
sys/kern/subr_disk.c
1015
int error, first;
sys/kern/subr_disk.c
1017
first = 1;
sys/kern/subr_disk.c
1022
if (!first) {
sys/kern/subr_disk.c
1029
first = 0;
sys/kern/subr_sglist.c
584
sglist_join(struct sglist *first, struct sglist *second)
sys/kern/subr_sglist.c
598
flast = &first->sg_segs[first->sg_nseg - 1];
sys/kern/subr_sglist.c
600
if (first->sg_nseg != 0 &&
sys/kern/subr_sglist.c
605
if (first->sg_nseg + second->sg_nseg - append > first->sg_maxseg)
sys/kern/subr_sglist.c
613
bcopy(first->sg_segs + first->sg_nseg, second->sg_segs + append,
sys/kern/subr_sglist.c
615
first->sg_nseg += second->sg_nseg - append;
sys/kern/subr_unit.c
143
u_int first; /* items in allocated from start */
sys/kern/subr_unit.c
164
y = uh->first;
sys/kern/subr_unit.c
256
uh->first = 0;
sys/kern/subr_unit.c
458
uh->first += upp->len;
sys/kern/subr_unit.c
493
x = uh->low + uh->first;
sys/kern/subr_unit.c
501
uh->first++;
sys/kern/subr_unit.c
517
uh->first++;
sys/kern/subr_unit.c
565
if (item + 1 == uh->first && upp == NULL) {
sys/kern/subr_unit.c
567
uh->first--;
sys/kern/subr_unit.c
576
if (item < uh->first) {
sys/kern/subr_unit.c
579
up->len = uh->first - item;
sys/kern/subr_unit.c
581
uh->first -= up->len;
sys/kern/subr_unit.c
584
item -= uh->first;
sys/kern/subr_unit.c
712
uh, uh->low, uh->high, uh->first, uh->last, uh->busy, uh->alloc);
sys/kern/subr_unit.c
713
x = uh->low + uh->first;
sys/kern/tty.c
1684
int first, error = 0;
sys/kern/tty.c
1859
first = 1;
sys/kern/tty.c
1869
if (first)
sys/kern/tty.c
1882
first = 0;
sys/kern/tty.c
1889
if (first)
sys/kern/tty.c
1899
if (first) {
sys/kern/tty.c
1928
first = 0;
sys/net/altq/altq_rmclass.c
1012
else if (first == NULL && cl->borrow_ != NULL)
sys/net/altq/altq_rmclass.c
1013
first = cl; /* borrowing candidate */
sys/net/altq/altq_rmclass.c
1033
if (first != NULL && ifd->cutoff_ < ifd->root_->depth_) {
sys/net/altq/altq_rmclass.c
1047
if (!ifd->efficient_ || first == NULL)
sys/net/altq/altq_rmclass.c
1050
cl = first;
sys/net/altq/altq_rmclass.c
1078
if ((cl->bytes_alloc_ <= 0) || first == cl)
sys/net/altq/altq_rmclass.c
1122
struct rm_class *cl, *first = NULL;
sys/net/altq/altq_rmclass.c
1153
if (first == NULL && cl->borrow_ != NULL)
sys/net/altq/altq_rmclass.c
1154
first = cl;
sys/net/altq/altq_rmclass.c
1165
if (first != NULL && ifd->cutoff_ < ifd->root_->depth_) {
sys/net/altq/altq_rmclass.c
1176
if (!ifd->efficient_ || first == NULL)
sys/net/altq/altq_rmclass.c
1179
cl = first;
sys/net/altq/altq_rmclass.c
951
struct rm_class *cl = NULL, *first = NULL;
sys/net/altq/altq_rmclass.c
970
first = cl;
sys/netgraph/ppp/ng_ppp.c
1088
frag->first = (shdr & MP_SHORT_FIRST_FLAG) != 0;
sys/netgraph/ppp/ng_ppp.c
1106
frag->first = (lhdr & MP_LONG_FIRST_FLAG) != 0;
sys/netgraph/ppp/ng_ppp.c
1182
if (!qent->first || MP_RECV_SEQ_DIFF(priv, qent->seq, priv->mseq) > 1)
sys/netgraph/ppp/ng_ppp.c
1211
KASSERT(!TAILQ_EMPTY(&priv->frags) && qent->first,
sys/netgraph/ppp/ng_ppp.c
1264
|| qent->last || qnext->first) {
sys/netgraph/ppp/ng_ppp.c
133
u_char first; /* First in packet? */
sys/netgraph/ppp/ng_ppp.c
1386
if (qent->first)
sys/netgraph7/netflow/netflow.c
261
fle->f.first = fle->f.last = time_uptime;
sys/netgraph7/netflow/netflow.c
638
rec->first = htonl(MILLIUPTIME(fle->f.first));
sys/netgraph7/netflow/netflow.c
74
#define AGED(fle) (time_uptime - fle->f.first > priv->info.nfinfo_act_t)
sys/netgraph7/netflow/netflow.h
103
uint32_t first; /* System uptime at start of a flow */
sys/netgraph7/netflow/netflow.h
81
uint32_t first; /* System uptime at start of a flow */
sys/netgraph7/netflow/ng_netflow.h
134
long first; /* uptime on first packet */
sys/netgraph7/ppp/ng_ppp.c
1539
frag->first = (shdr & MP_SHORT_FIRST_FLAG) != 0;
sys/netgraph7/ppp/ng_ppp.c
1556
frag->first = (lhdr & MP_LONG_FIRST_FLAG) != 0;
sys/netgraph7/ppp/ng_ppp.c
1659
if (!qent->first || MP_RECV_SEQ_DIFF(priv, qent->seq, priv->mseq) > 1)
sys/netgraph7/ppp/ng_ppp.c
1688
KASSERT(!TAILQ_EMPTY(&priv->frags) && qent->first,
sys/netgraph7/ppp/ng_ppp.c
1741
|| qent->last || qnext->first) {
sys/netgraph7/ppp/ng_ppp.c
1884
if (qent->first)
sys/netgraph7/ppp/ng_ppp.c
189
uint8_t first; /* First in packet? */
sys/netinet/in_pcb.c
165
SYSCTL_PROC(_net_inet_ip_portrange, OID_AUTO, first, CTLTYPE_INT|CTLFLAG_RW,
sys/netinet/in_pcb.c
373
u_short first, last, lport, step, first0, last0;
sys/netinet/in_pcb.c
417
first = first0;
sys/netinet/in_pcb.c
424
in_pcbportrange(&last, &first, portinfo->offset, step);
sys/netinet/in_pcb.c
425
lport = last - first;
sys/netinet/in_pcb.c
428
lport = rounddown(cut % lport, step) + first;
sys/netinet/in_pcb.c
437
if (__predict_false(lport < first || lport > last)) {
sys/netinet/in_pcb.c
438
lport = first;
sys/netinet/in_pcb.c
824
u_short first, last, lport;
sys/netinet/in_pcb.c
862
first = ipport_hifirstauto; /* sysctl */
sys/netinet/in_pcb.c
871
first = ipport_lowfirstauto; /* 1023 */
sys/netinet/in_pcb.c
874
first = ipport_firstauto; /* sysctl */
sys/netinet/in_pcb.c
877
if (first > last) {
sys/netinet/in_pcb.c
879
last = first;
sys/netinet/in_pcb.c
880
first = lport;
sys/netinet/in_pcb.c
882
KKASSERT(last >= first);
sys/netinet/in_pcb.c
884
count = last - first;
sys/netinet/in_pcb.c
885
lport = (karc4random() % count) + first;
sys/netinet/in_pcb.c
900
if (__predict_false(lport < first || lport > last))
sys/netinet/in_pcb.c
901
lport = first;
sys/netinet6/in6_src.c
414
uint16_t lport, first, last, step, first0, last0;
sys/netinet6/in6_src.c
465
first = first0;
sys/netinet6/in6_src.c
472
in_pcbportrange(&last, &first, portinfo->offset, step);
sys/netinet6/in6_src.c
473
lport = last - first;
sys/netinet6/in6_src.c
476
lport = rounddown(cut % lport, step) + first;
sys/netinet6/in6_src.c
485
if (__predict_false(lport < first || lport > last)) {
sys/netinet6/in6_src.c
486
lport = first;
sys/netproto/802_11/wlan/ieee80211_ht.c
1264
int first = 1;
sys/netproto/802_11/wlan/ieee80211_ht.c
1274
if (first) {
sys/netproto/802_11/wlan/ieee80211_ht.c
1286
first = 0;
sys/platform/pc64/x86_64/busdma_machdep.c
593
int first)
sys/platform/pc64/x86_64/busdma_machdep.c
692
if (first) {
sys/platform/pc64/x86_64/busdma_machdep.c
695
first = 0;
sys/platform/pc64/x86_64/busdma_machdep.c
887
int first = 1;
sys/platform/pc64/x86_64/busdma_machdep.c
901
nsegs, first);
sys/platform/pc64/x86_64/busdma_machdep.c
902
if (error == ENOMEM && !first) {
sys/platform/pc64/x86_64/busdma_machdep.c
911
first = 0;
sys/platform/pc64/x86_64/busdma_machdep.c
935
int nsegs, error, first, i;
sys/platform/pc64/x86_64/busdma_machdep.c
977
first = 1;
sys/platform/pc64/x86_64/busdma_machdep.c
990
pmap, flags, &lastaddr, &nsegs, first);
sys/platform/pc64/x86_64/busdma_machdep.c
991
first = 0;
sys/platform/pc64/x86_64/db_trace.c
319
boolean_t first;
sys/platform/pc64/x86_64/db_trace.c
356
first = TRUE;
sys/platform/pc64/x86_64/db_trace.c
382
if (first) {
sys/platform/pc64/x86_64/db_trace.c
417
first = FALSE;
sys/platform/pc64/x86_64/machdep.c
2238
getmemsize(caddr_t kmdp, u_int64_t first)
sys/platform/pc64/x86_64/machdep.c
2318
pmap_bootstrap(&first);
sys/platform/pc64/x86_64/machdep.c
2346
first = (first + PHYSMAP_ALIGN_MASK) & ~PHYSMAP_ALIGN_MASK;
sys/platform/pc64/x86_64/machdep.c
2412
if (pa >= 0x200000 && pa < first) {
sys/platform/pc64/x86_64/machdep.c
2413
incr = first - pa;
sys/platform/vkernel64/platform/busdma_machdep.c
529
int first)
sys/platform/vkernel64/platform/busdma_machdep.c
629
if (first) {
sys/platform/vkernel64/platform/busdma_machdep.c
632
first = 0;
sys/platform/vkernel64/platform/busdma_machdep.c
783
int first = 1;
sys/platform/vkernel64/platform/busdma_machdep.c
797
nsegs, first);
sys/platform/vkernel64/platform/busdma_machdep.c
798
if (error == ENOMEM && !first) {
sys/platform/vkernel64/platform/busdma_machdep.c
806
first = 0;
sys/platform/vkernel64/platform/busdma_machdep.c
830
int nsegs, error, first, i;
sys/platform/vkernel64/platform/busdma_machdep.c
859
first = 1;
sys/platform/vkernel64/platform/busdma_machdep.c
872
pmap, flags, &lastaddr, &nsegs, first);
sys/platform/vkernel64/platform/busdma_machdep.c
873
first = 0;
sys/platform/vkernel64/x86_64/db_trace.c
319
boolean_t first;
sys/platform/vkernel64/x86_64/db_trace.c
356
first = TRUE;
sys/platform/vkernel64/x86_64/db_trace.c
382
if (first) {
sys/platform/vkernel64/x86_64/db_trace.c
417
first = FALSE;
sys/sys/sglist.h
101
int sglist_join(struct sglist *first, struct sglist *second);
sys/vfs/ext2fs/ext2_alloc.c
1276
ext2_fix_bitmap_tail(unsigned char *bitmap, int first, int last)
sys/vfs/ext2fs/ext2_alloc.c
1280
for (i = first; i <= last; i++)
sys/vfs/ext2fs/ext2_alloc.c
793
int first, last;
sys/vfs/ext2fs/ext2_alloc.c
796
first = metagroup * EXT2_DESCS_PER_BLOCK(fs);
sys/vfs/ext2fs/ext2_alloc.c
797
last = first + EXT2_DESCS_PER_BLOCK(fs) - 1;
sys/vfs/ext2fs/ext2_alloc.c
799
if (cg == first || cg == first + 1 || cg == last)
sys/vfs/hammer2/hammer2_bulkfree.c
109
int first = 1;
sys/vfs/hammer2/hammer2_bulkfree.c
158
error |= hammer2_chain_scan(parent, &chain, &bref, &first,
sys/vfs/hammer2/hammer2_vfsops.c
2228
int first;
sys/vfs/hammer2/hammer2_vfsops.c
2305
first = 1;
sys/vfs/hammer2/hammer2_vfsops.c
2311
&first,
sys/vfs/procfs/procfs_subr.c
116
for (pfs = ph->first; pfs; pfs = pfs->pfs_next) {
sys/vfs/procfs/procfs_subr.c
237
pfs->pfs_next = ph->first;
sys/vfs/procfs/procfs_subr.c
238
ph->first = pfs;
sys/vfs/procfs/procfs_subr.c
260
pp = &ph->first;
sys/vfs/procfs/procfs_subr.c
534
for (pfs = ph->first; pfs; pfs = pfs->pfs_next) {
sys/vfs/procfs/procfs_subr.c
56
struct pfsnode *first;
sys/vfs/procfs/procfs_subr.c
99
for (pfs = ph->first; pfs; pfs = pfs->pfs_next) {
test/debug/zallocinfo.c
153
int first;
test/debug/zallocinfo.c
163
first = 1;
test/debug/zallocinfo.c
170
if (first) {
test/debug/zallocinfo.c
175
} else if (pass == 2 && first == 0) {
test/debug/zallocinfo.c
178
first = 0;
test/debug/zallocinfo.c
220
if (first == 0 && pass == 1)
test/debug/zallocinfo.c
222
if (first == 0 && pass == 2)
tools/regression/usr.sbin/installer/libaura/dict3/dict3.c
18
char *first, *second;
tools/regression/usr.sbin/installer/libaura/dict3/dict3.c
20
first = malloc(16);
tools/regression/usr.sbin/installer/libaura/dict3/dict3.c
25
snprintf(first, strlen("first") + 1, "%s", "first");
tools/regression/usr.sbin/installer/libaura/dict3/dict3.c
28
aura_dict_store(d, key, strlen(key), first, strlen("first") + 1);
tools/tools/ath/athregs/dumpregs.c
665
int first = 1;
tools/tools/ath/athregs/dumpregs.c
694
if (first) {
tools/tools/ath/athregs/dumpregs.c
696
first = 0;
tools/tools/drm/radeon/mkregtable/mkregtable.c
279
struct list_head *first = list->next;
tools/tools/drm/radeon/mkregtable/mkregtable.c
282
first->prev = prev;
tools/tools/drm/radeon/mkregtable/mkregtable.c
283
prev->next = first;
tools/tools/net80211/wlanwatch/wlanwatch.c
139
static int first = 1, n;
tools/tools/net80211/wlanwatch/wlanwatch.c
141
if (first) {
tools/tools/net80211/wlanwatch/wlanwatch.c
142
first = 0;
usr.bin/at/at.c
475
int first=1;
usr.bin/at/at.c
518
if (first) {
usr.bin/at/at.c
520
first=0;
usr.bin/colcrt/colcrt.c
209
static int first;
usr.bin/colcrt/colcrt.c
221
for (i = first | 1; i < l; i++) {
usr.bin/colcrt/colcrt.c
225
for (i = first; i < l; i++) {
usr.bin/colcrt/colcrt.c
245
first = 1;
usr.bin/compress/compress.c
371
int ch, first;
usr.bin/compress/compress.c
376
first = ch = getchar();
usr.bin/compress/compress.c
379
return (first == 'y');
usr.bin/csplit/csplit.c
359
int first;
usr.bin/csplit/csplit.c
392
first = 1;
usr.bin/csplit/csplit.c
396
if (!first && regexec(&cre, p, 0, NULL, 0) == 0)
usr.bin/csplit/csplit.c
398
first = 0;
usr.bin/dsynth/build.c
186
int first = 1;
usr.bin/dsynth/build.c
335
&ap, &haswork, 0, first, 0);
usr.bin/dsynth/build.c
342
first = 0;
usr.bin/dsynth/build.c
422
int *app, int *hasworkp, int depth, int first,
usr.bin/dsynth/build.c
54
int depth, int first, int first_one_only);
usr.bin/dsynth/build.c
569
ndepth + 1, first,
usr.bin/dsynth/build.c
690
if (first) {
usr.bin/dsynth/build.c
709
if (first) {
usr.bin/dsynth/status.c
116
int *app, int *hasworkp, int level, int first)
usr.bin/dsynth/status.c
213
level + 1, first);
usr.bin/dsynth/status.c
277
if (first) {
usr.bin/dsynth/status.c
295
if (first) {
usr.bin/dsynth/status.c
44
int *app, int *hasworkp, int level, int first);
usr.bin/dsynth/status.c
55
int first = 1;
usr.bin/dsynth/status.c
89
&ap, &haswork, 0, first);
usr.bin/dsynth/status.c
96
first = 0;
usr.bin/find/function.c
807
static int first = 1;
usr.bin/find/function.c
816
if (first || curdev != entry->fts_statp->st_dev) {
usr.bin/find/function.c
846
first = 0;
usr.bin/from/from.c
134
char ch, pch, first, *p, *t;
usr.bin/from/from.c
136
for (first = *sender++;;) {
usr.bin/from/from.c
141
if (ch != first)
usr.bin/gzip/gzip.c
1914
static int first = 1;
usr.bin/gzip/gzip.c
1921
if (first) {
usr.bin/gzip/gzip.c
1930
first = 0;
usr.bin/head/head.c
104
first ? "" : "\n", *argv);
usr.bin/head/head.c
105
first = false;
usr.bin/head/head.c
57
bool first;
usr.bin/head/head.c
95
first = true;
usr.bin/ktrace/ktrace.c
158
static int first;
usr.bin/ktrace/ktrace.c
160
if (first++) {
usr.bin/last/last.c
244
static int first = 1;
usr.bin/last/last.c
250
if (first) {
usr.bin/last/last.c
251
first = 0;
usr.bin/m4/gnum4.c
132
for (pe = first; pe; pe = pe->next) {
usr.bin/m4/gnum4.c
65
} *first, *last;
usr.bin/m4/gnum4.c
97
last = first = n;
usr.bin/mail/cmd2.c
159
*msgvec = first(0, MMNORM);
usr.bin/mail/cmd2.c
305
last = first(0, MDELETED);
usr.bin/mail/collect.c
616
*msgvec = first(0, MMNORM);
usr.bin/mail/extern.h
120
int first(int, int);
usr.bin/mail/lex.c
369
*msgvec = first(com->c_msgflag, com->c_msgmask);
usr.bin/mail/util.c
495
int first = 1;
usr.bin/mail/util.c
530
if (first) {
usr.bin/mail/util.c
532
first = 0;
usr.bin/ncal/ncal.c
1117
static int first = 1;
usr.bin/ncal/ncal.c
1120
if (first) {
usr.bin/ncal/ncal.c
1132
first = 0;
usr.bin/ncal/ncal.c
778
int first; /* first day of month */
usr.bin/ncal/ncal.c
798
first = firstday(y, m + 1);
usr.bin/ncal/ncal.c
811
firstm = first - weekday(first);
usr.bin/ncal/ncal.c
830
if (j >= first) {
usr.bin/ncal/ncal.c
869
int first; /* first day of month */
usr.bin/ncal/ncal.c
901
first = sndaysb(&dt);
usr.bin/ncal/ncal.c
924
firsts = first - (weekday(first)+1) % 7;
usr.bin/ncal/ncal.c
935
if (j >= first) {
usr.bin/netstat/if.c
507
int oldmask, first;
usr.bin/netstat/if.c
558
first = 1;
usr.bin/netstat/if.c
608
if (!first) {
usr.bin/netstat/if.c
697
if (!first) {
usr.bin/netstat/if.c
711
if (!first)
usr.bin/netstat/if.c
722
first = 0;
usr.bin/netstat/inet.c
780
int i, first;
usr.bin/netstat/inet.c
810
for (first = 1, i = 0; i < ICMP_MAXTYPE + 1; i++)
usr.bin/netstat/inet.c
812
if (first) {
usr.bin/netstat/inet.c
814
first = 0;
usr.bin/netstat/inet.c
825
for (first = 1, i = 0; i < ICMP_MAXTYPE + 1; i++)
usr.bin/netstat/inet.c
827
if (first) {
usr.bin/netstat/inet.c
829
first = 0;
usr.bin/netstat/inet6.c
1069
static int first = 1;
usr.bin/netstat/inet6.c
1071
if (first && !numeric_addr) {
usr.bin/netstat/inet6.c
1072
first = 0;
usr.bin/netstat/inet6.c
340
int first, i;
usr.bin/netstat/inet6.c
383
for (first = 1, i = 0; i < 256; i++)
usr.bin/netstat/inet6.c
385
if (first) {
usr.bin/netstat/inet6.c
387
first = 0;
usr.bin/netstat/inet6.c
394
for (first = 1, i = 0; i < 32; i++) {
usr.bin/netstat/inet6.c
397
if (first) {
usr.bin/netstat/inet6.c
399
first = 0;
usr.bin/netstat/inet6.c
439
for (first = 1, i = 0; i < 16; i++) {
usr.bin/netstat/inet6.c
441
if (first) {
usr.bin/netstat/inet6.c
443
first = 0;
usr.bin/netstat/inet6.c
448
for (first = 1, i = 0; i < 16; i++) {
usr.bin/netstat/inet6.c
450
if (first) {
usr.bin/netstat/inet6.c
452
first = 0;
usr.bin/netstat/inet6.c
457
for (first = 1, i = 0; i < 16; i++) {
usr.bin/netstat/inet6.c
459
if (first) {
usr.bin/netstat/inet6.c
461
first = 0;
usr.bin/netstat/inet6.c
466
for (first = 1, i = 0; i < 16; i++) {
usr.bin/netstat/inet6.c
468
if (first) {
usr.bin/netstat/inet6.c
470
first = 0;
usr.bin/netstat/inet6.c
475
for (first = 1, i = 0; i < 16; i++) {
usr.bin/netstat/inet6.c
477
if (first) {
usr.bin/netstat/inet6.c
479
first = 0;
usr.bin/netstat/inet6.c
813
int first;
usr.bin/netstat/inet6.c
837
for (first = 1, i = 0; i < NELEM(icmp6stat.icp6s_outhist); i++)
usr.bin/netstat/inet6.c
839
if (first) {
usr.bin/netstat/inet6.c
841
first = 0;
usr.bin/netstat/inet6.c
850
for (first = 1, i = 0; i < NELEM(icmp6stat.icp6s_inhist); i++)
usr.bin/netstat/inet6.c
852
if (first) {
usr.bin/netstat/inet6.c
854
first = 0;
usr.bin/netstat/netgraph.c
149
if (first) {
usr.bin/netstat/netgraph.c
156
first = 0;
usr.bin/netstat/netgraph.c
63
static int first = 1;
usr.bin/netstat/unix.c
108
static int first = 1;
usr.bin/netstat/unix.c
116
if (first) {
usr.bin/netstat/unix.c
122
first = 0;
usr.bin/pkill/pkill.c
624
int ch, first;
usr.bin/pkill/pkill.c
634
first = ch = getchar();
usr.bin/pkill/pkill.c
637
if (first != 'y' && first != 'Y')
usr.bin/seq/seq.c
139
first = e_atof(argv[0]);
usr.bin/seq/seq.c
145
errx(1, "zero %screment", (first < last)? "in" : "de");
usr.bin/seq/seq.c
150
incr = (first < last) ? 1.0 : -1.0;
usr.bin/seq/seq.c
152
if (incr <= 0.0 && first < last)
usr.bin/seq/seq.c
155
if (incr >= 0.0 && first > last)
usr.bin/seq/seq.c
167
fmt = generate_format(first, incr, last, equalize, pad);
usr.bin/seq/seq.c
170
for (; first <= last; first += incr) {
usr.bin/seq/seq.c
171
printf(fmt, first);
usr.bin/seq/seq.c
175
for (; first >= last; first += incr) {
usr.bin/seq/seq.c
176
printf(fmt, first);
usr.bin/seq/seq.c
406
generate_format(double first, double incr, double last, int equalize, char pad)
usr.bin/seq/seq.c
416
if (first > last)
usr.bin/seq/seq.c
417
last = first - incr * floor((first - last) / incr);
usr.bin/seq/seq.c
419
last = first + incr * floor((last - first) / incr);
usr.bin/seq/seq.c
426
width1 = snprintf(buf, sizeof(buf), "%g", first);
usr.bin/seq/seq.c
80
double first = 1.0;
usr.bin/strfile/strfile.c
137
int first;
usr.bin/strfile/strfile.c
166
first = Oflag;
usr.bin/strfile/strfile.c
183
first = Oflag;
usr.bin/strfile/strfile.c
185
else if (first) {
usr.bin/strfile/strfile.c
191
fp->first = tolower((unsigned char)*nsp);
usr.bin/strfile/strfile.c
193
fp->first = *nsp;
usr.bin/strfile/strfile.c
195
first = false;
usr.bin/strfile/strfile.c
381
c1 = (unsigned char)p1->first;
usr.bin/strfile/strfile.c
382
c2 = (unsigned char)p2->first;
usr.bin/strfile/strfile.c
89
int first;
usr.bin/tail/reverse.c
185
struct bfelem *tl, *first = NULL;
usr.bin/tail/reverse.c
202
first = TAILQ_FIRST(&head);
usr.bin/tail/reverse.c
205
enomem += first->len;
usr.bin/tail/reverse.c
206
TAILQ_REMOVE(&head, first, entries);
usr.bin/tail/reverse.c
207
free(first);
usr.bin/tail/reverse.c
239
first = TAILQ_FIRST(&head);
usr.bin/tail/reverse.c
248
start = (tl == first && p == tl->l);
usr.bin/tail/reverse.c
274
TAILQ_REMOVE(&head, first, entries);
usr.bin/tail/reverse.c
275
free(first);
usr.bin/tail/tail.c
177
first = 1;
usr.bin/tail/tail.c
187
printfn(fn, !first);
usr.bin/tail/tail.c
188
first = 0;
usr.bin/tail/tail.c
61
int ch, first, style_set;
usr.bin/telnet/sys_bsd.c
1032
static int bogus_oob = 0, first = 1;
usr.bin/telnet/sys_bsd.c
1042
} else if (first && c > 0) {
usr.bin/telnet/sys_bsd.c
1059
first = 0;
usr.bin/telnet/sys_bsd.c
1062
first = 0;
usr.bin/top/commands.c
168
str_addarg(char *str, int len, char *arg, int first)
usr.bin/top/commands.c
174
if (!first)
usr.bin/top/commands.c
182
if (!first)
usr.bin/top/commands.c
207
register int first = Yes;
usr.bin/top/commands.c
250
first = Yes;
usr.bin/top/commands.c
254
stringlen = str_addarg(string, stringlen, errp->arg, first);
usr.bin/top/commands.c
255
first = No;
usr.bin/units/units.c
618
compareunits(struct unittype * first, struct unittype * second)
usr.bin/units/units.c
621
compareproducts(first->numerator, second->numerator) ||
usr.bin/units/units.c
622
compareproducts(first->denominator, second->denominator);
usr.bin/units/units.c
83
static int compareunits(struct unittype * first, struct unittype * second);
usr.bin/vmstat/vmstat.c
1187
int first = 1;
usr.bin/vmstat/vmstat.c
1222
if (first && interval) {
usr.bin/vmstat/vmstat.c
1241
if (first == 0) {
usr.bin/vmstat/vmstat.c
1250
first = 0;
usr.sbin/autofs/automountd.c
102
first = false;
usr.sbin/autofs/automountd.c
84
bool first = true;
usr.sbin/autofs/automountd.c
99
if (first == false)
usr.sbin/config/mkmakefile.c
233
int nreqs, first = 1, configdep, isdup, std, filetype,
usr.sbin/config/mkmakefile.c
258
if (first == 1) {
usr.sbin/config/mkmakefile.c
259
first++;
usr.sbin/config/mkmakefile.c
270
if (first == 2) {
usr.sbin/config/mkmakefile.c
271
first++;
usr.sbin/config/mkmakefile.c
300
if (first == 3 && pf == NULL && (tp = fltail_lookup(this)) != NULL) {
usr.sbin/config/mkoptions.c
280
int first = 1;
usr.sbin/config/mkoptions.c
298
if (first == 1) {
usr.sbin/config/mkoptions.c
299
first++;
usr.sbin/config/mkoptions.c
310
if (first == 2) {
usr.sbin/config/mkoptions.c
311
first++;
usr.sbin/cron/crontab/crontab.c
264
int ch, first;
usr.sbin/cron/crontab/crontab.c
268
first = ch = getchar();
usr.sbin/cron/crontab/crontab.c
271
if (first != 'y' && first != 'Y')
usr.sbin/ip6addrctl/ip6addrctl.c
153
int plen, first = 1;
usr.sbin/ip6addrctl/ip6addrctl.c
158
if (first) {
usr.sbin/ip6addrctl/ip6addrctl.c
161
first = 0;
usr.sbin/lpr/common_source/displayq.c
331
first = 1;
usr.sbin/lpr/common_source/displayq.c
437
fill = first ? 0 : 2; /* fill space for ``, '' */
usr.sbin/lpr/common_source/displayq.c
441
if (first) {
usr.sbin/lpr/common_source/displayq.c
467
if (!first)
usr.sbin/lpr/common_source/displayq.c
472
first = 0;
usr.sbin/lpr/common_source/displayq.c
70
static int first; /* first file in ``files'' column? */
usr.sbin/makefs/cd9660.c
2004
cd9660node *temp, *first;
usr.sbin/makefs/cd9660.c
2035
if ((first = TAILQ_FIRST(&parent->cn_children)) == NULL ||
usr.sbin/makefs/cd9660.c
2036
(first->type & CD9660_TYPE_DOT) == 0) {
usr.sbin/makefs/cd9660.c
2040
TAILQ_INSERT_AFTER(&parent->cn_children, first, temp,
usr.sbin/makefs/cd9660.c
865
cd9660_compare_filename(const char *first, const char *second)
usr.sbin/makefs/cd9660.c
879
c1 = first[p1];
usr.sbin/makefs/cd9660.c
901
if (first[p1] == '.' && second[p2] == '.') {
usr.sbin/makefs/cd9660.c
906
c1 = first[p1];
usr.sbin/makefs/ffs.c
845
cur->parent == NULL ? cur : cur->parent->first,
usr.sbin/makefs/hammer2/hammer2_bulkfree.c
114
int first = 1;
usr.sbin/makefs/hammer2/hammer2_bulkfree.c
163
error |= hammer2_chain_scan(parent, &chain, &bref, &first,
usr.sbin/makefs/hammer2/hammer2_vfsops.c
2194
int first;
usr.sbin/makefs/hammer2/hammer2_vfsops.c
2271
first = 1;
usr.sbin/makefs/hammer2/hammer2_vfsops.c
2277
&first,
usr.sbin/makefs/makefs.h
95
struct _fsnode *first; /* first node of current level (".") */
usr.sbin/makefs/mtree.c
1120
node->first = node;
usr.sbin/makefs/mtree.c
853
assert(node->first == node);
usr.sbin/makefs/mtree.c
861
node = node->first;
usr.sbin/makefs/mtree.c
865
assert(node->first == node);
usr.sbin/makefs/mtree.c
892
assert(node->first == mtree_current);
usr.sbin/makefs/mtree.c
941
node->first = (mtree_current != NULL) ? mtree_current : node;
usr.sbin/makefs/mtree.c
958
node->first = node;
usr.sbin/makefs/mtree.c
963
assert(node->first == node);
usr.sbin/makefs/walk.c
104
first = prev = NULL;
usr.sbin/makefs/walk.c
169
cur->next = first;
usr.sbin/makefs/walk.c
170
first = cur;
usr.sbin/makefs/walk.c
173
cur->first = first;
usr.sbin/makefs/walk.c
178
if (!first)
usr.sbin/makefs/walk.c
179
first = cur;
usr.sbin/makefs/walk.c
180
cur->first = first;
usr.sbin/makefs/walk.c
211
assert(first != NULL);
usr.sbin/makefs/walk.c
213
for (cur = first->next; cur != NULL; cur = cur->next)
usr.sbin/makefs/walk.c
214
cur->first = first;
usr.sbin/makefs/walk.c
217
return (first);
usr.sbin/makefs/walk.c
266
if (node->first == node) {
usr.sbin/makefs/walk.c
275
if (node->first != node) {
usr.sbin/makefs/walk.c
276
for (cur = node->first; cur->next; cur = cur->next) {
usr.sbin/makefs/walk.c
450
curfsnode->first = dirnode;
usr.sbin/makefs/walk.c
458
curfsnode->child->first = curfsnode->child;
usr.sbin/makefs/walk.c
577
cur, cur->parent, cur->first);
usr.sbin/makefs/walk.c
78
fsnode *first, *cur, *prev, *last;
usr.sbin/makefs/walk.c
99
first = cur = join;
usr.sbin/mfiutil/mfi_config.c
204
int first, second;
usr.sbin/mfiutil/mfi_config.c
206
first = *(const int *)one;
usr.sbin/mfiutil/mfi_config.c
209
return (first - second);
usr.sbin/mptutil/mpt_evt.c
81
event_compare(const void *first, const void *second)
usr.sbin/mptutil/mpt_evt.c
86
one = first;
usr.sbin/mtree/create.c
337
static int first = 1;
usr.sbin/mtree/create.c
392
first) {
usr.sbin/mtree/create.c
393
first = 0;
usr.sbin/ndp/ndp.c
1508
int first = 1;
usr.sbin/ndp/ndp.c
1517
first = 0;
usr.sbin/ndp/ndp.c
1520
if (!first || hours) {
usr.sbin/ndp/ndp.c
1521
first = 0;
usr.sbin/ndp/ndp.c
1524
if (!first || mins) {
usr.sbin/ndp/ndp.c
1525
first = 0;
usr.sbin/pciconf/err.c
114
int first;
usr.sbin/pciconf/err.c
116
first = 1;
usr.sbin/pciconf/err.c
119
if (first) {
usr.sbin/pciconf/err.c
121
first = 0;
usr.sbin/pciconf/err.c
128
if (first)
usr.sbin/ppp/command.c
1623
int mode, dummyint, f, first, res;
usr.sbin/ppp/command.c
2243
first = arg->argn;
usr.sbin/ppp/command.c
2244
if (!strcasecmp(arg->argv[first], "tcp") && ++first == arg->argc)
usr.sbin/ppp/command.c
2247
for (f = first; f < arg->argc; f++)
usr.sbin/ppp/command.c
2253
if (f == first)
usr.sbin/ppp/deflate.c
206
int seq, flush, res, first;
usr.sbin/ppp/deflate.c
254
first = 1;
usr.sbin/ppp/deflate.c
282
if (first) {
usr.sbin/ppp/deflate.c
290
first = 0;
usr.sbin/ppp/deflate.c
304
if (first) {
usr.sbin/ppp/mp.c
539
long long first = -1;
usr.sbin/ppp/mp.c
545
if (first == -1)
usr.sbin/ppp/mp.c
546
first = h.seq;
usr.sbin/ppp/mp.c
579
(u_long)first, (u_long)h.seq, m_length(q));
usr.sbin/ppp/mp.c
845
unsigned long first, last;
usr.sbin/ppp/mp.c
847
first = mp_ReadHeader(mp, mp->inbufs, &mh) ? mh.seq : 0;
usr.sbin/ppp/mp.c
850
first, last, (unsigned long)mp->seq.next_in,
usr.sbin/rtadvd/dump.c
108
int first;
usr.sbin/rtadvd/dump.c
175
for (first = 1, pfx = rai->prefix.next; pfx != &rai->prefix;
usr.sbin/rtadvd/dump.c
177
if (first) {
usr.sbin/rtadvd/dump.c
179
first = 0;
usr.sbin/rtsold/dump.c
118
int first = 1;
usr.sbin/rtsold/dump.c
127
first = 0;
usr.sbin/rtsold/dump.c
130
if (!first || hours) {
usr.sbin/rtsold/dump.c
131
first = 0;
usr.sbin/rtsold/dump.c
134
if (!first || mins) {
usr.sbin/rtsold/dump.c
135
first = 0;
usr.sbin/sysvipcd/shmd.c
201
msgq->ds.first.msg_first_index = -1;
usr.sbin/traceroute/traceroute.c
1150
static int first = 1;
usr.sbin/traceroute/traceroute.c
1154
if (first && !nflag) {
usr.sbin/traceroute/traceroute.c
1155
first = 0;
usr.sbin/traceroute6/traceroute6.c
1189
static int first = 1;
usr.sbin/traceroute6/traceroute6.c
1192
if (first && !nflag) {
usr.sbin/traceroute6/traceroute6.c
1193
first = 0;