Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pud/ | |
pud.c | 68 nextreq(struct pud_dev *pd) function in typeref:typename:uint64_t 323 pdr->pdr_reqid = nextreq(pd); |
/src/usr.sbin/puffs/mount_psshfs/ | |
psshfs.h | 56 #define NEXTREQ(pctx) ((pctx->nextreq)++) 60 uint32_t reqid = NEXTREQ(pctx); \ 168 uint32_t nextreq; member in struct:psshfs_ctx |
/src/lib/librumpuser/ | |
rumpuser_sp.c | 276 nextreq(struct spclient *spc) function in typeref:typename:uint64_t 442 rhdr.rsp_reqno = nextreq(spc); |