Symbol: rest
bin/ps/ps.c
496
struct velisthead rest;
bin/ps/ps.c
498
STAILQ_SPLIT_AFTER(&varlist, pid_entry, &rest, next_ve);
bin/ps/ps.c
500
STAILQ_CONCAT(&varlist, &rest);
crypto/heimdal/kpasswd/kpasswdd.c
114
iov[2].iov_base = rest->data;
crypto/heimdal/kpasswd/kpasswdd.c
115
iov[2].iov_len = rest->length;
crypto/heimdal/kpasswd/kpasswdd.c
73
krb5_data *rest)
crypto/heimdal/kpasswd/kpasswdd.c
86
len = 6 + ap_rep_len + rest->length;
crypto/heimdal/lib/hdb/hdb.c
279
const char **rest)
crypto/heimdal/lib/hdb/hdb.c
295
*rest = filename + len + 1;
crypto/heimdal/lib/hdb/hdb.c
370
find_method (const char *filename, const char **rest)
crypto/heimdal/lib/hdb/hdb.c
376
*rest = filename + strlen(h->prefix);
crypto/heimdal/lib/hdb/hdb.c
385
*rest = filename;
crypto/openssl/crypto/bio/bss_bio.c
112
size_t rest;
crypto/openssl/crypto/bio/bss_bio.c
154
rest = size;
crypto/openssl/crypto/bio/bss_bio.c
156
assert(rest > 0);
crypto/openssl/crypto/bio/bss_bio.c
160
assert(rest <= peer_b->len);
crypto/openssl/crypto/bio/bss_bio.c
161
if (peer_b->offset + rest <= peer_b->size)
crypto/openssl/crypto/bio/bss_bio.c
162
chunk = rest;
crypto/openssl/crypto/bio/bss_bio.c
179
assert(chunk == rest);
crypto/openssl/crypto/bio/bss_bio.c
182
rest -= chunk;
crypto/openssl/crypto/bio/bss_bio.c
183
} while (rest);
crypto/openssl/crypto/bio/bss_bio.c
270
size_t rest;
crypto/openssl/crypto/bio/bss_bio.c
303
rest = num;
crypto/openssl/crypto/bio/bss_bio.c
305
assert(rest > 0);
crypto/openssl/crypto/bio/bss_bio.c
310
assert(b->len + rest <= b->size);
crypto/openssl/crypto/bio/bss_bio.c
317
if (write_offset + rest <= b->size)
crypto/openssl/crypto/bio/bss_bio.c
318
chunk = rest;
crypto/openssl/crypto/bio/bss_bio.c
329
rest -= chunk;
crypto/openssl/crypto/bio/bss_bio.c
331
} while (rest);
lib/libc/regex/engine.c
422
const char *rest; /* start of rest of string */
lib/libc/regex/engine.c
478
rest = walk(m, sp, stp, ss, es, false);
lib/libc/regex/engine.c
479
assert(rest != NULL); /* it did match */
lib/libc/regex/engine.c
481
tail = walk(m, rest, stop, es, stopst, false);
lib/libc/regex/engine.c
485
stp = rest - 1;
lib/libc/regex/engine.c
491
if (walk(m, sp, rest, ssub, esub, false) != NULL) {
lib/libc/regex/engine.c
492
dp = dissect(m, sp, rest, ssub, esub);
lib/libc/regex/engine.c
493
assert(dp == rest);
lib/libc/regex/engine.c
495
assert(sp == rest);
lib/libc/regex/engine.c
496
sp = rest;
lib/libc/regex/engine.c
502
rest = walk(m, sp, stp, ss, es, false);
lib/libc/regex/engine.c
503
assert(rest != NULL); /* it did match */
lib/libc/regex/engine.c
505
tail = walk(m, rest, stop, es, stopst, false);
lib/libc/regex/engine.c
509
stp = rest - 1;
lib/libc/regex/engine.c
517
sep = walk(m, ssp, rest, ssub, esub, false);
lib/libc/regex/engine.c
528
assert(sep == rest); /* must exhaust substring */
lib/libc/regex/engine.c
529
assert(walk(m, ssp, sep, ssub, esub, false) == rest);
lib/libc/regex/engine.c
532
sp = rest;
lib/libc/regex/engine.c
538
rest = walk(m, sp, stp, ss, es, false);
lib/libc/regex/engine.c
539
assert(rest != NULL); /* it did match */
lib/libc/regex/engine.c
541
tail = walk(m, rest, stop, es, stopst, false);
lib/libc/regex/engine.c
545
stp = rest - 1;
lib/libc/regex/engine.c
552
if (walk(m, sp, rest, ssub, esub, false) == rest)
lib/libc/regex/engine.c
565
dp = dissect(m, sp, rest, ssub, esub);
lib/libc/regex/engine.c
566
assert(dp == rest);
lib/libc/regex/engine.c
567
sp = rest;
lib/libtacplus/taclib.c
1016
htonl(offsetof(struct tac_authen_start, rest[0]));
lib/libtacplus/taclib.c
1028
htonl(offsetof(struct tac_authen_cont, rest[0]));
lib/libtacplus/taclib.c
1040
h->srvr_pos = offsetof(struct tac_authen_reply, rest[0]);
lib/libtacplus/taclib.c
1065
htonl(offsetof(struct tac_author_request, rest[0]));
lib/libtacplus/taclib.c
1087
if (add_str_8(h, &areq->rest[current++],
lib/libtacplus/taclib.c
1099
h->srvr_pos = offsetof(struct tac_author_response, rest[0]) +
lib/libtacplus/taclib.c
1112
ares->rest[i]) == -1)
lib/libtacplus/taclib.c
1137
h->request.length = htonl(offsetof(struct tac_acct_start, rest[0]));
lib/libtacplus/taclib.c
1150
if (add_str_8(h, &as->rest[current++], &(h->avs[i])) == -1)
lib/libtacplus/taclib.c
1158
h->srvr_pos = offsetof(struct tac_acct_reply, rest[0]);
lib/libtacplus/taclib_private.h
102
unsigned char rest[1];
lib/libtacplus/taclib_private.h
110
unsigned char rest[1];
lib/libtacplus/taclib_private.h
123
unsigned char rest[1];
lib/libtacplus/taclib_private.h
130
unsigned char rest[1];
lib/libtacplus/taclib_private.h
75
unsigned char rest[1];
lib/libtacplus/taclib_private.h
83
unsigned char rest[1];
lib/libtacplus/taclib_private.h
90
unsigned char rest[1];
stand/i386/libi386/biosdisk.c
1064
rest = size;
stand/i386/libi386/biosdisk.c
1073
if (rest < bsize)
stand/i386/libi386/biosdisk.c
1074
bsize = rest;
stand/i386/libi386/biosdisk.c
1092
bsize = min(bsize, rest);
stand/i386/libi386/biosdisk.c
1094
} else if (rest < bd->bd_sectorsize) {
stand/i386/libi386/biosdisk.c
1100
bsize = rest;
stand/i386/libi386/biosdisk.c
1125
rest -= bsize;
stand/i386/libi386/biosdisk.c
972
size_t blks, blkoff, bsize, bio_size, rest;
sys/dev/sound/pci/hda/hdaa.c
849
char *key, *value, *rest, *bad;
sys/dev/sound/pci/hda/hdaa.c
853
rest = buf;
sys/dev/sound/pci/hda/hdaa.c
854
while ((key = strsep(&rest, "=")) != NULL) {
sys/dev/sound/pci/hda/hdaa.c
855
value = strsep(&rest, " \t");
sys/dev/sound/pci/hda/hdaa.c
943
char *key, *value, *rest;
sys/dev/sound/pci/hda/hdaa.c
947
rest = buf;
sys/dev/sound/pci/hda/hdaa.c
948
while ((key = strsep(&rest, "=")) != NULL) {
sys/dev/sound/pci/hda/hdaa.c
949
value = strsep(&rest, " \t");
sys/dev/speaker/spkr.c
202
rest(whole * snum / (value * sdenom));
sys/dev/speaker/spkr.c
215
rest(silence);
sys/dev/speaker/spkr.c
469
rest(tp->duration);
sys/dev/speaker/spkr.c
487
rest(ttp.duration);
sys/dev/speaker/spkr.c
54
static void rest(int centisecs);
sys/dev/sym/sym_hipd.c
4189
u32 rest;
sys/dev/sym/sym_hipd.c
4208
rest = dbc & 0xffffff;
sys/dev/sym/sym_hipd.c
4241
(dfifo & 0xff)) - rest) & 0x3ff;
sys/dev/sym/sym_hipd.c
4243
delta = ((dfifo & 0xff) - rest) & 0x7f;
sys/dev/sym/sym_hipd.c
4252
rest += delta;
sys/dev/sym/sym_hipd.c
4254
if (ss0 & OLF) rest++;
sys/dev/sym/sym_hipd.c
4256
if (ss0 & ORF) rest++;
sys/dev/sym/sym_hipd.c
4259
if (ss2 & OLF1) rest++;
sys/dev/sym/sym_hipd.c
4261
if (ss2 & ORF1) rest++;
sys/dev/sym/sym_hipd.c
4276
(unsigned) rest, (unsigned) delta);
sys/dev/sym/sym_hipd.c
4357
(unsigned)oadr, (unsigned)rest);
sys/dev/sym/sym_hipd.c
4398
pm->sg.addr = cpu_to_scr(oadr + olen - rest);
sys/dev/sym/sym_hipd.c
4399
pm->sg.size = cpu_to_scr(rest);
sys/dev/sym/sym_hipd.c
4503
if (cp->tag != NO_TAG && olen - rest <= 3) {
sys/sys/queue.h
1061
#define TAILQ_SPLIT_AFTER(head, elm, rest, field) do { \
sys/sys/queue.h
1066
TAILQ_INIT((rest)); \
sys/sys/queue.h
1068
TAILQ_FIRST((rest)) = TAILQ_NEXT((elm), field); \
sys/sys/queue.h
1069
(rest)->tqh_last = (head)->tqh_last; \
sys/sys/queue.h
1071
&TAILQ_FIRST((rest)); \
sys/sys/queue.h
367
#define SLIST_SPLIT_AFTER(head, elm, rest, field) do { \
sys/sys/queue.h
369
SLIST_FIRST((rest)) = SLIST_NEXT((elm), field); \
sys/sys/queue.h
541
#define STAILQ_SPLIT_AFTER(head, elm, rest, field) do { \
sys/sys/queue.h
546
STAILQ_INIT((rest)); \
sys/sys/queue.h
548
STAILQ_FIRST((rest)) = STAILQ_NEXT((elm), field); \
sys/sys/queue.h
549
(rest)->stqh_last = (head)->stqh_last; \
sys/sys/queue.h
772
#define LIST_SPLIT_AFTER(head, elm, rest, field) do { \
sys/sys/queue.h
776
LIST_INIT((rest)); \
sys/sys/queue.h
778
LIST_FIRST((rest)) = LIST_NEXT((elm), field); \
sys/sys/queue.h
780
&LIST_FIRST((rest)); \
tests/sys/netmap/ctrl-api-test.c
2125
char *rest;
tests/sys/netmap/ctrl-api-test.c
2135
*k = strtol(scan, &rest, 10);
tests/sys/netmap/ctrl-api-test.c
2137
scan = rest;
tests/sys/netmap/ctrl-api-test.c
2147
*k = strtol(scan, &rest, 10);
tests/sys/netmap/ctrl-api-test.c
2148
scan = rest;
tests/sys/sys/queue_test.c
154
struct type ## _ids rest; \
tests/sys/sys/queue_test.c
158
TYPE ## _SPLIT_AFTER(type, e, &rest, ie_entry); \
tests/sys/sys/queue_test.c
160
type ## _check(&rest, 50, 50); \
tests/sys/sys/queue_test.c
161
QUEUE_TESTS_ ## TYPE ## _CONCAT(type, &rest); \
tests/sys/sys/queue_test.c
162
ATF_REQUIRE_MSG(TYPE ## _EMPTY(&rest), \
tools/regression/sockets/kqueue/kqueue.c
60
fail(int error, const char *func, const char *socktype, const char *rest)
tools/regression/sockets/kqueue/kqueue.c
67
else if (rest == NULL)
tools/regression/sockets/kqueue/kqueue.c
71
printf("# %s(%s, %s): %s\n", func, socktype, rest,
tools/regression/sockets/kqueue/kqueue.c
77
fail_assertion(const char *func, const char *socktype, const char *rest,
tools/regression/sockets/kqueue/kqueue.c
86
else if (rest == NULL)
tools/regression/sockets/kqueue/kqueue.c
91
socktype, rest, assertion);
usr.bin/rctl/rctl.c
178
const char *subject, *textid, *rest;
usr.bin/rctl/rctl.c
195
rest = copy;
usr.bin/rctl/rctl.c
197
rest = "";
usr.bin/rctl/rctl.c
219
ret = asprintf(&resolved, "%s:%d:%s", subject, (int)id, rest);
usr.bin/rctl/rctl.c
227
ret = asprintf(&resolved, "%s:%d:%s", subject, (int)id, rest);
usr.bin/rctl/rctl.c
229
ret = asprintf(&resolved, "%s:%s:%s", subject, textid, rest);
usr.bin/rctl/rctl.c
252
const char *subject, *textid, *rest;
usr.bin/rctl/rctl.c
261
rest = rule;
usr.bin/rctl/rctl.c
263
rest = "";
usr.bin/rctl/rctl.c
282
ret = asprintf(&humanized, "%s:%s:%s", subject, textid, rest);
usr.bin/vgrind/vfontedpr.c
137
goto rest;
usr.bin/vgrind/vfontedpr.c
144
goto rest;
usr.bin/vgrind/vfontedpr.c
158
goto rest;
usr.bin/vgrind/vfontedpr.c
208
rest:
usr.sbin/pmcstudy/eval_expr.c
580
struct expression *op, *other_half, *rest;
usr.sbin/pmcstudy/eval_expr.c
600
rest = gather_exp_to_paren_close(other_half->next, &val2);
usr.sbin/pmcstudy/eval_expr.c
603
rest = other_half->next;
usr.sbin/pmcstudy/eval_expr.c
606
rest = other_half->next;
usr.sbin/pmcstudy/eval_expr.c
635
if (rest == NULL) {
usr.sbin/pmcstudy/eval_expr.c
641
if ((rest->type == TYPE_PARN_CLOSE) && (initial_call == 0)) {
usr.sbin/pmcstudy/eval_expr.c
643
*lastone = rest->next;
usr.sbin/pmcstudy/eval_expr.c
654
op = rest;
usr.sbin/ppp/timer.c
102
ticks = RESTVAL(itimer) - TimerList->rest;
usr.sbin/ppp/timer.c
106
if (ticks + t->rest >= tp->load)
usr.sbin/ppp/timer.c
108
ticks += t->rest;
usr.sbin/ppp/timer.c
113
tp->rest = tp->load - ticks;
usr.sbin/ppp/timer.c
117
"timer[%p], delta = %ld\n", tp->name, tp, t->name, t, tp->rest);
usr.sbin/ppp/timer.c
130
t->rest -= tp->rest;
usr.sbin/ppp/timer.c
164
t->next->rest += RESTVAL(itimer); /* t (tp) was the first in the list */
usr.sbin/ppp/timer.c
166
t->next->rest += t->rest;
usr.sbin/ppp/timer.c
167
if (!pt && t->next->rest > 0) /* t->next is now the first in the list */
usr.sbin/ppp/timer.c
205
tp->rest = 0;
usr.sbin/ppp/timer.c
215
} while (tp && tp->rest == 0);
usr.sbin/ppp/timer.c
239
long rest;
usr.sbin/ppp/timer.c
249
rest = RESTVAL(itimer) - TimerList->rest;
usr.sbin/ppp/timer.c
251
rest = 0;
usr.sbin/ppp/timer.c
257
pt->name, pt, SECS(pt->load), HSECS(pt->load), SECS(rest), \
usr.sbin/ppp/timer.c
258
HSECS(rest), tState2Nam(pt->state)
usr.sbin/ppp/timer.c
264
rest += pt->rest;
usr.sbin/ppp/timer.c
285
itimer.it_value.tv_sec = TimerList->rest / SECTICKS;
usr.sbin/ppp/timer.c
286
itimer.it_value.tv_usec = (TimerList->rest % SECTICKS) * TICKUNIT;
usr.sbin/ppp/timer.h
37
u_long rest; /* Ticks to expire */
usr.sbin/rtadvctl/rtadvctl.c
819
struct timespec *rest;
usr.sbin/rtadvctl/rtadvctl.c
821
rest = rtadvd_timer_rest(pfx->pfx_timer);
usr.sbin/rtadvctl/rtadvctl.c
822
if (rest) { /* XXX: what if not? */
usr.sbin/rtadvctl/rtadvctl.c
823
printf(" expire=%s", sec2str(rest->tv_sec, ssbuf));
usr.sbin/rtadvd/rtadvd.c
1011
rest = rtadvd_timer_rest(ifi->ifi_ra_timer);
usr.sbin/rtadvd/rtadvd.c
1012
if (TS_CMP(rest, &interval, <)) {
usr.sbin/rtadvd/rtadvd.c
1015
interval = *rest;
usr.sbin/rtadvd/rtadvd.c
997
struct timespec interval, now, min_delay, tm_tmp, *rest;