Home
last modified time | relevance | path

Searched refs:tstp (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/games/tetris/
H A Dscreen.c64 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 Dnfs_nfsdstate.c178 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 Dmdb.c1324 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 Ddb.c135 if (lease->tstp &&
136 ((tval = print_time(lease->tstp)) == NULL ||
H A Ddhcp.c2930 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 Dfailover.c2655 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 Dconfpars.c3210 lease -> tstp = t; in parse_lease_declaration()
3682 lease->tstp = lease->ends; in parse_lease_declaration()
H A Domapi.c705 bouncer = (u_int32_t)lease->tstp; in dhcp_lease_stuff_values()
/netbsd-src/games/rogue/
H A Dmessage.c225 tstp(); in rgetchar()
/netbsd-src/lib/libcurses/
H A DMakefile31 toucholap.c touchwin.c tstp.c tty.c unctrl.c underscore.c version.c
/netbsd-src/sys/fs/nfs/client/
H A Dnfs_clstate.c4369 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 Ddhcpd.h635 TIME tstp; /* Time sent to partner. */ member
/netbsd-src/external/mpl/dhcp/dist/
H A DRELNOTES3683 where tsfp and tstp are identical timestamps to languish in these