Home
last modified time | relevance | path

Searched defs:_node (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/mtree/
H A Dmtree.h42 typedef struct _node { struct
43 struct _node *parent, *child; /* up, down */ argument
44 struct _node *prev, *next; /* left, right */ argument
45 off_t st_size; /* size */
46 struct timespec st_mtimespec; /* last modification time */
47 char *slink; /* symbolic link reference */
48 uid_t st_uid; /* uid */
49 gid_t st_gid; /* gid */
51 mode_t st_mode; /* mode */
52 dev_t st_rdev; /* device type */
[all …]
/freebsd/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c741 cd9660node_rrip_tf(struct ISO_SUSP_ATTRIBUTES *p, fsnode *_node) in cd9660node_rrip_tf()