HomeSort by relevance Sort by last modified time
    Searched refs:allow (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /onnv/onnv-gate/usr/src/lib/pyzfs/common/
unallow.py 26 import zfs.allow
28 do_unallow = zfs.allow.do_allow
dataset.py 69 "zfs allow"."""
190 """Add to the "zfs allow"-ed permissions on this Dataset.
201 """Get the "zfs allow"-ed permissions on the Dataset.
  /onnv/onnv-gate/usr/src/cmd/lp/lib/access/
allowed.c 69 ** is_user_allowed() - CHECK USER ACCESS ACCORDING TO ALLOW/DENY LISTS
76 char ** allow,
80 is_user_allowed (user, allow, deny)
82 **allow,
89 return (allowed(user, allow, deny));
108 char **allow, local
111 if (loadaccess(Lp_A_Forms, form, "", &allow, &deny) == -1)
114 return (is_user_allowed(user, allow, deny));
133 char **allow, local
136 if (loadaccess(Lp_A_Printers, printer, UACCESSPREFIX, &allow, &deny) == -1
158 char **allow, local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
Group.cxx 22 allow(t1);
23 allow(t2);
24 allow(t3);
25 allow(t4);
31 allow(c1);
38 allow(c1);
39 allow(c2);
47 allow(c1);
48 allow(c2);
49 allow(c3)
    [all...]
parseParam.cxx 20 Boolean Parser::parseParam(const AllowedParams &allow,
25 Token token = getToken(allow.mainMode());
33 AllowedParamsMessageArg(allow, syntaxPointer()));
52 if (!allow.dso()) {
53 paramInvalidToken(tokenDso, allow);
63 switch (allow.group()) {
65 paramInvalidToken(tokenGrpo, allow);
87 parm.type = allow.group();
91 parm.type = allow.literal();
93 switch (allow.literal())
    [all...]
Param.cxx 30 allow(p1);
31 allow(p2);
32 allow(p3);
33 allow(p4);
34 allow(p5);
35 allow(p6);
36 allow(p7);
37 allow(p8);
38 allow(p9);
39 allow(p10)
68 void AllowedParams::allow(Param::Type p) function in class:SP_NAMESPACE::AllowedParams
    [all...]
Group.h 59 void allow(GroupToken::Type);
84 void allow(GroupConnector::Type);
90 AllowedGroupTokensMessageArg(const AllowedGroupTokens &allow,
101 AllowedGroupConnectorsMessageArg(const AllowedGroupConnectors &allow,
141 void AllowedGroupTokens::allow(GroupToken::Type t) function in class:SP_NAMESPACE::AllowedGroupTokens
154 void AllowedGroupConnectors::allow(GroupConnector::Type c) function in class:SP_NAMESPACE::AllowedGroupConnectors
Param.h 102 void allow(Param::Type);
129 AllowedParamsMessageArg(const AllowedParams &allow,
  /onnv/onnv-gate/usr/src/lib/pam_modules/list/
list.c 49 string_mode_type(pam_list_mode_t op_mode, boolean_t allow)
52 (allow ? "allow" : "deny"));
79 boolean_t allow = B_FALSE; local
107 string_mode_type(op_mode, allow));
110 } else if (strncasecmp(argv[i], "allow=",
111 sizeof ("allow=") - 1) == 0) {
114 sizeof ("allow=") - 1;
115 allow = B_TRUE;
119 log_illegal_combination("allow",
    [all...]
  /onnv/onnv-gate/usr/src/lib/pam_modules/allow/
Makefile 31 POFILE= allow.po
32 MSGFILES= allow.c
Makefile.com 30 OBJECTS= allow.o
  /onnv/onnv-gate/usr/src/lib/udapl/udapl_tavor/include/
dapl_rmr_util.h 59 IN DAT_COMPLETION_FLAGS allow,
  /onnv/onnv-gate/usr/src/cmd/cron/
permit.c 72 allowed(user, allow, deny)
73 char *user, *allow, *deny;
75 if (exists(allow)) {
76 if (within(user, allow)) {
  /onnv/onnv-gate/usr/src/lib/pam_modules/
Makefile 31 allow \
  /onnv/onnv-gate/usr/src/lib/udapl/udapl_tavor/common/
dapl_rmr_util.c 92 IN DAT_COMPLETION_FLAGS allow,
95 if ((mask & request) && !(mask & allow)) {
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
FindBin.pm 23 Locates the full path to the script bin directory to allow the use
27 directories E<lt>rootE<gt>/bin and E<lt>rootE<gt>/lib and then the above example will allow
if.pm 44 The current implementation does not allow specification of the
  /onnv/onnv-gate/usr/src/lib/pyzfs/
Makefile.com 31 allow.py unallow.py \
  /onnv/onnv-gate/usr/src/common/mpi/
THIRDPARTYLICENSE 28 * of those above. If you wish to allow use of your version of this file only
29 * under the terms of either the GPL or the LGPL, and not to allow others to
66 * of those above. If you wish to allow use of your version of this file only
67 * under the terms of either the GPL or the LGPL, and not to allow others to
103 * of those above. If you wish to allow use of your version of this file only
104 * under the terms of either the GPL or the LGPL, and not to allow others to
140 * of those above. If you wish to allow use of your version of this file only
141 * under the terms of either the GPL or the LGPL, and not to allow others to
178 * of those above. If you wish to allow use of your version of this file only
179 * under the terms of either the GPL or the LGPL, and not to allow others t
    [all...]
  /onnv/onnv-gate/usr/src/tools/ndrgen/
ndr_anal.c 343 int allow; local
363 allow = ALLOW_NO_SWITCH;
367 allow); /* see above */
386 int allow; local
410 allow = ALLOW_VARSIZE;
412 allow = 0;
414 analyze_member(mem_np, mem, &offset, allow);
503 unsigned long *offsetp, int allow)
633 if (allow & ALLOW_CASE) {
670 * Allow
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
priv_defs 57 Allow a process to access per-CPU hardware performance counters.
91 bits or ACL do not allow the process execute permission.
96 bits or ACL do not allow the process read permission.
101 ACL do not allow the process search permission.
106 bits or ACL do not allow the process write permission.
176 permission bits do not allow the process read permission.
178 permission bits do not allow the process read permission.
184 permission bits do not allow the process write permission.
186 permission bits do not allow the process write permission.
201 Allow a process to bind to a port that is configured as
    [all...]
  /onnv/onnv-gate/usr/src/cmd/itutools/
mkbootmedia.ksh 185 -allow-leading-dots \
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
cflags.SH 76 : allow variables like str_cflags to be evaluated
  /onnv/onnv-gate/usr/src/lib/fm/libdiagcode/common/tests/
README 39 Since DIAGCODE dictionaries allow comments with the '#' character,
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWtcpd/
prototype_com 42 f none usr/share/man/man4/hosts.allow.4 444 root bin

Completed in 5878 milliseconds

1 2 3 4