Searched refs:sendereuid (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/autofs-234/automountd/
H A Dautod_lookup.c49 boolean_t isdirect, uid_t sendereuid, int *node_type)
71 if (*key == '=' && sendereuid == 0) {
47 do_lookup1(const autofs_pathname mapname, const char *key, const autofs_pathname subdir, const autofs_opts mapopts, boolean_t isdirect, uid_t sendereuid, int *node_type) argument
H A Dautod_main.c745 uint32_t sendereuid, int *err, int *node_type, boolean_t *lu_verbose,
790 key, subdir, map, opts, path, isdirect, sendereuid);
793 *err = do_lookup1(map, key, subdir, opts, isdirect, sendereuid,
810 boolean_t issubtrigger, fsid_t mntpnt_fsid, uint32_t sendereuid,
865 issubtrigger, mntpnt_fsid, sendereuid, asid, fsidp,
1028 uint32_t sendereuid, int32_t asid, fsid_t *fsidp,
1054 TRUE, mntpnt_fsid, sendereuid, asid, fsidp, retflags);
742 autofs_lookup(__unused mach_port_t server, autofs_pathname map, autofs_pathname path, autofs_component name, mach_msg_type_number_t nameCnt, autofs_pathname subdir, autofs_opts opts, boolean_t isdirect, uint32_t sendereuid, int *err, int *node_type, boolean_t *lu_verbose, security_token_t token) argument
807 autofs_mount(__unused mach_port_t server, autofs_pathname map, autofs_pathname path, autofs_component name, mach_msg_type_number_t nameCnt, autofs_pathname subdir, autofs_opts opts, boolean_t isdirect, boolean_t issubtrigger, fsid_t mntpnt_fsid, uint32_t sendereuid, int32_t asid, int *mr_type, fsid_t *fsidp, uint32_t *retflags, byte_buffer *actions, mach_msg_type_number_t *actionsCnt, int *err, boolean_t *mr_verbose, security_token_t token) argument
1026 autofs_mount_url(__unused mach_port_t server, autofs_pathname url, autofs_pathname mountpoint, autofs_opts opts, fsid_t mntpnt_fsid, uint32_t sendereuid, int32_t asid, fsid_t *fsidp, uint32_t *retflags, int *err, security_token_t token) argument
H A Dautod_mount.c118 fsid_t mntpnt_fsid, uid_t sendereuid, au_asid_t asid, fsid_t *fsidp,
310 mntpnt_fsid, sendereuid, asid,
401 uid_t sendereuid, au_asid_t asid, fsid_t *fsidp,
638 res = fork_exec(fstype, newargv, sendereuid, asid);
743 fork_exec(char *fstype, char **newargv, uid_t sendereuid, au_asid_t asid) argument
836 if (setuid(sendereuid) == -1) {
115 do_mount1(const autofs_pathname mapname, const char *key, const autofs_pathname subdir, const autofs_opts mapopts, const autofs_pathname path, boolean_t isdirect, boolean_t issubtrigger, fsid_t mntpnt_fsid, uid_t sendereuid, au_asid_t asid, fsid_t *fsidp, uint32_t *retflags, byte_buffer *actions, mach_msg_type_number_t *actionsCnt) argument
399 mount_generic(char *special, char *fstype, char *opts, int nfsvers, char *mntpnt, boolean_t isdirect, boolean_t usenetauth, fsid_t mntpnt_fsid, uid_t sendereuid, au_asid_t asid, fsid_t *fsidp, uint32_t *retflags) argument
/macosx-10.9.5/autofs-234/mig/
H A Dautofs_prot.defs67 in sendereuid : uint32_t; /* EUID of process sending request */
148 in sendereuid : uint32_t; /* EUID of process sending request */
189 in sendereuid : uint32_t; /* EUID of process sending request */

Completed in 68 milliseconds