HomeSort by relevance Sort by last modified time
    Searched refs:ALLOW (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
hostacc.h 56 #define ALLOW 1
69 short ha_type; /* ALLOW | DENY */
hostacc.c 40 * 930322 BM Changed algorithm: not in configfile = allow
41 * in configfile and match = allow|deny
114 iLineMatch = (ptHtmp->ha_type == ALLOW) ? 1 : 0;
124 * the config file without a match we allow. Else, we allow or
136 /* Nothing at all about user in configfile, allow */
196 * The result will look like: "allow:name:host:host:host"
239 else if (!strncmp(pcBegin, "allow", 5)) {
240 ha_arr[iHaInd].ha_type = ALLOW;
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
zfs_acl.c 56 #define ALLOW ACE_ACCESS_ALLOWED_ACE_TYPE
59 #define MIN_ACE_TYPE ALLOW
263 case ALLOW:
406 case ALLOW:
810 if (type == ALLOW) {
817 if (type == ALLOW) {
824 if (type == ALLOW) {
832 if (type == ALLOW) {
839 if (type == ALLOW) {
846 if (type == ALLOW) {
    [all...]

Completed in 60 milliseconds