Home
last modified time | relevance | path

Searched defs:tsp (Results 1 – 25 of 35) sorted by relevance

12

/openbsd/src/include/protocols/
Dtimed.h45 struct tsp { struct
46 u_int8_t tsp_type; argument
47 u_int8_t tsp_vers; argument
48 u_int16_t tsp_seq; argument
53 } tspu_time; argument
55 } tsp_u; argument
56 char tsp_name[256]; argument
/openbsd/src/usr.bin/touch/
Dtouch.c160 stime_arg1(char *arg, struct timespec *tsp) in stime_arg1()
235 stime_arg2(char *arg, int year, struct timespec *tsp) in stime_arg2()
276 stime_file(char *fname, struct timespec *tsp) in stime_file()
287 stime_argd(char *arg, struct timespec *tsp) in stime_argd()
/openbsd/src/sys/arch/alpha/pci/
Dtsc.c121 struct tsp_attach_args tsp; local
170 struct tsp_attach_args *tsp = aux; local
179 #define tsp() { Generate ctags(1) key. } macro
Dtsp_dma.c102 tsp_dma_init(struct device *tsp, struct tsp_config *pcp) in tsp_dma_init()
Dtsciic.c97 struct tsp_attach_args *tsp = (struct tsp_attach_args *)aux; in tsciic_match() local
/openbsd/src/sys/sys/
Dtime.h113 #define timespecclear(tsp) (tsp)->tv_sec = (tsp)->tv_nsec = 0 argument
114 #define timespecisset(tsp) ((tsp)->tv_sec || (tsp)->tv_nsec) argument
115 #define timespecisvalid(tsp) \ argument
117 #define timespeccmp(tsp, usp, cmp) \ argument
121 #define timespecadd(tsp, usp, vsp) \ argument
130 #define timespecsub(tsp, usp, vsp) \ argument
/openbsd/src/lib/libc/sys/
Dmicrotime.c108 _nanotime(struct timespec *tsp, struct timekeep *tk) in _nanotime()
131 _nanouptime(struct timespec *tsp, struct timekeep *tk) in _nanouptime()
/openbsd/src/sys/kern/
Dkern_tc.c173 nanoboottime(struct timespec *tsp) in nanoboottime()
213 nanouptime(struct timespec *tsp) in nanouptime()
338 nanotime(struct timespec *tsp) in nanotime()
378 getnanouptime(struct timespec *tsp) in getnanouptime()
408 getnanotime(struct timespec *tsp) in getnanotime()
Dsys_generic.c535 struct timespec ts, *tsp = NULL; in sys_select() local
568 struct timespec ts, *tsp = NULL; in sys_pselect() local
868 struct timespec ts, *tsp = NULL; in sys_poll() local
894 struct timespec ts, *tsp = NULL; in sys_ppoll() local
/openbsd/src/sys/arch/alpha/alpha/
Ddec_6600.c122 struct tsp_config *tsp; in dec_6600_cons_init() local
215 struct tsp_attach_args *tsp = aux; local
/openbsd/src/usr.bin/vi/ex/
Dex_visual.c37 SCR *tsp; in ex_visual() local
Dex_screen.c102 SCR *tsp; in ex_sdisplay() local
Dex_script.c350 SCR *tsp; in sscr_check_input() local
/openbsd/src/usr.sbin/tcpdump/
Dprint-timed.c55 struct tsp *tsp = (struct tsp *)bp; in timed_print() local
/openbsd/src/games/monop/
Dgetinp.c101 char *sp, *tsp, c; in comp() local
/openbsd/src/usr.bin/vi/common/
Dscreen.c131 SCR *tsp; in screen_end() local
Dline.c520 SCR *tsp; in scr_update() local
/openbsd/src/sys/msdosfs/
Dmsdosfs_conv.c98 unix2dostime(struct timespec *tsp, u_int16_t *ddp, u_int16_t *dtp, u_int8_t *dhp) in unix2dostime()
184 dos2unixtime(u_int dd, u_int dt, u_int dh, struct timespec *tsp) in dos2unixtime()
/openbsd/src/regress/sys/sys/tree/rb/
Drbt-test.c39 #define timespecsub(tsp, usp, vsp) \ argument
50 #define timespecadd(tsp, usp, vsp) \ argument
Drb-test.c40 #define timespecsub(tsp, usp, vsp) \ argument
51 #define timespecadd(tsp, usp, vsp) \ argument
/openbsd/src/usr.bin/kdump/
Dktrstruct.c167 print_timespec(const struct timespec *tsp, int relative) in print_timespec()
244 ktrtimespec(const struct timespec *tsp, int relative) in ktrtimespec()
/openbsd/src/usr.bin/lex/
Ddfa.c235 int stkpos, ns, tsp; in epsclosure() local
941 int ns, tsp, sym, i, j, lenccl, ch, numstates, ccllist; in symfollowset() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DBranchFolding.h79 SameTailElt(MPIterator mp, MachineBasicBlock::iterator tsp) in SameTailElt()
/openbsd/src/usr.bin/vi/vi/
Dvs_refresh.c65 SCR *tsp; in vs_refresh() local
/openbsd/src/usr.sbin/makefs/msdos/
Dmsdosfs_conv.c94 unix2dostime(const struct timespec *tsp, int minuteswest, u_int16_t *ddp, in unix2dostime()

12