Lines Matching refs:in

6  * (the "License").  You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
55 * 'path/subdir/name' in 'map' given 'opts' options.
59 in map : autofs_pathname; /* context or map name */
60 in path : autofs_pathname; /* mountpoint */
61 in name : autofs_component; /* entry we're looking for */
62 in subdir : autofs_pathname; /* subdir within map */
63 in opts : autofs_opts;
64 in isdirect : boolean_t; /* direct mountpoint? */
65 in issubtrigger : boolean_t; /* is this a subtrigger? */
66 in mntpnt_fsid : fsid_t; /* fsid of FS on which we're mounting */
67 in sendereuid : uint32_t; /* EUID of process sending request */
68 in auditsesid : int32_t; /* audit session id of the process sending request */
86 in mntpnt_fsid : fsid_t; /* mntpnt fsid */
87 in mntresource : autofs_pathname; /* mntpnt source */
88 in mntpnt : autofs_pathname; /* mntpnt to unmount */
89 in fstype : autofs_fstype; /* filesystem type to unmount */
90 in mntopts : autofs_opts; /* mntpnt options */
97 * Request list of entries in 'rda_map' map starting at the given
102 in rda_map : autofs_pathname;
103 in rda_offset : int64_t; /* starting offset */
104 in rda_count : uint32_t; /* total size requested */
106 out rddir_offset : int64_t; /* last offset in list */
107 out rddir_eof : boolean_t; /* TRUE if last entry in result */
115 * Request list of entries in 'rda_map' map entry 'rda_key' underneath
121 in rda_map : autofs_pathname;
122 in rda_name : autofs_component; /* entry we're looking for */
123 in rda_subdir : autofs_pathname; /* subdir within map */
124 in rda_mntopts : autofs_opts; /* mntpnt options */
125 in rda_parentino : uint32_t; /* (lower 32 bits of) parent inode number */
126 in rda_offset : int64_t; /* starting offset */
127 in rda_count : uint32_t; /* total size requested */
129 out rddir_offset : int64_t; /* last offset in list */
130 out rddir_eof : boolean_t; /* TRUE if last entry in result */
138 * Query automountd if 'subdir/name' exists in 'map'
142 in map : autofs_pathname; /* context or map name */
143 in path : autofs_pathname; /* mountpoint */
144 in name : autofs_component; /* entry we're looking for */
145 in subdir : autofs_pathname; /* subdir within map */
146 in opts : autofs_opts;
147 in isdirect : boolean_t; /* direct mountpoint? */
148 in sendereuid : uint32_t; /* EUID of process sending request */
162 in mntpt : autofs_pathname; /* top-level mount point */
163 in submntpt : autofs_pathname; /* submount point relative to mntpt */
164 in path : autofs_pathname; /* path mount argument */
165 in opts : autofs_opts; /* opts mount argument */
166 in map : autofs_pathname; /* map mount argument */
167 in subdir : autofs_pathname; /* subdir mount argument */
168 in key : autofs_pathname; /* key mount argument */
169 in flags : uint32_t; /* flags argument to mount() */
170 in mntflags : uint32_t; /* mntflags mount argument */
171 in direct : int32_t; /* direct mount argument */
185 in url : autofs_pathname; /* URL to mount */
186 in mountpoint : autofs_pathname; /* mountpoint */
187 in opts : autofs_opts; /* mount options; null string if none */
188 in mntpnt_fsid : fsid_t; /* fsid of FS on which we're mounting */
189 in sendereuid : uint32_t; /* EUID of process sending request */
190 in auditsesid : int32_t; /* audit session id of the process sending request */
200 * in as an argument.
204 in blob : byte_buffer, dealloc; /* opaque blob */
205 in asid : int32_t; /* Audit session id of caller */