Searched refs:ipt (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_export.c | 2061 int totalcnt, i, *ipt, cnt, seccnt, secidx, fh_max_cnt; in makefh_ol() local 2097 ipt = (int *)(c + sizeof (int32_t)); in makefh_ol() 2100 ipt[i] = htonl(sec[i + secidx].s_secinfo.sc_nfsnum); in makefh_ol() 2163 int totalcnt, cnt, *ipt, i, seccnt, fh_max_cnt, secidx; in makefh3_ol() local 2202 ipt = (int *)(c + sizeof (int32_t)); in makefh3_ol() 2204 ipt[i] = htonl(sec[i + secidx].s_secinfo.sc_nfsnum); in makefh3_ol()
|