Home
last modified time | relevance | path

Searched refs:get_exported_ap (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/conf/autofs/
H A Dautofs_solaris_v1.c258 mp = get_exported_ap(mapno); in autofs_unmount_1_req()
280 if (get_exported_ap(mapno)) in autofs_unmount_1_req()
H A Dautofs_solaris_v2_v3.c741 if (get_exported_ap(mapno)) in autofs_unmount_2_req()
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dnfs_start.c235 if (amd_state == Finishing && get_exported_ap(0) == NULL) { in run_rpc()
H A Damq_subr.c165 mp = get_exported_ap(0); in amqproc_export_1_svc()
H A Damd.h578 extern am_node *get_exported_ap(int index);
H A Dmap.c136 get_exported_ap(int index) in get_exported_ap() function
H A Dnfs_subr.c785 ap = get_exported_ap(fp->u.s.fhh_id); in fh_to_mp3()
836 ap = get_exported_ap(fp->u.s.fhh_id); in fh3_to_mp3()
/netbsd-src/external/bsd/am-utils/dist/
H A DChangeLog4618 Switch to get_exported_ap.
4694 (autofs_unmount_2_req): use get_exported_ap() instead of
4746 * amd/nfs_start.c: use get_exported_ap() instead of referencing
4755 * amd/map.c (get_exported_ap): new function that returns an
4777 * amd/amfs_union.c (amfs_union_mounted): use get_exported_ap()