Searched refs:allow (Results 1 - 25 of 69) sorted by relevance

123

/osnet-11/usr/src/lib/pyzfs/common/
H A Dhelp.py25 import zfs.allow namespace
29 zfs.allow.print_perms()
H A Dunallow.py25 import zfs.allow namespace
27 do_unallow = zfs.allow.do_allow
/osnet-11/usr/src/lib/pam_modules/list/
H A Dlist.c50 string_mode_type(pam_list_mode_t op_mode, boolean_t allow) argument
53 (allow ? "allow" : "deny"));
99 boolean_t allow = B_FALSE; local
133 string_mode_type(op_mode, allow));
136 } else if (strncasecmp(argv[i], "allow=",
137 sizeof ("allow=") - 1) == 0) {
140 sizeof ("allow=") - 1;
141 allow = B_TRUE;
145 log_illegal_combination("allow",
[all...]
/osnet-11/usr/src/lib/pam_modules/allow/
H A DMakefile31 POFILE= allow.po
32 MSGFILES= allow.c
H A DMakefile.com30 OBJECTS= allow.o
/osnet-11/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_rmr_util.h59 IN DAT_COMPLETION_FLAGS allow,
/osnet-11/usr/src/lib/pam_modules/
H A DMakefile30 allow \
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_rmr_util.c92 IN DAT_COMPLETION_FLAGS allow,
95 if ((mask & request) && !(mask & allow)) {
91 dapl_rmr_validate_completion_flag(IN DAT_COMPLETION_FLAGS mask, IN DAT_COMPLETION_FLAGS allow, IN DAT_COMPLETION_FLAGS request) argument
/osnet-11/usr/src/lib/pyzfs/
H A DMakefile.com30 allow.py unallow.py help.py \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dif.pm44 The current implementation does not allow specification of the
H A DFindBin.pm23 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
H A Dutf8.pm47 The C<use utf8> pragma tells the Perl parser to allow UTF-8 in the
48 program text in the current lexical scope (allow UTF-EBCDIC on EBCDIC based
166 Main reason for this routine is to allow Perl's testsuite to check
H A DDigest.pm155 load the right module on first use. The second form allow you to use
214 The add_bits() method is an alternative to add() that allow partial
/osnet-11/usr/src/common/mpi/
H A DTHIRDPARTYLICENSE28 * 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 other
[all...]
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c745 char *allow = allowed_options[j]; local
746 int allow_len = strlen (allow);
748 if (strcmp (given, allow) == 0) {
752 if ((allow[allow_len - 1] == '=') &&
753 (strncmp (given, allow, allow_len) == 0) &&
759 if (strcmp (allow, "uid=") == 0) {
769 printf ("%s with uid %d\n", allow, uid);
776 } else if (strcmp(allow, "owner=") == 0) {
780 } else if (strcmp(allow, "group=") == 0) {
784 } else if (strcmp(allow, "mas
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dcflags.SH76 : allow variables like str_cflags to be evaluated
/osnet-11/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s34 / instead of those above. If you wish to allow use of your
36 / allow others to use your version of this file under the MPL,
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemset.s254 ! Adjust %o5 to allow zero offset, allowing immediate %asi value
278 ! Adjust %o5 to allow zero offset, allowing immediate %asi value
292 ! second 32 bytes marked LRU to allow L3 cache to replace it
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dupgrade.inc247 # The checks here are loosened a bit to allow BigInt or BigFloats to pass
H A Dbigintpm.inc653 # allow the check to pass for all Lite, and all MBI and subclasses
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSeekable.pm19 which allow seeking of the file descriptors.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DQuotedPrint.pm83 Perl v5.6 and better allow extended Unicode characters in strings.
/osnet-11/usr/src/cmd/parted/
H A Dparted.c310 prefer_snap (PedSector s, int what, PedGeometry* range, EMoves* allow, argument
319 if (!(*allow & (MOVE_UP | MOVE_DOWN))) {
324 if (*allow & MOVE_UP) {
329 *allow &= ~MOVE_UP;
332 if (*allow & MOVE_DOWN) {
337 *allow &= ~MOVE_DOWN;
341 if ((*allow & MOVE_UP) && (*allow & MOVE_DOWN)) {
350 } else if (*allow & MOVE_UP)
352 else if (*allow
[all...]
/osnet-11/usr/src/lib/libsec/common/
H A Dacl_lex.l420 <AS>allow/[:,\n] {
478 " it should be either allow or deny.\n"));
514 <AIS>allow/[:,\n] {
609 * allow/deny fields match on ":" as part
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dlibnetcfg.PL702 To allow Net::FTP to be tested I will need a hostname. This host
703 should allow anonymous access and have a /pub directory

Completed in 97 milliseconds

123