Searched refs:ibcs2_time_t (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/compat/ibcs2/
H A Dibcs2_utime.h39 ibcs2_time_t actime;
40 ibcs2_time_t modtime;
H A Dibcs2_timeb.h38 ibcs2_time_t time;
H A Dibcs2_types.h49 typedef long ibcs2_time_t; typedef
H A Dibcs2_stat.h47 ibcs2_time_t st_atim;
48 ibcs2_time_t st_mtim;
49 ibcs2_time_t st_ctim;
H A Dibcs2_ipc.c96 ibcs2_time_t msg_stime;
97 ibcs2_time_t msg_rtime;
98 ibcs2_time_t msg_ctime;
247 ibcs2_time_t sem_otime;
248 ibcs2_time_t sem_ctime;
371 ibcs2_time_t shm_atime;
372 ibcs2_time_t shm_dtime;
373 ibcs2_time_t shm_ctime;
H A Dibcs2_stat.c75 st4->st_atim = (ibcs2_time_t)st->st_atime;
76 st4->st_mtim = (ibcs2_time_t)st->st_mtime;
77 st4->st_ctim = (ibcs2_time_t)st->st_ctime;
H A Dibcs2_syscallargs.h80 syscallarg(ibcs2_time_t *) tp;
H A Dibcs2_misc.c770 syscallarg(ibcs2_time_t *) tp;
779 sizeof(ibcs2_time_t));

Completed in 157 milliseconds