Searched refs:access (Results 76 - 100 of 504) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_acl_xdr.c332 if (!xdr_uint32(xdrs, &objp->access))
352 objp->access = ntohl(objp->access);
366 if (!xdr_uint32(xdrs, &objp->access))
377 objp->access = ntohl(objp->access);
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/agent/
H A DMakefile.com30 SRCOBJS = node.o access.o agent.o snmpd.o pagent.o subtree.o reg_subtree.o
/opensolaris-onvv-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dports.c196 if ((device == NULL) || (access(device, F_OK) < 0))
205 * just because we can't get read access.
209 if (access(device, R_OK) == 0)
/opensolaris-onvv-gate/usr/src/cmd/mdb/
H A DREADME34 situations where developers can only access post-mortem information.
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_shell.c88 if (access(mdb.m_shell, X_OK) == -1)
89 yyperror("cannot access %s", mdb.m_shell);
171 if (access(mdb.m_shell, X_OK) == -1)
172 yyperror("cannot access %s", mdb.m_shell);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMakefile.PL62 print "Perl's config says that U32 access must ";
69 print "Assumes that $^O implies free alignment for U32 access.\n";
83 /* to access it through a U32 pointer at every offset. The */
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm112 To access this functionality without the core overrides,
113 pass the C<use> an empty import list, and then access
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dprotoent.pm83 To access this functionality without the core overrides,
84 pass the C<use> an empty import list, and then access
H A Dservent.pm85 To access this functionality without the core overrides,
86 pass the C<use> an empty import list, and then access
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dgmtime.pm77 To access this functionality without the core overrides,
78 pass the C<use> an empty import list, and then access
H A Dlocaltime.pm73 To access this functionality without the core overrides,
74 pass the C<use> an empty import list, and then access
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dgrent.pm82 To access this functionality without the core overrides,
83 pass the C<use> an empty import list, and then access
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DREADME42 This module provided access to the Solaris locality group library
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DREADME15 This module provided access to the Solaris Task subsystem, which is part of
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvsetup.c301 add_regular_prop(picl_nodehdl_t nodeh, char *name, int type, int access, argument
309 type, access, size, name, NULL, NULL);
324 add_volatile_prop(picl_nodehdl_t nodeh, char *name, int type, int access, argument
333 type, (access|PICL_VOLATILE), size, name, rdfunc, wrfunc);
816 if (access(pname, R_OK) == 0) {
895 if (access(pname, R_OK) == 0) {
904 if (access(pname, R_OK) == 0) {
913 if (access(pname, R_OK) == 0) {
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvsetup.c311 add_regular_prop(picl_nodehdl_t nodeh, char *name, int type, int access, argument
319 type, access, size, name, NULL, NULL);
334 add_volatile_prop(picl_nodehdl_t nodeh, char *name, int type, int access, argument
343 type, (access|PICL_VOLATILE), size, name, rdfunc, wrfunc);
816 if (access(pname, R_OK) == 0) {
891 if (access(pname, R_OK) == 0) {
900 if (access(pname, R_OK) == 0) {
909 if (access(pname, R_OK) == 0) {
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvsetup.c243 add_regular_prop(picl_nodehdl_t nodeh, char *name, int type, int access, argument
251 type, access, size, name, NULL, NULL);
266 add_volatile_prop(picl_nodehdl_t nodeh, char *name, int type, int access, argument
275 type, (access|PICL_VOLATILE), size, name, rdfunc, wrfunc);
599 if (access(pname, R_OK) == 0) {
674 if (access(pname, R_OK) == 0) {
683 if (access(pname, R_OK) == 0) {
692 if (access(pname, R_OK) == 0) {
/opensolaris-onvv-gate/usr/src/cmd/ttymon/
H A Dtmutil.c70 if (access(device, 0) == 0) {
110 if (access(tp, 0) == 0) {
/opensolaris-onvv-gate/usr/src/lib/libast/common/comp/
H A Dopen.c68 if ((op & O_EXCL) && !access(path, F_OK))
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dexportent.c58 if (access(TABFILE, F_OK) < 0) {
62 if (access(TABFILE, W_OK) == 0) {
/opensolaris-onvv-gate/usr/src/lib/libbsm/
H A Daudit_class.txt45 0x00000004:fa:file attribute access
/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Ddelete.c110 /* Check the access permission of the policy DB */
111 if (access(filename, W_OK) < 0) {
114 gettext("Cannot access \"%s\" for delete - %s\n"),
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpassprompt.c34 if (promptprog[0] == 0 || access(promptprog, X_OK) < 0)
/opensolaris-onvv-gate/usr/src/cmd/devmgmt/cmds/
H A Dputdev.c320 if (access(p, R_OK) == 0)
421 if (access(p, R_OK) == 0)
516 if (access(p, R_OK) == 0)
598 if (access(p, R_OK) == 0)
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_ecache.c38 * for driver access - we have to hunt around for one. Furthermore, the minor
112 if (access(dir, R_OK) != 0)

Completed in 281 milliseconds

1234567891011>>