Searched refs:genp (Results 1 – 5 of 5) sorted by relevance
/titanic_50/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()
|
/titanic_50/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()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | evchannels.c | 1583 evch_chgetpropnvl(evch_bind_t *bp, nvlist_t **nvlp, int64_t *genp) in evch_chgetpropnvl() argument 1595 if (genp) in evch_chgetpropnvl() 1596 *genp = chp->ch_propnvlgen; in evch_chgetpropnvl() 2341 evch_usrgetpropnvl(evchan_t *bp, nvlist_t **nvlp, int64_t *genp) in evch_usrgetpropnvl() argument 2343 return (evch_chgetpropnvl((evch_bind_t *)bp, nvlp, genp)); in evch_usrgetpropnvl()
|
/titanic_50/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);
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_xdr.c | 263 uint_t *genp; in xdr_knetconfig() local 265 for (i = 0, genp = objp->knc_unused; in xdr_knetconfig() 268 IXDR_PUT_U_INT32(buf, *genp++); in xdr_knetconfig() 270 IXDR_PUT_U_LONG(buf, *genp++); in xdr_knetconfig() 282 uint_t *genp; in xdr_knetconfig() local 284 for (i = 0, genp = objp->knc_unused; in xdr_knetconfig() 287 *genp++ = IXDR_GET_U_INT32(buf); in xdr_knetconfig() 289 *genp++ = IXDR_GET_U_LONG(buf); in xdr_knetconfig()
|