Searched refs:sec_index (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/tools/ctf/dwarf/common/ |
H A D | pro_reloc_stream.c | 195 int sec_index = 0; local 219 sec_index = prb->pr_sect_num_of_reloc_sect; 220 if (sec_index == 0) { 262 sec_index = rel_section_index; 264 GET_CHUNK(dbg, sec_index, data, total_size, &err);
|
H A D | pro_reloc_symbolic.c | 167 int sec_index = 0; local 187 sec_index = p_reloc->pr_sect_num_of_reloc_sect; 188 if (sec_index == 0) { 233 sec_index = rel_section_index;
|
H A D | pro_opaque.h | 241 int sec_index, 248 int sec_index, Dwarf_Unsigned offset,/* r_offset */
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_export.c | 2046 * sec_index should always be in the inclusive range: [1 - ex_seccnt], 2059 makefh_ol(fhandle_t *fh, exportinfo_t *exi, uint_t sec_index) argument 2065 if (fh == NULL || exi == NULL || sec_index < 1) 2075 if (sec_index > seccnt) 2079 totalcnt = seccnt - sec_index + 1; 2099 secidx = sec_index - 1; 2161 makefh3_ol(nfs_fh3 *fh, struct exportinfo *exi, uint_t sec_index) argument 2167 if (fh == NULL || exi == NULL || sec_index < 1) 2178 if (sec_index > seccnt) 2182 totalcnt = seccnt - sec_index [all...] |
H A D | nfs_server.c | 2670 if ((sec->sec_index = (uint_t)(*p)) > 0) { 2678 "violating WebNFS SNEGO protocol.", sec->sec_index);
|
H A D | nfs_srv.c | 441 sec.sec_index);
|
H A D | nfs3_srv.c | 508 error = makefh3_ol(&resp->resok.object, exi, sec.sec_index);
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | export.h | 102 uint_t sec_index; /* index into sec flavor array */ member in struct:sec_ol
|
Completed in 137 milliseconds