Symbol: keep
dist/pf/sbin/pfctl/parse.y
199
} keep;
dist/pf/sbin/pfctl/parse.y
2103
| keep {
dist/pf/sbin/pfctl/parse.y
2109
filter_opts.keep.action = $1.action;
dist/pf/sbin/pfctl/parse.y
2110
filter_opts.keep.options = $1.options;
dist/pf/sbin/pfctl/parse.y
3102
keep : NO STATE {
dist/pf/sbin/pfctl/parse.y
453
%type <v.keep_state> keep
distrib/utils/more/ch.c
392
ch_init(want_nbufs, keep)
distrib/utils/more/ch.c
394
int keep;
distrib/utils/more/ch.c
414
if (keep)
sbin/dkctl/dkctl.c
386
int keep;
sbin/dkctl/dkctl.c
396
keep = yn == YES;
sbin/dkctl/dkctl.c
398
if (ioctl(fd, DIOCKLABEL, &keep) == -1)
sbin/routed/table.c
890
time_t keep)
sbin/routed/table.c
908
k->k_keep = now.tv_sec+keep;
sys/arch/atari/stand/ahdilabel/write.c
274
keep = 0;
sys/arch/atari/stand/ahdilabel/write.c
275
if (ioctl (fd, DIOCKLABEL, &keep) < 0) {
sys/arch/atari/stand/ahdilabel/write.c
54
int fd, i, j, k, firstxgm, keep, cksum_ok;
sys/arch/sun2/sun2/pmap.c
690
pmeg_mon_init(vaddr_t sva, vaddr_t eva, int keep)
sys/arch/sun2/sun2/pmap.c
699
sva, eva, keep);
sys/arch/sun2/sun2/pmap.c
720
if (keep && valid)
sys/arch/sun3/sun3/pmap.c
699
pmeg_mon_init(vaddr_t sva, vaddr_t eva, int keep)
sys/arch/sun3/sun3/pmap.c
708
sva, eva, keep);
sys/arch/sun3/sun3/pmap.c
729
if (keep && valid)
sys/dev/usb/if_urndis.c
707
struct rndis_keepalive_req *keep;
sys/dev/usb/if_urndis.c
711
keep = kmem_alloc(sizeof(*keep), KM_SLEEP);
sys/dev/usb/if_urndis.c
712
keep->rm_type = htole32(REMOTE_NDIS_KEEPALIVE_MSG);
sys/dev/usb/if_urndis.c
713
keep->rm_len = htole32(sizeof(*keep));
sys/dev/usb/if_urndis.c
714
keep->rm_rid = 0; /* XXX rm_rid == reserved ... remove ? */
sys/dev/usb/if_urndis.c
718
le32toh(keep->rm_type),
sys/dev/usb/if_urndis.c
719
le32toh(keep->rm_len),
sys/dev/usb/if_urndis.c
720
le32toh(keep->rm_rid)));
sys/dev/usb/if_urndis.c
722
rval = urndis_ctrl_send(un, keep, sizeof(*keep));
sys/dev/usb/if_urndis.c
723
kmem_free(keep, sizeof(*keep));
usr.bin/crunch/crunchide/crunchide.c
140
struct keep *next;
usr.bin/crunch/crunchide/crunchide.c
147
struct keep *newp, *prevp, *curp;
usr.bin/crunch/crunchide/crunchide.c
159
newp = (struct keep *) malloc(sizeof(struct keep));
usr.bin/crunch/crunchide/crunchide.c
177
struct keep *curp;
usr.bin/diff3/diff3.c
151
static void keep(int, struct range *);
usr.bin/diff3/diff3.c
321
keep(2, &d1->new);
usr.bin/diff3/diff3.c
331
keep(1, &d2->new);
usr.bin/m4/look.c
340
keep(ptr);
usr.bin/m4/look.c
65
static void keep(char *);
usr.bin/msgs/msgs.c
140
time_t keep;
usr.bin/msgs/msgs.c
262
keep = t - (rcback? rcback : NDAYS) DAYS;
usr.bin/msgs/msgs.c
303
if (stbuf.st_mtime < keep
usr.bin/unifdef/unifdef.c
552
flushline(bool keep)
usr.bin/unifdef/unifdef.c
556
if (keep ^ complement)
usr.bin/xlint/xlint/xlint.c
195
bool keep = keep_env != NULL && (strcmp(keep_env, "yes") == 0
usr.bin/xlint/xlint/xlint.c
197
if (keep)