Searched refs:ipt (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_export.c | 2319 int totalcnt, i, *ipt, cnt, seccnt, secidx, fh_max_cnt; in makefh_ol() local 2355 ipt = (int *)(c + sizeof (int32_t)); in makefh_ol() 2358 ipt[i] = htonl(sec[i + secidx].s_secinfo.sc_nfsnum); in makefh_ol() 2421 int totalcnt, cnt, *ipt, i, seccnt, fh_max_cnt, secidx; in makefh3_ol() local 2460 ipt = (int *)(c + sizeof (int32_t)); in makefh3_ol() 2462 ipt[i] = htonl(sec[i + secidx].s_secinfo.sc_nfsnum); in makefh3_ol()
|