Searched refs:amq_mount_tree (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/amd/include/ |
| HD | amq_defs.h | 74 typedef struct amq_mount_tree amq_mount_tree; typedef 76 typedef amq_mount_tree *amq_mount_tree_p; 81 struct amq_mount_tree { struct 93 struct amq_mount_tree *mt_next; argument 94 struct amq_mount_tree *mt_child; argument 149 extern bool_t xdr_amq_mount_tree(XDR *xdrs, amq_mount_tree *objp);
|
| /trueos/contrib/amd/amd/ |
| HD | amq_subr.c | 54 bool_t xdr_amq_mount_tree_node(XDR *xdrs, amq_mount_tree *objp); 55 bool_t xdr_amq_mount_subtree(XDR *xdrs, amq_mount_tree *objp); 275 xdr_amq_mount_tree_node(XDR *xdrs, amq_mount_tree *objp) in xdr_amq_mount_tree_node() 319 xdr_amq_mount_subtree(XDR *xdrs, amq_mount_tree *objp) in xdr_amq_mount_subtree() 328 sizeof(amq_mount_tree), in xdr_amq_mount_subtree() 334 sizeof(amq_mount_tree), in xdr_amq_mount_subtree() 343 xdr_amq_mount_tree(XDR *xdrs, amq_mount_tree *objp) in xdr_amq_mount_tree() 353 sizeof(amq_mount_tree), in xdr_amq_mount_tree() 359 sizeof(amq_mount_tree), in xdr_amq_mount_tree() 370 …if (!xdr_pointer(xdrs, (char **) objp, sizeof(amq_mount_tree), (XDRPROC_T_TYPE) xdr_amq_mount_tree… in xdr_amq_mount_tree_p()
|
| /trueos/contrib/amd/amq/ |
| HD | amq_xdr.c | 62 xdr_amq_mount_tree(XDR *xdrs, amq_mount_tree *objp) in xdr_amq_mount_tree() 111 sizeof(amq_mount_tree), in xdr_amq_mount_tree() 118 sizeof(amq_mount_tree), in xdr_amq_mount_tree() 132 sizeof(amq_mount_tree), in xdr_amq_mount_tree_p()
|
| HD | amq.c | 85 show_mti(amq_mount_tree *mt, enum show_opt e, int *mwid, int *dwid, int *twid) in show_mti() 170 show_pwd(amq_mount_tree *mt, char *path, size_t l, int *flag) in show_pwd() 194 show_mt(amq_mount_tree *mt, enum show_opt e, int *mwid, int *dwid, int *pwid) in show_mt() 630 amq_mount_tree *mt = *mtp; in main()
|