Searched refs:genp (Results 1 – 5 of 5) sorted by relevance
| /onnv-gate/usr/src/lib/libtnf/ |
| H A D | reader.c | 42 caddr_t p, genp, bvp; in tnf_reader_begin() local 149 genp = _tnf_get_slot_named(tnf, bhdr, TNF_N_GENERATION); in tnf_reader_begin() 150 tnf->block_generation_offset = genp - (caddr_t)bhdr; in tnf_reader_begin()
|
| /onnv-gate/usr/src/cmd/fs.d/nfs/nfsmapid/ |
| H A D | nfsmapid_server.c | 1021 uint_t *genp; in xdr_knetconfig() local 1023 for (i = 0, genp = objp->knc_unused; in xdr_knetconfig() 1026 IXDR_PUT_U_INT32(buf, *genp++); in xdr_knetconfig() 1028 IXDR_PUT_U_LONG(buf, *genp++); in xdr_knetconfig() 1040 uint_t *genp; in xdr_knetconfig() local 1042 for (i = 0, genp = objp->knc_unused; in xdr_knetconfig() 1045 *genp++ = IXDR_GET_U_INT32(buf); in xdr_knetconfig() 1047 *genp++ = IXDR_GET_U_LONG(buf); in xdr_knetconfig()
|
| /onnv-gate/usr/src/uts/common/os/ |
| H A D | evchannels.c | 1585 evch_chgetpropnvl(evch_bind_t *bp, nvlist_t **nvlp, int64_t *genp) in evch_chgetpropnvl() argument 1597 if (genp) in evch_chgetpropnvl() 1598 *genp = chp->ch_propnvlgen; in evch_chgetpropnvl() 2343 evch_usrgetpropnvl(evchan_t *bp, nvlist_t **nvlp, int64_t *genp) in evch_usrgetpropnvl() argument 2345 return (evch_chgetpropnvl((evch_bind_t *)bp, nvlp, genp)); in evch_usrgetpropnvl()
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | sysevent_impl.h | 432 extern int evch_usrgetpropnvl(evchan_t *bp, nvlist_t **nvlp, int64_t *genp);
|
| /onnv-gate/usr/src/uts/common/fs/nfs/ |
| H A D | nfs4_xdr.c | 255 uint_t *genp; in xdr_knetconfig() local 257 for (i = 0, genp = objp->knc_unused; in xdr_knetconfig() 260 IXDR_PUT_U_INT32(buf, *genp++); in xdr_knetconfig() 262 IXDR_PUT_U_LONG(buf, *genp++); in xdr_knetconfig() 274 uint_t *genp; in xdr_knetconfig() local 276 for (i = 0, genp = objp->knc_unused; in xdr_knetconfig() 279 *genp++ = IXDR_GET_U_INT32(buf); in xdr_knetconfig() 281 *genp++ = IXDR_GET_U_LONG(buf); in xdr_knetconfig()
|