Searched refs:access (Results 376 - 400 of 504) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpolicy.c1159 if (access(dbfilename, R_OK | W_OK))
1358 if (!access(dbfilename, R_OK)) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm37 croak("$pack: concurrent access not supported yet\n");
1020 # there might have been a write access by another process.
1262 # 2. To provide access for the test suite, which need to be sure
2133 Normally, the specified file will be opened for read and write access,
2173 # I have a lot of memory, so use a large cache to speed up access
2432 incompatible with concurrent access. A future version of this module will
2433 support a C<concurrent =E<gt> 1> option that enables safe concurrent access.
2436 =E<gt> 0> for safe concurrent access. This was mistaken. Tie::File
2437 will not support safe concurrent access before version 0.98.
2496 can access pe
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/rtw/
H A Drtw.c52 * PIO access attributes for registers
62 * DMA access attributes for descriptors and bufs: NOT to be byte swapped.
359 rtw_access_string(enum rtw_access access) argument
361 switch (access) {
479 rtw_set_access(struct rtw_regs *regs, enum rtw_access access) argument
481 rtw_set_access1(regs, access);
483 "%s: access %s -> %s\n", __func__,
485 rtw_access_string(access));
486 regs->r_access = access;
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c338 /* tell spmi zones interface how to access package output functions */
1128 if (access(respfile, F_OK) == 0) {
1133 } else if (access(respfile, F_OK) != 0) {
1380 if (access(path, F_OK) == 0) {
/opensolaris-onvv-gate/usr/src/cmd/truss/
H A Dmain.c1963 else if (access(path, F_OK) != 0) { /* file doesn't exist */
1984 if (access(dir, W_OK|X_OK) != 0) {
1993 } else if (access(path, W_OK) != 0) /* file not writeable */
/opensolaris-onvv-gate/usr/src/lib/libpicltree/
H A Dpicltree.c2190 * table and the node before calling the plug-in provided access function
2267 * before calling the plug-in provided access function
2322 * are released before calling the plug-in provided access function.
3430 if (access(pname, R_OK) == 0)
3436 if (access(pname, R_OK) == 0)
3441 if (access(pname, R_OK) == 0)
/opensolaris-onvv-gate/usr/src/uts/common/io/vr/
H A Dvr.c289 static int vr_update_kstats(kstat_t *ksp, int access);
568 * Get the reg property which describes the various access methods.
578 * Setup access to all available sets.
672 * access in it's BAR's. However, my VT6102 on a EPIA CL board doesn't
702 * Free the register access handles.
2902 * interrupt. Polling process must be disabled in order to access PHY registers
3124 vr_update_kstats(kstat_t *ksp, int access) argument
3132 if (access != KSTAT_READ)
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
H A DResourceBundle.properties551 unconfigure_bootp=Are you sure it is OK to unconfigure the BOOTP relay service? This may cause clients to be unable to access the network.
/opensolaris-onvv-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_services.c1084 if (access(file_name, W_OK) == -1) {
1752 if (access(file_name, W_OK) == -1) {
1768 com_err(me, errno, gettext("Unable to access the file %s"), file_name);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL833 True if last-access time of file matches N (measured in days) (see
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c578 * when we get an RMC faulty event. We cannot access the
1028 if (access(pname, R_OK) == 0) {
1038 if (access(pname, R_OK) == 0) {
/opensolaris-onvv-gate/usr/src/cmd/savecore/
H A Dsavecore.c1891 if (interactive && filebounds >= 0 && access(corefile, F_OK)
1907 if (access(METRICSFILE, F_OK) == 0) {
/opensolaris-onvv-gate/usr/src/lib/libnwam/
H A DREADME69 data associated with known WiFi access points that the user visits. If
/opensolaris-onvv-gate/usr/src/lib/libsecdb/
H A Dprof_attr.txt65 Network Observability:::Allow access to observability devices:privs=net_observability;help=RtNetObservability.html
/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServer_en.properties190 ssf_ill_ex = Illegal access exception instantiating service store class ``{0}'''': {1}
/opensolaris-onvv-gate/usr/src/uts/common/io/e1000g/
H A DREADME744 6909134 e1000g doesn't use ddi_get/ddi_put to access its IO space
/opensolaris-onvv-gate/usr/src/uts/common/nfs/
H A Dnfs.h231 * running on a 64-bit kernel will not be able to access files with
503 struct nfs2_timeval na_atime; /* time of last access */
566 struct nfs2_timeval sa_atime; /* time of last access */
1363 uint32 access; member in struct:ACCESS3args
1375 uint32 access; member in struct:ACCESS3resok
/opensolaris-onvv-gate/usr/src/cmd/avs/sv/
H A Dsvadm.c69 * libcfg access.
115 error(NULL, gettext("unable to access the configuration"));
678 warn(NULL, gettext("unable to access %s: %s"),
816 if (access(conf_file, R_OK) != 0 ||
/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Duucico.c177 " access spool directory %s\n"),
961 if (versys(Rmtname) && (access(NOSTRANGERS, 1) == 0)) {
/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dmodify.c576 /* Check the access permission of the policy DB */
577 if (access(filename, W_OK) < 0) {
580 gettext("Cannot access \"%s\" for modify - %s\n"),
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rarpd.c825 * Try a quick access() first.
827 if (access(path, 0) == 0)
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c391 if (access(names, F_OK) == 0) {
H A Dsnoop_nfs4.c54 * here. We need to rethink how we're going to structure XDR access. Do
75 * This data structure provides a more convenient way to access an
1187 * given OPEN share access bitmask.
1409 sum_access4(buf, buflen, args->access);
1417 detail_access4("Access bits", args->access);
1582 * name openhow seqid claim access deny owner
2463 sum_access4(bp, blen, res->ACCESS4res_u.resok4.access);
2477 res->ACCESS4res_u.resok4.access);
3222 * Fill in a summary string for the given access bitmask.
3247 * Print detail information about the given access bitmas
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd.c487 if (access(file, F_OK) == 0)
H A Dfmd_rpc_adm.c234 if (access(path, F_OK) != 0) {

Completed in 201 milliseconds

<<11121314151617181920>>