Searched refs:check_rc (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_hpuxacl.c414 int check_which, check_rc; local
1128 int check_rc;
1131 check_rc = aclcheck(hpux_acl, count, &check_which);
1132 if (check_rc != 0) {
1134 DEBUGADD(10, (" - return code: %d\n", check_rc));
H A Dvfs_solarisacl.c352 int check_which, check_rc; local
730 int check_rc; local
733 check_rc = aclcheck(solaris_acl, count, &check_which);
734 if (check_rc != 0) {
736 DEBUGADD(10, (" - return code: %d\n", check_rc));

Completed in 214 milliseconds