Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/amd/rpcx/
H A Damq.x58 struct amq_mount_tree { struct
70 amq_mount_tree *mt_next; /* Sibling mount tree */ argument
71 amq_mount_tree *mt_child; /* Child mount tree */ argument
H A Damq.h35 struct amq_mount_tree { struct
47 struct amq_mount_tree *mt_next; argument
48 struct amq_mount_tree *mt_child; argument
50 typedef struct amq_mount_tree amq_mount_tree; typedef