Searched refs:access (Results 451 - 475 of 504) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL539 -m, --gen-tied-var Generate tied variables for access to declared
1394 int dummy; /* you can access this elsewhere as MY_CXT.dummy */
/opensolaris-onvv-gate/usr/src/lib/libast/common/misc/
H A Dmagic.c1061 if ((st->st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) || match(s, "/*bin*/*") || !access(s, F_OK))
/opensolaris-onvv-gate/usr/src/lib/libc/amd64/
H A DMakefile775 access.o \
/opensolaris-onvv-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c942 /* Don't pass any arguments to access() */
950 if ((access(bufp, F_OK) == -1) && (errno == ENOENT))
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_readdir.c493 cs->access & CS_ACCESS_LIMITED;
H A Dnfs_subr.c79 * The hash queues for the access to active and cached rnodes
81 * for each hash bucket is used to control access and to synchronize
187 kstat_named_t access; /* size of access cache */ member in struct:clstat_debug
198 { "access", KSTAT_DATA_UINT64 },
2232 * Free the access cache entries.
3230 clstat_debug.access.value.ui64++;
3281 clstat_debug.access.value.ui64--;
3470 * Allocate and initialize the access cache
3474 * Initial guess is one access cach
[all...]
H A Dnfs3_vnops.c900 * In the event that we got an access error while
1430 * Purge the access cache and ACL cache if changing either the
1432 * change the access permissions of the file, so purge old
1462 * This way, if we access it, then we bring it
1561 args.access = ACCESS3_READ | ACCESS3_DELETE | ACCESS3_MODIFY |
1564 args.access = ACCESS3_READ | ACCESS3_MODIFY | ACCESS3_EXTEND |
1625 nfs_access_cache(rp, args.access, res.resok.access, cred);
1634 if ((acc & res.resok.access) != acc) {
2008 * or perform any access check
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h200 kstat_named_t access; /* size of access cache */ member in struct:clstat4_debug
397 {TAG_ACCESS, "access", \
1272 * We can then access that nfs4_server_t and its 's_deleg_list' (its list of
1420 * net_tree_lock controls access to net_root. Access needs to first be
1423 * net_cnt_lock controls access to net_refcnt and net_status. It must only be
1445 * Note that the overall locking scheme for the nodes is to control access
1634 * os_dc_openacc are open access bits which have been granted to the
1642 * 'os_mmap_read/write' keep track of the read and write access our memory
1644 * access bit
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParser.pm162 Normally (by default) B<Pod::Parser> will only provide access to
377 Please see L<Pod::InputObjects> for details if you need to access this
1237 Clients of B<Pod::Parser> should use the following methods to access
/opensolaris-onvv-gate/usr/src/cmd/svc/startd/
H A Dgraph.c189 * access to stn_global
3622 if (access("/usr/lib/acct/closewtmp", X_OK) == 0)
3630 if (getzoneid() == 0 && access("/usr/sbin/bootadm", X_OK) == 0)
3681 if (access("/usr/sbin/lockfs", X_OK) == 0)
/opensolaris-onvv-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c2000 if (access(UTMPX_FILE, R_OK) != 0 || stat(UTMPX_FILE, &statbuf) != 0) {
2880 if (access("/usr/ccs/bin/m4", X_OK) < 0) {
2883 DPRINT2(1, "checkm4(%u): /usr/ccs/bin/m4 - access "
3238 if (access(ConfFile, R_OK) == -1) {
4170 * Since the access to MB_CUR_MAX is expensive (because
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm485 values %{ $META->{readwrite}{$class} }; # unsafe meta access, ok
679 exists $META->{readwrite}{$class}{$id}; # unsafe meta access, ok
685 delete $META->{readonly}{$class}{$id}; # unsafe meta access, ok
686 delete $META->{readwrite}{$class}{$id}; # unsafe meta access, ok
732 exists $CPAN::META->{dontload_hash}{$mod} # unsafe meta access, ok
736 $CPAN::META->{dontload_hash}{$mod}||=1; # unsafe meta access, ok
788 # unsafe meta access, ok?
2799 $CPAN::Frontend->myprint("Can't access URL $url.\n\n");
3424 $cache->{$k} = $CPAN::META->{readonly}{$k}; # unsafe meta access, ok
3468 $CPAN::META->{readonly}{$class} = $v; # unsafe meta access, o
[all...]
H A Dperl5db.pl151 a C program (like the interpreter) to check a bit in a scalar than to access
1167 We set up the command to be used to access the man pages, the command
1814 debugger's context, so it has access to all of the debugger's internal
6776 B<f> I</home/me/foo.pl> and B<f> I<oo\\.> may access the same file.
6778 B<f> I<(eval 7)> and B<f> I<eval 7\\b> access the body of the 7th eval
6962 B<f> I</home/me/foo.pl> and B<f> I<oo\\.> may access the same file.
6964 B<f> I<(eval 7)> and B<f> I<eval 7\\b> access the body of the 7th eval
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/
H A Dvds.c245 /* Message for disk access rights reset failure */
247 "Fail to reset disk access rights for disk %s"
281 #define VD_OPT_EXCLUSIVE 0x4 /* exclusive access */
587 * fails to reset disk exclusive access when a LDC channel is reset. When a
589 * access by releasing any SCSI-2 reservation or resetting the disk. If these
768 * handle any I/O as a raw disk access so that we can have access to the
772 /* raw disk access */
830 * s0 instead s2) the system can try to access slices that
1228 * EIO - I/O error while trying to access th
3872 uint64_t access; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh60 printf "$(gettext "Could not access/execute %s").\n" $bin >&2
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Diperlsys.h726 #define PerlLIO_access(file, mode) access((file), (mode))
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DFind.pm381 C<SetFileInfo(CREATOR, TYPE, FILES)> offer access to these attributes
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm1142 you can access the underlying Test::Builder object like so:
/opensolaris-onvv-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.c474 * run. This allows commands to run with access privileges
600 if ((i = access(path, X_OK)) == -1) {
/opensolaris-onvv-gate/usr/src/lib/libshell/common/sh/
H A Dpath.c91 /* system call so we can save us to call access(2) first */
1059 if(r && access(path,X_OK))
/opensolaris-onvv-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c67 /* we also need io.h for access() prototype */
1469 if (access(keytab, R_OK) != 0) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dxsubpp17 necessary to let Perl access those functions. The compiler uses typemaps to
/opensolaris-onvv-gate/usr/src/cmd/sgs/packages/common/
H A DSUNWonld-README38 OSNET consolidation. The intent of this package is to provide access
299 xxxxxxx enable LD_ALTEXEC to access alternate link-editor
1358 6523787 dlopen() handle gets mistakenly orphaned - results in access to freed
/opensolaris-onvv-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c177 * group. Also, a flag to keep the access once it has
183 int access; member in struct:mpg_mfile
928 if ((force == 0) && (access(repfile, R_OK) != 0)) {
933 warn(gettext("Cannot access \"%s\": %s\n"),
1577 * EACCES - backend denied access
2412 * EACCES - could not create property group (backend access denied)
2413 * - could not delete property group (backend access denied)
2712 * EACCES - could not create property group (backend access denied)
2777 * EACCES - could not create property group (backend access denied)
3105 * EACCES - couldn't modify pg (backend access denie
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1865 access;

Completed in 284 milliseconds

<<11121314151617181920>>