Searched refs:uam_fcn (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Duam.c70 if ((mod->uam_fcn = mod_symbol(module, buf)) == NULL) {
74 if (mod->uam_fcn->uam_type != UAM_MODULE_SERVER) {
82 if (!mod->uam_fcn->uam_setup ||
83 ((*mod->uam_fcn->uam_setup)(name) < 0)) {
103 if (mod->uam_fcn->uam_cleanup)
104 (*mod->uam_fcn->uam_cleanup)();
H A Duam_auth.h22 struct uam_export *uam_fcn; member in struct:uam_mod
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Duam_auth.h21 struct uam_export *uam_fcn; member in struct:uam_mod
H A Duam.c91 if ((mod->uam_fcn = mod_symbol(module, buf)) == NULL) {
98 if (mod->uam_fcn->uam_type != UAM_MODULE_SERVER) {
106 if (!mod->uam_fcn->uam_setup ||
107 ((*mod->uam_fcn->uam_setup)(name) < 0)) {
127 if (mod->uam_fcn->uam_cleanup)
128 (*mod->uam_fcn->uam_cleanup)();

Completed in 45 milliseconds