Searched defs:sec_index (Results 1 - 4 of 4) 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;
/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...]
/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 100 milliseconds