Searched refs:access (Results 251 - 275 of 409) sorted by relevance

<<11121314151617

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_ofile.c141 * Rules of access to a ofile structure:
1001 * This function will check to see if the access requested is granted.
1005 smb_ofile_access(smb_ofile_t *of, cred_t *cr, uint32_t access) argument
1015 if (~(of->f_granted_access) & access) {
1017 (access & ACCESS_SYSTEM_SECURITY)) {
1029 * Check if ofile was opened with share access NONE (0).
1030 * Returns: B_TRUE - share access non-zero
1031 * B_FALSE - share access NONE
1066 * Check requested share access against the
1067 * open granted (desired) access
[all...]
H A Dsmb_common_transact.c761 char *comment, uint16_t access, char *path, char *password)
769 access,
968 uint16_t level, max_bytes, access; local
987 access = SHARE_ACCESS_ALL;
1005 si->shr_oemname, si->shr_type, si->shr_cmnt, access,
759 smb_encode_SHARE_INFO_2(struct mbuf_chain *output, struct mbuf_chain *text, smb_request_t *sr, char *oem_name, uint16_t type, char *comment, uint16_t access, char *path, char *password) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c1091 if (access(local, W_OK) < 0) {
1104 d = access("/", W_OK);
1106 d = access(dir ? local : ".", W_OK);
2205 d = access(cp ? local : ".", 2);
2230 if ((d = access(new, 0)) < 0)
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c629 if (access(HUSHLOGIN, F_OK) != 0) {
1920 * Initialize the supplementary group access list.
2274 if (access(SHELL, X_OK) == 0)
2496 if (access(pwd->pw_shell, R_OK|X_OK) == 0) {
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c61 int access(char *, int);
476 /* 33 */ SYSENT_CI("access", access, 2),
855 /* 33 */ SYSENT_CI("access", access, 2),
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c80 if (access(_libctf_zlib, R_OK) == -1)
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_exec.c173 if (access(a_cmd, F_OK|X_OK) != 0) {
/illumos-gate/usr/src/cmd/who/
H A Dwho.c842 * The only real way we can be sure we can access the
845 if (access(name, R_OK) < 0) {
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_svc.c146 if (!broadcast && access(servers, R_OK) != 0) {
/illumos-gate/usr/src/cmd/eject/
H A Deject.c258 if (access(name, R_OK) != 0) {
/illumos-gate/usr/src/cmd/format/
H A Dmenu_defect.c643 status = access(filename, 4);
/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c347 * Open file (do this before checking access so that we can
477 if (access(fname, X_OK) != 0) {
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioFile.cc60 // Initialize default access mode, used when a filename is supplied
80 const FileAccess acc): // access mode
106 (access(path, W_OK) < 0)) {
350 // set default access method
367 // set VM access hint for mmapped files
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x105 NFS4ERR_ACCESS = 13, /* access denied */
605 uint32_t access;
610 uint32_t access;
/illumos-gate/usr/src/head/
H A Dunistd.h48 /* Symbolic constants for the "access" routine: */
239 extern int access(const char *, int);
/illumos-gate/usr/src/cmd/newtask/
H A Dnewtask.c198 if (access(SHELL, X_OK) == 0)
781 * to access the project table, so only do that if the caller
/illumos-gate/usr/src/lib/passwdutil/
H A Dfiles_attr.c982 if (unlink(OSHADOW) && access(OSHADOW, 0) == 0) {
1062 if (unlink(OPASSWD) && access(OPASSWD, 0) == 0) {
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile148 access.o chdir.o chmod.o chown.o chroot.o \
159 access.o chdir.o chmod.o chown.o chroot.o \
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_config.c721 if ((access(sd->sd_name, F_OK) == -1) && (errno == ENOENT))
823 if ((access(sd->sd_name, F_OK) == -1) && (errno == ENOENT))
/illumos-gate/usr/src/cmd/saf/
H A Dsacadm.c481 if (access(fname, 0) == 0) {
593 if (access(command, 0) == 0) {
1049 * lock pipe to insure serial access, lock will disappear if process dies
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmain.c105 #define ERR_WHATVFS "unable to determine or access output filesystem for " \
213 /* tell spmi zones interface how to access package output functions */
334 if (access("prototype", 0) == 0)
336 else if (access("Prototype", 0) == 0)
/illumos-gate/usr/src/cmd/svr4pkg/pkgserv/
H A Dpkgserv.c223 access(sadmdir, X_OK) != 0)
248 access(root, X_OK) != 0)
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c208 if (reffile[0] != '/' && access(".", WRITE) != 0) {
212 if (isuptodate == NO || access(reffile, READ) != 0) {
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_rpc_svc.c103 dst->access = src->access;
/illumos-gate/usr/src/cmd/man/
H A Dman.c444 if (access(q[0], R_OK | X_OK) == 0) {
1178 if (!access(fullpath, R_OK | X_OK)) {

Completed in 2448 milliseconds

<<11121314151617