Searched refs:amq_mount_tree (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/bsd/am-utils/dist/include/ |
| H A D | amq_defs.h | 75 typedef struct amq_mount_tree amq_mount_tree; typedef 78 typedef amq_mount_tree *amq_mount_tree_p; 83 struct amq_mount_tree { struct 95 struct amq_mount_tree *mt_next; argument 96 struct amq_mount_tree *mt_child; argument 184 extern bool_t xdr_amq_mount_tree(XDR *xdrs, amq_mount_tree *objp);
|
| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | amq_subr.c | 52 bool_t xdr_amq_mount_tree_node(XDR *xdrs, amq_mount_tree *objp); 53 bool_t xdr_amq_mount_subtree(XDR *xdrs, amq_mount_tree *objp); 331 xdr_amq_mount_tree_node(XDR *xdrs, amq_mount_tree *objp) in xdr_amq_mount_tree_node() 375 xdr_amq_mount_subtree(XDR *xdrs, amq_mount_tree *objp) in xdr_amq_mount_subtree() 384 sizeof(amq_mount_tree), in xdr_amq_mount_subtree() 390 sizeof(amq_mount_tree), in xdr_amq_mount_subtree() 399 xdr_amq_mount_tree(XDR *xdrs, amq_mount_tree *objp) in xdr_amq_mount_tree() 409 sizeof(amq_mount_tree), in xdr_amq_mount_tree() 415 sizeof(amq_mount_tree), in xdr_amq_mount_tree() 426 …if (!xdr_pointer(xdrs, (char **) objp, sizeof(amq_mount_tree), (XDRPROC_T_TYPE) xdr_amq_mount_tree… in xdr_amq_mount_tree_p()
|
| /netbsd-src/external/bsd/am-utils/dist/amq/ |
| H A D | amq_xdr.c | 60 xdr_amq_mount_tree(XDR *xdrs, amq_mount_tree *objp) in xdr_amq_mount_tree() 109 sizeof(amq_mount_tree), in xdr_amq_mount_tree() 116 sizeof(amq_mount_tree), in xdr_amq_mount_tree() 130 sizeof(amq_mount_tree), in xdr_amq_mount_tree_p()
|
| H A D | amq.c | 97 show_mti(amq_mount_tree *mt, enum show_opt e, int *mwid, int *dwid, int *twid) in show_mti() 176 show_pwd(amq_mount_tree *mt, char *path, size_t l, int *flag) in show_pwd() 200 show_mt(amq_mount_tree *mt, enum show_opt e, int *mwid, int *dwid, int *pwid) in show_mt() 792 amq_mount_tree *mt = *mtp; in main()
|