Searched refs:timespec (Results 1 - 25 of 69) sorted by relevance

123

/darwin-on-arm/xnu/osfmk/libsa/sys/
H A Dtimers.h60 struct timespec { struct
67 extern int getclock(int, struct timespec *);
/darwin-on-arm/xnu/bsd/sys/_types/
H A D_timespec.h29 #define _STRUCT_TIMESPEC struct timespec
/darwin-on-arm/xnu/bsd/sys/
H A Dvstat.h60 struct timespec vst_atimespec; /* time of last access */
61 struct timespec vst_mtimespec; /* time of last data modification */
62 struct timespec vst_ctimespec; /* time of last file status change */
H A Dpipe.h160 struct timespec st_atimespec; /* time of last access */
161 struct timespec st_mtimespec; /* time of last data modification */
162 struct timespec st_ctimespec; /* time of last status change */
H A Dstat.h81 /* [XSI] The timespec structure may be defined as described in <time.h> */
170 struct timespec st_atimespec; /* time of last access */
171 struct timespec st_mtimespec; /* time of last data modification */
172 struct timespec st_ctimespec; /* time of last file status change */
180 struct timespec st_atimespec; /* time of last access */ \
181 struct timespec st_mtimespec; /* time of last data modification */ \
182 struct timespec st_ctimespec; /* time of last status change */ \
183 struct timespec st_birthtimespec; /* time of file creation(birth) */
203 * above, depending on whether we use struct timespec or the direct
246 struct timespec st_atimespe
[all...]
H A Dtime.h77 * The timespec structure shall be defined as described in <time.h>
218 void nanotime(struct timespec *ts);
219 void nanouptime(struct timespec *ts);
H A Daio.h48 * In our case, this is limited to struct timespec, off_t and ssize_t.
270 const struct timespec * timeoutp ) __DARWIN_ALIAS_C(aio_suspend);
H A Dselect.h72 * The timespec structure shall be defined as described in <time.h>
176 fd_set * __restrict, const struct timespec * __restrict,
H A Devent.h433 struct timespec;
439 const struct timespec *timeout);
443 const struct timespec *timeout);
H A Dvnode.h595 struct timespec va_create_time; /* time of creation */
596 struct timespec va_access_time; /* time of last access */
597 struct timespec va_modify_time; /* time of last data modification */
598 struct timespec va_change_time; /* time of last metadata change */
599 struct timespec va_backup_time; /* time of last backup */
627 struct timespec va_addedtime; /* timestamp when item was added to parent directory */
H A D_structs.h87 #define _STRUCT_TIMESPEC struct timespec
164 /* LP64 version of struct timespec. time_t is a long and must grow when
166 * WARNING - keep in sync with struct timespec
H A Dmount.h260 struct timespec f_create_time; /* creation time */
261 struct timespec f_modify_time; /* last modification time */
262 struct timespec f_access_time; /* time of last access */
263 struct timespec f_backup_time; /* last backup time */
H A Dsystm.h221 void bsd_timeout(void (*)(void *), void *arg, struct timespec * ts);
H A Dproc.h230 extern int msleep(void *chan, lck_mtx_t *mtx, int pri, const char *wmesg, struct timespec * ts );
/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_sfb.h91 struct timespec freezetime[SFB_LEVELS][SFB_BINS];
113 struct timespec sfb_getqtime; /* last dequeue timestamp */
114 struct timespec sfb_holdtime; /* random holdtime in nsec */
118 struct timespec sfb_hinterval; /* random reset interval in sec */
119 struct timespec sfb_nextreset; /* reset deadline */
122 struct timespec sfb_pboxtime; /* random pboxtime in nsec */
123 struct timespec sfb_pboxfreeze;
H A Dclassq_sfb.c198 static int sfb_penalize(struct sfb *, struct pf_mtag *, struct timespec *);
200 struct timespec *, struct timespec *, boolean_t);
202 struct timespec *, struct timespec *);
204 struct timespec *, struct timespec *);
206 struct timespec *);
209 struct timespec *);
338 struct timespec no
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Ddlil.h168 struct timespec mode_holdtime; /* mode holdtime in nsec */
169 struct timespec mode_lasttime; /* last mode change time in nsec */
170 struct timespec sample_holdtime; /* sampling holdtime in nsec */
171 struct timespec sample_lasttime; /* last sampling time in nsec */
172 struct timespec dbg_lasttime; /* last debug message time in nsec */
H A Dif_var.h561 struct timespec if_start_cycle; /* restart interval */
585 struct timespec if_poll_cycle; /* poll interval */
945 struct timespec *);
947 struct timespec *);
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfsdefs.h140 struct timespec dn_atime;/* time of last access */
141 struct timespec dn_mtime;/* time of last modification */
142 struct timespec dn_ctime;/* time file changed */
/darwin-on-arm/xnu/libkern/uuid/
H A Duuid.c62 struct timespec tv;
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A D32bit_inode_tests.c32 struct timespec backup_time;
49 struct timespec my_new_backup_time;
/darwin-on-arm/xnu/security/
H A Dmac_vfs_subr.c103 struct timespec ts;
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_private.h199 struct timespec ar_starttime;
200 struct timespec ar_endtime;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_clock.c160 * ts: timeout interval, in timespec
166 struct timespec *ts)
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsnode.h569 struct timespec n3_mtime; /* Prev modify time. */
570 struct timespec n3_ncmtime; /* namecache modify time. */
585 struct timespec ns_atim; /* Special file times */
590 struct timespec ns_mtim; /* Special file times */

Completed in 124 milliseconds

123