HomeSort by: relevance | last modified time | path
    Searched defs:keep (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
driver.h 32 bool keep; member in struct:nvif_driver
  /src/sys/arch/atari/stand/ahdilabel/
write.c 54 int fd, i, j, k, firstxgm, keep, cksum_ok; local in function:ahdi_writelabel
274 keep = 0;
275 if (ioctl (fd, DIOCKLABEL, &keep) < 0) {
  /src/usr.bin/crunch/crunchide/
crunchide.c 32 * global symbols. Allows the user to supply a "keep list" of symbols
131 "Usage: %s [-k keep-symbol] [-f keep-list-file] object-file\n"
139 static struct keep { struct
140 struct keep *next;
147 struct keep *newp, *prevp, *curp;
159 newp = (struct keep *) malloc(sizeof(struct keep));
163 fprintf(stderr, "%s: out of memory for keep list\n", getprogname());
177 struct keep *curp
    [all...]
  /src/sbin/dkctl/
dkctl.c 386 int keep; local in function:disk_keeplabel
396 keep = yn == YES;
398 if (ioctl(fd, DIOCKLABEL, &keep) == -1)
  /src/usr.bin/msgs/
msgs.c 100 #define NDAYS 21 /* default keep time for messages */
140 time_t keep; variable in typeref:typename:time_t
262 keep = t - (rcback? rcback : NDAYS) DAYS;
303 if (stbuf.st_mtime < keep
  /src/usr.bin/xlint/xlint/
xlint.c 195 bool keep = keep_env != NULL && (strcmp(keep_env, "yes") == 0 local in function:terminate
197 if (keep)
  /src/dist/pf/sbin/pfctl/
parse.y 199 } keep;
412 %token ICMP6TYPE CODE KEEP MODULATE STATE PORT RDR NAT BINAT ARROW NODF
453 %type <v.keep_state> keep
1751 r.keep_state = $9.keep.action;
1753 /* 'keep state' by default on pass rules. */
1758 o = $9.keep.options;
2103 | keep {
2105 yyerror("modulate or keep cannot be redefined");
2109 filter_opts.keep.action = $1.action;
2110 filter_opts.keep.options = $1.options
3102 keep : NO STATE { label
    [all...]

Completed in 19 milliseconds