Searched defs:_node (Results 1 – 4 of 4) sorted by relevance
42 typedef struct _node { struct43 struct _node *parent, *child; /* up, down */ argument44 struct _node *prev, *next; /* left, right */ argument45 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 …]
204 static struct rx_node *_node(struct dm_pool *mem, int type, in _node() function
689 cd9660node_rrip_tf(struct ISO_SUSP_ATTRIBUTES *p, fsnode *_node) in cd9660node_rrip_tf()
146 sem_item::sem_item (sem_item_type _type, symtab_node *_node, in sem_item()