Symbol: keep
crypto/openssh/sshkey-xmss.c
173
(state->keep = calloc(num_keep(state), 1)) == NULL ||
crypto/openssh/sshkey-xmss.c
184
state->stacklevels, state->auth, state->keep, state->treehash,
crypto/openssh/sshkey-xmss.c
199
free(state->keep);
crypto/openssh/sshkey-xmss.c
206
state->keep = NULL;
crypto/openssh/sshkey-xmss.c
64
u_char *keep;
crypto/openssh/sshkey-xmss.c
696
(r = sshbuf_put_string(b, state->keep, num_keep(state))) != 0 ||
crypto/openssh/sshkey-xmss.c
794
(r = sshbuf_get_string(b, &state->keep, &lk)) != 0 ||
crypto/openssh/sshkey-xmss.c
827
state->stacklevels, state->auth, state->keep, state->treehash,
crypto/openssh/xmss_fast.c
480
memcpy(buf + n, state->keep + ((tau-1) >> 1) * n, n);
crypto/openssh/xmss_fast.c
483
memcpy(state->keep + (tau >> 1)*n, state->auth + tau*n, n);
crypto/openssh/xmss_fast.c
72
void xmss_set_bds_state(bds_state *state, unsigned char *stack, int stackoffset, unsigned char *stacklevels, unsigned char *auth, unsigned char *keep, treehash_inst *treehash, unsigned char *retain, int next_leaf)
crypto/openssh/xmss_fast.c
78
state->keep = keep;
crypto/openssh/xmss_fast.h
48
unsigned char *keep;
crypto/openssh/xmss_fast.h
58
void xmss_set_bds_state(bds_state *state, unsigned char *stack, int stackoffset, unsigned char *stacklevels, unsigned char *auth, unsigned char *keep, treehash_inst *treehash, unsigned char *retain, int next_leaf);
lib/libc/gen/getvfsent.c
129
setvfsent(int keep)
lib/libc/gen/getvfsent.c
131
if(_vfslist && !keep) {
lib/libc/gen/getvfsent.c
136
_vfs_keeplist = keep;
libexec/diff3prog/diff3prog.c
133
void keep(int, struct range *);
libexec/diff3prog/diff3prog.c
321
keep(2, &d1->new);
libexec/diff3prog/diff3prog.c
331
keep(1, &d2->new);
libexec/dma/spool.c
388
dropspool(struct queue *queue, struct qitem *keep)
libexec/dma/spool.c
393
if (it == keep)
sbin/routed/table.c
867
time_t keep)
sbin/routed/table.c
885
k->k_keep = now.tv_sec+keep;
sbin/savecore/savecore.c
547
if (clear || !keep) {
sbin/savecore/savecore.c
584
checkfor = compress = clear = force = keep = verbose = 0;
sbin/savecore/savecore.c
598
keep = 1;
sbin/savecore/savecore.c
613
if (checkfor && (clear || force || keep))
sbin/savecore/savecore.c
88
static int checkfor, compress, clear, force, keep, verbose; /* flags */
sys/dev/disk/iscsi/initiator/iscsivar.h
544
i_search_hld(isc_session_t *sp, int itt, int keep)
sys/dev/disk/iscsi/initiator/iscsivar.h
553
if(!keep) {
sys/dev/drm/amd/amdgpu/amdgpu_sync.c
114
static void amdgpu_sync_keep_later(struct dma_fence **keep,
sys/dev/drm/amd/amdgpu/amdgpu_sync.c
117
if (*keep && dma_fence_is_later(*keep, fence))
sys/dev/drm/amd/amdgpu/amdgpu_sync.c
120
dma_fence_put(*keep);
sys/dev/drm/amd/amdgpu/amdgpu_sync.c
121
*keep = dma_fence_get(fence);
usr.bin/crunch/crunchide/crunchide.c
133
struct keep *next;
usr.bin/crunch/crunchide/crunchide.c
140
struct keep *newp, *prevp, *curp;
usr.bin/crunch/crunchide/crunchide.c
151
newp = (struct keep *) malloc(sizeof(struct keep));
usr.bin/crunch/crunchide/crunchide.c
166
struct keep *curp;
usr.bin/lockf/lockf.c
174
if (keep)
usr.bin/lockf/lockf.c
50
static int keep;
usr.bin/lockf/lockf.c
66
keep = 0;
usr.bin/lockf/lockf.c
72
keep = 1;
usr.bin/msgs/msgs.c
125
time_t keep;
usr.bin/msgs/msgs.c
259
keep = t - (rcback? rcback : NDAYS) DAYS;
usr.bin/msgs/msgs.c
292
if (stbuf.st_mtime < keep
usr.bin/unifdef/unifdef.c
688
flushline(bool keep)
usr.bin/unifdef/unifdef.c
692
if (keep ^ complement) {
usr.sbin/pfctl/parse.y
230
} keep;
usr.sbin/pfctl/parse.y
2369
| keep {
usr.sbin/pfctl/parse.y
2375
filter_opts.keep.action = $1.action;
usr.sbin/pfctl/parse.y
2376
filter_opts.keep.options = $1.options;
usr.sbin/pfctl/parse.y
3468
keep : NO STATE {
usr.sbin/pfctl/parse.y
489
%type <v.keep_state> keep
usr.sbin/pfctl/parse.y
665
| SET KEEPPOLICY keep {
usr.sbin/ppp/command.c
2653
ident_cmd(const char *cmd, unsigned *keep, unsigned *add)
usr.sbin/ppp/command.c
2661
*keep = NEG_MYMASK;
usr.sbin/ppp/command.c
2670
*keep = NEG_MYMASK;
usr.sbin/ppp/command.c
2676
*keep = NEG_HISMASK;
usr.sbin/ppp/command.c
2686
*keep = NEG_HISMASK;
usr.sbin/ppp/command.c
2700
unsigned keep; /* Keep these bits */
usr.sbin/ppp/command.c
2703
if (ident_cmd(arg->argv[arg->argn - 2], &keep, &add) == NULL)
usr.sbin/ppp/command.c
2744
unsigned keep; /* Keep these bits */
usr.sbin/ppp/command.c
2747
if ((cmd = ident_cmd(arg->argv[arg->argn-2], &keep, &add)) == NULL)
usr.sbin/ppp/command.c
2762
cx->physical->link.lcp.cfg.acfcomp &= keep;
usr.sbin/ppp/command.c
2766
cx->physical->link.lcp.cfg.chap05 &= keep;
usr.sbin/ppp/command.c
2771
cx->physical->link.lcp.cfg.chap80nt &= keep;
usr.sbin/ppp/command.c
2775
cx->physical->link.lcp.cfg.chap80lm &= keep;
usr.sbin/ppp/command.c
2779
cx->physical->link.lcp.cfg.chap81 &= keep;
usr.sbin/ppp/command.c
2783
l->ccp.cfg.neg[CCP_NEG_MPPE] &= keep;
usr.sbin/ppp/command.c
2788
l->ccp.cfg.neg[CCP_NEG_DEFLATE] &= keep;
usr.sbin/ppp/command.c
2792
arg->bundle->ncp.ipcp.cfg.ns.dns_neg &= keep;
usr.sbin/ppp/command.c
2796
arg->bundle->ncp.mp.cfg.negenddisc &= keep;
usr.sbin/ppp/command.c
2800
cx->physical->link.lcp.cfg.lqr &= keep;
usr.sbin/ppp/command.c
2804
cx->physical->link.lcp.cfg.pap &= keep;
usr.sbin/ppp/command.c
2808
l->ccp.cfg.neg[CCP_NEG_DEFLATE24] &= keep;
usr.sbin/ppp/command.c
2812
l->ccp.cfg.neg[CCP_NEG_PRED1] &= keep;
usr.sbin/ppp/command.c
2816
cx->physical->link.lcp.cfg.protocomp &= keep;
usr.sbin/ppp/command.c
2836
arg->bundle->ncp.mp.cfg.shortseq &= keep;
usr.sbin/ppp/command.c
2840
arg->bundle->ncp.ipcp.cfg.vj.neg &= keep;
usr.sbin/ppp/command.c
2947
unsigned keep, add;
usr.sbin/ppp/command.c
2950
if ((argv[0] = ident_cmd(arg->argv[arg->argn-1], &keep, &add)) == NULL)
usr.sbin/ppp/command.c
2956
FindExec(arg->bundle, NegotiateCommands + (keep == NEG_HISMASK ?
usr.sbin/rpc.umntall/rpc.umntall.c
119
if (keep && is_mounted(mtab->mtab_host,
usr.sbin/rpc.umntall/rpc.umntall.c
59
int ch, keep, success, pathlen;
usr.sbin/rpc.umntall/rpc.umntall.c
66
success = keep = verbose = 0;
usr.sbin/rpc.umntall/rpc.umntall.c
76
keep = 1;