Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Damd.h211 typedef struct am_node am_node; typedef
500 struct am_node { struct
507 am_node *am_parent; /* Parent of this node */ argument
508 am_node *am_ysib; /* Younger sibling of this node */ argument
509 am_node *am_osib; /* Older sibling of this node */ argument
510 am_node *am_child; /* First child of this node */ argument
511 nfsattrstat am_attr; /* File attributes */
513 int am_flags; /* Boolean flags AMF_* */
514 int am_error; /* Specific mount error */
515 time_t am_ttl; /* Time to live */
[all …]