Searched refs:sec_index (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_reloc_stream.c195 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 Dpro_reloc_symbolic.c167 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 Dpro_opaque.h241 int sec_index,
248 int sec_index, Dwarf_Unsigned offset,/* r_offset */
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c2046 * 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 Dnfs_server.c2670 if ((sec->sec_index = (uint_t)(*p)) > 0) {
2678 "violating WebNFS SNEGO protocol.", sec->sec_index);
H A Dnfs_srv.c441 sec.sec_index);
H A Dnfs3_srv.c508 error = makefh3_ol(&resp->resok.object, exi, sec.sec_index);
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h102 uint_t sec_index; /* index into sec flavor array */ member in struct:sec_ol

Completed in 88 milliseconds