Searched refs:tstp (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/games/tetris/ |
| H A D | screen.c | 64 static void (*tstp)(int); variable 174 if ((tstp = signal(SIGTSTP, stopset)) == SIG_IGN) in scr_set() 220 if (tstp != SIG_IGN) in scr_set() 257 (void) signal(SIGTSTP, tstp); in scr_end()
|
| /netbsd-src/sys/fs/nfs/server/ |
| H A D | nfs_nfsdstate.c | 178 struct nfsstate *stp, *tstp; in nfsrv_setclient() local 369 LIST_FOREACH(tstp, &new_clp->lc_open, ls_list) in nfsrv_setclient() 370 tstp->ls_clp = new_clp; in nfsrv_setclient() 372 LIST_FOREACH(tstp, &new_clp->lc_deleg, ls_list) in nfsrv_setclient() 373 tstp->ls_clp = new_clp; in nfsrv_setclient() 376 LIST_FOREACH(tstp, &new_clp->lc_olddeleg, ls_list) in nfsrv_setclient() 377 tstp->ls_clp = new_clp; in nfsrv_setclient() 381 LIST_FOREACH(tstp, &new_clp->lc_stateid[i], ls_hash) in nfsrv_setclient() 382 tstp->ls_clp = new_clp; in nfsrv_setclient() 434 LIST_FOREACH(tstp, &new_clp->lc_open, ls_list) in nfsrv_setclient() [all …]
|
| /netbsd-src/external/mpl/dhcp/dist/server/ |
| H A D | mdb.c | 1324 comp->tstp = lease->tstp; 1566 lease -> tstp = lease -> ends; in make_binding_state_transition() 1631 lease -> tstp = lease -> ends; in make_binding_state_transition() 1746 lt->tstp = lease->tstp; in lease_copy() 1804 lease->tstp = cur_time; 2922 l -> tstp > l -> atsfp &&
|
| H A D | db.c | 135 if (lease->tstp && 136 ((tval = print_time(lease->tstp)) == NULL ||
|
| H A D | 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;
|
| H A D | failover.c | 2655 lp->tstp = cur_time; in dhcp_failover_pool_dobalance() 4765 lease -> tstp), in dhcp_failover_send_bind_update() 5487 lease->tstp = cur_time; in dhcp_failover_process_bind_update() 5583 pot_expire = lease->tstp; in dhcp_failover_process_bind_ack() 5669 lease->tstp = lease->starts = cur_time; in dhcp_failover_process_bind_ack() 5729 (l->tstp > l->atsfp) || in dhcp_failover_generate_update_queue()
|
| H A D | confpars.c | 3210 lease -> tstp = t; in parse_lease_declaration() 3682 lease->tstp = lease->ends; in parse_lease_declaration()
|
| H A D | omapi.c | 705 bouncer = (u_int32_t)lease->tstp; in dhcp_lease_stuff_values()
|
| /netbsd-src/games/rogue/ |
| H A D | message.c | 225 tstp(); in rgetchar()
|
| /netbsd-src/lib/libcurses/ |
| H A D | Makefile | 31 toucholap.c touchwin.c tstp.c tty.c unctrl.c underscore.c version.c
|
| /netbsd-src/sys/fs/nfs/client/ |
| H A D | nfs_clstate.c | 4369 nfsv4stateid_t *tstp, int *gottdp, NFSPROC_T *p) in nfscl_renamedeleg() argument 4487 *tstp = dp->nfsdl_stateid; in nfscl_renamedeleg()
|
| /netbsd-src/external/mpl/dhcp/dist/includes/ |
| H A D | dhcpd.h | 635 TIME tstp; /* Time sent to partner. */ member
|
| /netbsd-src/external/mpl/dhcp/dist/ |
| H A D | RELNOTES | 3683 where tsfp and tstp are identical timestamps to languish in these
|