Home
last modified time | relevance | path

Searched refs:denied (Results 1 – 25 of 29) sorted by relevance

12

/titanic_44/usr/src/cmd/vi/port/
H A Dex_io.c388 static int denied; /* 1 if READONLY was set due to file permissions */ in rop() local
406 if (value(vi_READONLY) && denied) { in rop()
408 denied = 0; in rop()
431 if (value(vi_READONLY) && denied) { in rop()
433 denied = 0; in rop()
437 denied = 1; in rop()
/titanic_44/usr/src/uts/common/avs/ns/rdc/
H A Drdc_update.h39 int denied; /* don't do it? */ member
H A Drdc_io.c1173 update->denied = 1; in rdc_volume_update_svc()
1192 update->denied = 1; in rdc_volume_update_svc()
1206 update->denied = 1; in rdc_volume_update_svc()
1236 update->denied = 1; in rdc_volume_update_svc()
/titanic_44/usr/src/cmd/lp/lib/papi/
H A Dlpsched-printers.c141 char **allowed = NULL, **denied = NULL; in lpsched_printer_configuration_to_attributes() local
247 load_userprinter_access(dest, &allowed, &denied); in lpsched_printer_configuration_to_attributes()
251 "requesting-user-name-denied", denied); in lpsched_printer_configuration_to_attributes()
254 freelist(denied); in lpsched_printer_configuration_to_attributes()
/titanic_44/usr/src/cmd/Adm/sun/
H A Dftpusers2 # List of users denied access to the FTP server, see ftpusers(4).
/titanic_44/usr/src/lib/libpkg/common/
H A Dcfext.h48 unsigned denied:1; /* for some reason this was not allowed in */ member
/titanic_44/usr/src/common/acl/
H A Dacl_common.c134 uint32_t denied; member
776 vals->denied = ACE_MASK_UNDEFINED; in acevals_init()
1054 if (vals->allowed != (vals->denied ^ flips)) { in acevals_to_aent()
1414 if (vals->denied != ACE_MASK_UNDEFINED) { in ln_ace_to_aent()
1424 acl->acl_mask = vals->denied; in ln_ace_to_aent()
1426 } else if (acl->acl_mask != vals->denied) { in ln_ace_to_aent()
1430 vals->mask = vals->denied; in ln_ace_to_aent()
1432 vals->denied = acep->a_access_mask; in ln_ace_to_aent()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_acl.c338 vals->denied = ACE4_MASK_UNDEFINED; in ace4vals_init()
1200 if (vals->allowed != (vals->denied ^ flips)) { in ace4vals_to_aent()
1203 vals->allowed, vals->denied)); in ace4vals_to_aent()
1530 if (vals->denied != ACE4_MASK_UNDEFINED) { in ln_ace4_to_aent()
1544 acl->acl_mask = vals->denied; in ln_ace4_to_aent()
1546 } else if (acl->acl_mask != vals->denied) { in ln_ace4_to_aent()
1553 vals->mask = vals->denied; in ln_ace4_to_aent()
1555 vals->denied = ace4p->access_mask; in ln_ace4_to_aent()
H A Dnfs4_xdr.c2776 denied.offset)) in xdr_LOCK4res()
2779 denied.length)) in xdr_LOCK4res()
2781 if (!xdr_int(xdrs, (int *)&objp->LOCK4res_u.denied.locktype)) in xdr_LOCK4res()
2784 denied.owner.clientid)) in xdr_LOCK4res()
2787 (char **)&objp->LOCK4res_u.denied.owner.owner_val, in xdr_LOCK4res()
2788 (uint_t *)&objp->LOCK4res_u.denied.owner.owner_len, in xdr_LOCK4res()
2798 if (objp->LOCK4res_u.denied.owner.owner_val != NULL) in xdr_LOCK4res()
2799 kmem_free(objp->LOCK4res_u.denied.owner.owner_val, in xdr_LOCK4res()
2800 objp->LOCK4res_u.denied.owner.owner_len); in xdr_LOCK4res()
2842 (u_longlong_t *)&objp->denied.offset)) in xdr_LOCKT4res()
[all …]
H A Dnfs4_state.c132 lock_owner4 *slo = &sres->LOCK4res_u.denied.owner; in deep_lock_copy()
133 lock_owner4 *dlo = &dres->LOCK4res_u.denied.owner; in deep_lock_copy()
144 lock_owner4 *lo = &res->LOCK4res_u.denied.owner; in deep_lock_free()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c1317 sum_lock_denied(LOCK4denied *denied) in sum_lock_denied() argument
1322 sum_lock_type_name(denied->locktype), in sum_lock_denied()
1323 denied->offset, denied->length, in sum_lock_denied()
1324 owner_hash(&denied->owner.owner)); in sum_lock_denied()
1330 detail_lock_denied(LOCK4denied *denied) in detail_lock_denied() argument
1332 sprintf(get_line(0, 0), "Type = %s", lock_type_name(denied->locktype)); in detail_lock_denied()
1333 detail_lock_owner(&denied->owner); in detail_lock_denied()
1334 sprintf(get_line(0, 0), "Offset = %llu", denied->offset); in detail_lock_denied()
1335 sprintf(get_line(0, 0), "Length = %llu", denied->length); in detail_lock_denied()
2636 sum_lock_denied(&res->LOCK4res_u.denied)); in sumres_lock()
[all …]
H A Dnfs4_xdr.c1384 if (!xdr_LOCK4denied(xdrs, &objp->LOCK4res_u.denied)) in xdr_LOCK4res()
1414 if (!xdr_LOCK4denied(xdrs, &objp->LOCKT4res_u.denied)) in xdr_LOCKT4res()
/titanic_44/usr/src/lib/libunistat/common/rdc/
H A Drdc.err57 MIRRORUP = Change request denied, volume mirror is up
58 VERSION = Change request denied, don't understand request version
/titanic_44/usr/src/cmd/svr4pkg/pkginstall/
H A Dinstvol.c904 mstat->denied = 1; /* install denied! */ in domerg()
1281 if (mstat->denied) { in endofclass()
1471 if (mstat->denied) { in fix_attributes()
/titanic_44/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h374 acemask4 denied; member
828 LOCK4denied denied; member
843 LOCK4denied denied; member
/titanic_44/usr/src/cmd/bnu/
H A DGrades52 # that are permitted or denied to queue
/titanic_44/usr/src/head/rpcsvc/
H A Dnfs4_prot.x796 LOCK4denied denied; variable
811 LOCK4denied denied; variable
/titanic_44/usr/src/cmd/ssh/etc/
H A Dsshd_config115 # maybe denied access by a PAM module regardless of this setting.
/titanic_44/usr/src/lib/libc/port/gen/
H A Derrlist52 13 Permission denied
/titanic_44/usr/src/lib/libunistat/common/solaris/
H A Dsolaris.err35 ACCES = Permission denied
/titanic_44/usr/src/uts/common/smbsrv/ndl/
H A Dwinreg.ndl364 * without anything appearing in the log, and return access denied.
/titanic_44/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m483 dnl default relaying denied message
85 ifdef(`_USE_AUTH_', `"550 Relaying denied. Proper authentication required."', `"550 Relaying denied
1775 …JECT> <$*> $#error ifdef(`confREJECT_MSG', `$: confREJECT_MSG', `$@ 5.7.1 $: "550 Access denied"')
1942 R<REJECT> $* $#error ifdef(`confREJECT_MSG', `$: confREJECT_MSG', `$@ 5.7.1 $: "550 Access denied"…
2266 R<TEMP> $#TEMP $@ 4.4.0 $: "450 Relaying temporarily denied. Cannot resolve PTR record for " $&{c…
2267 R<FORGED> $#error $@ 5.7.1 $: "550 Relaying denied. IP name possibly forged " $&{client_name}
2268 R<FAIL> $#error $@ 5.7.1 $: "550 Relaying denied. IP name lookup failed " $&{client_name}
/titanic_44/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt214 # return,failure: Permission denied,-1
518 # return,failure: Permission denied,-1
634 # return,failure: Permission denied,-1
775 # return,failure: Permission denied,-1
/titanic_44/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in150 #define SQLITE_PERM 3 /* Access permission denied */
170 #define SQLITE_AUTH 23 /* Authorization denied */
/titanic_44/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c670 update.denied = 0; in ii_update_denied()
689 update.denied = 1; in ii_update_denied()
694 if (update.denied == 0) { in ii_update_denied()
699 return (update.denied); in ii_update_denied()
708 update.denied = 0; in ii_need_same_size()
713 return (update.denied); in ii_need_same_size()

12