HomeSort by: relevance | last modified time | path
    Searched refs:tstp (Results 1 - 12 of 12) sorted by relevancy

  /src/games/tetris/
screen.c 64 static void (*tstp)(int); variable
174 if ((tstp = signal(SIGTSTP, stopset)) == SIG_IGN)
220 if (tstp != SIG_IGN)
257 (void) signal(SIGTSTP, tstp);
  /src/sys/fs/nfs/server/
nfs_nfsdstate.c 178 struct nfsstate *stp, *tstp; local
369 LIST_FOREACH(tstp, &new_clp->lc_open, ls_list)
370 tstp->ls_clp = new_clp;
372 LIST_FOREACH(tstp, &new_clp->lc_deleg, ls_list)
373 tstp->ls_clp = new_clp;
376 LIST_FOREACH(tstp, &new_clp->lc_olddeleg, ls_list)
377 tstp->ls_clp = new_clp;
381 LIST_FOREACH(tstp, &new_clp->lc_stateid[i], ls_hash)
382 tstp->ls_clp = new_clp;
434 LIST_FOREACH(tstp, &new_clp->lc_open, ls_list
1280 struct nfsstate *nstp, *tstp; local
1308 struct nfsstate *nstp, *tstp; local
1530 struct nfsstate *tstp, *mystp, *nstp; local
5458 struct nfsstate *tstp; local
    [all...]
  /src/games/rogue/
message.c 225 tstp();
  /src/lib/libcurses/
Makefile 31 toucholap.c touchwin.c tstp.c tty.c unctrl.c underscore.c version.c
  /src/external/mpl/dhcp/dist/server/
db.c 135 if (lease->tstp &&
136 ((tval = print_time(lease->tstp)) == NULL ||
137 fprintf(db_file, "\n tstp %s", tval) < 0))
mdb.c 1324 comp->tstp = lease->tstp;
1566 lease -> tstp = lease -> ends;
1631 lease -> tstp = lease -> ends;
1746 lt->tstp = lease->tstp;
1800 /* Lower layers of muckery set tstp to ->ends. But we send
1802 * tstp now anyway.
1804 lease->tstp = cur_time;
2922 l -> tstp > l -> atsfp &
    [all...]
dhcp.c 2930 lt->tstp = MAX_TIME;
2932 lt->tstp =
2944 if (lt->tstp < lt->tsfp)
2945 lt->tsfp = lt->tstp;
2947 lt->tstp = lease->tstp;
5006 * XXX just check tstp if we're in, e.g., PARTNER_DOWN?
failover.c 2655 lp->tstp = cur_time;
4765 lease -> tstp),
5487 lease->tstp = cur_time;
5583 pot_expire = lease->tstp;
5669 lease->tstp = lease->starts = cur_time;
5729 (l->tstp > l->atsfp) ||
omapi.c 705 bouncer = (u_int32_t)lease->tstp;
706 status = omapi_connection_put_named_uint32(c, "tstp", bouncer);
confpars.c 3192 case TSTP:
3208 case TSTP:
3210 lease -> tstp = t;
3682 lease->tstp = lease->ends;
  /src/sys/fs/nfs/client/
nfs_clstate.c 4369 nfsv4stateid_t *tstp, int *gottdp, NFSPROC_T *p)
4487 *tstp = dp->nfsdl_stateid;
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 635 TIME tstp; /* Time sent to partner. */ member in struct:lease

Completed in 70 milliseconds