/src/share/examples/puffs/pgfs/ |
newfs.sql | 67 ctime timestamptz NOT NULL, field in table:file 94 atime, ctime, mtime, btime)
|
newfs.sql | 67 ctime timestamptz NOT NULL, field in table:file 94 atime, ctime, mtime, btime)
|
/src/sys/fs/v7fs/ |
v7fs_inode.h | 45 v7fs_time_t ctime; member in struct:v7fs_inode
|
v7fs_inode.h | 45 v7fs_time_t ctime; member in struct:v7fs_inode
|
v7fs_impl.h | 97 v7fs_time_t ctime; member in struct:v7fs_fileattr
|
v7fs_impl.h | 97 v7fs_time_t ctime; member in struct:v7fs_fileattr
|
v7fs.h | 160 v7fs_time_t ctime; member in struct:v7fs_inode_diskimage
|
v7fs.h | 160 v7fs_time_t ctime; member in struct:v7fs_inode_diskimage
|
/src/lib/libc/time/ |
asctime.c | 182 ctime(const time_t *timep) function in typeref:typename:char * 184 /* Do not call localtime_r, as C23 requires ctime to initialize the
|
asctime.c | 182 ctime(const time_t *timep) function in typeref:typename:char * 184 /* Do not call localtime_r, as C23 requires ctime to initialize the
|
private.h | 683 # undef ctime 684 # define ctime tz_ctime macro 762 DEPRECATED_IN_C23 char *ctime(time_t const *);
|
/src/sys/nfs/ |
nfs_clntsubs.c | 158 struct timespec ctime; local in function:nfs_loadattrcache 171 fxdr_nfsv3time(&fp->fa3_ctime, &ctime); 179 ctime.tv_sec = fxdr_unsigned(u_int32_t, 181 ctime.tv_nsec = 0; 218 * Invalidate access cache if uid, gid, mode or ctime changed. 222 || timespeccmp(&ctime, &vap->va_ctime, !=))) 229 vap->va_ctime = ctime; 383 nfs_check_wccdata(struct nfsnode *np, const struct timespec *ctime, 403 if (vp->v_type == VDIR && timespeccmp(octime, ctime, <=)) { 404 reason = "ctime"; [all...] |
nfs_clntsubs.c | 158 struct timespec ctime; local in function:nfs_loadattrcache 171 fxdr_nfsv3time(&fp->fa3_ctime, &ctime); 179 ctime.tv_sec = fxdr_unsigned(u_int32_t, 181 ctime.tv_nsec = 0; 218 * Invalidate access cache if uid, gid, mode or ctime changed. 222 || timespeccmp(&ctime, &vap->va_ctime, !=))) 229 vap->va_ctime = ctime; 383 nfs_check_wccdata(struct nfsnode *np, const struct timespec *ctime, 403 if (vp->v_type == VDIR && timespeccmp(octime, ctime, <=)) { 404 reason = "ctime"; [all...] |
/src/sys/fs/sysvbfs/ |
bfs.h | 82 int32_t ctime; member in struct:bfs_fileattr
|
bfs.h | 82 int32_t ctime; member in struct:bfs_fileattr
|
/src/sys/ufs/chfs/ |
media.h | 91 le32 ctime; /* change time */ member in struct:chfs_flash_vnode
|
media.h | 91 le32 ctime; /* change time */ member in struct:chfs_flash_vnode
|
chfs_inode.h | 106 uint32_t ctime; /* creation time */ member in struct:chfs_inode
|
chfs_inode.h | 106 uint32_t ctime; /* creation time */ member in struct:chfs_inode
|
/src/sys/arch/sparc64/sparc64/ |
clock.c | 619 struct timeval ctime; local in function:clockintr 622 microtime(&ctime); 624 tick_base = (ctime.tv_sec * 1000000LL + ctime.tv_usec) 629 int64_t clk = (ctime.tv_sec * 1000000LL + ctime.tv_usec);
|
clock.c | 619 struct timeval ctime; local in function:clockintr 622 microtime(&ctime); 624 tick_base = (ctime.tv_sec * 1000000LL + ctime.tv_usec) 629 int64_t clk = (ctime.tv_sec * 1000000LL + ctime.tv_usec);
|
/src/sys/fs/cd9660/ |
iso.h | 161 char ctime [ISODCL (11, 27)]; /* 8.4.26.1 */ member in struct:iso_extended_attributes
|
iso.h | 161 char ctime [ISODCL (11, 27)]; /* 8.4.26.1 */ member in struct:iso_extended_attributes
|
/src/lib/libperfuse/ |
fuse.h | 53 uint64_t ctime; member in struct:fuse_attr
|
fuse.h | 53 uint64_t ctime; member in struct:fuse_attr
|