HomeSort by: relevance | last modified time | path
    Searched defs:nrp (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/kern/
kern_ras.c 114 struct ras *rp, *nrp; local in function:ras_fork
117 nrp = kmem_alloc(sizeof(*nrp), KM_SLEEP);
118 nrp->ras_startaddr = rp->ras_startaddr;
119 nrp->ras_endaddr = rp->ras_endaddr;
120 nrp->ras_next = p2->p_raslist;
121 p2->p_raslist = nrp;
135 struct ras *rp, *nrp; local in function:ras_purgeall
147 for(; rp != NULL; rp = nrp) {
148 nrp = rp->ras_next
    [all...]
subr_extent.c 1023 struct extent_region *rp, *nrp = NULL; local in function:extent_free
1060 nrp = extent_alloc_region_descriptor(ex, flags);
1061 if (nrp == NULL)
1133 nrp->er_start = end + 1;
1134 nrp->er_end = rp->er_end;
1140 LIST_INSERT_AFTER(rp, nrp, er_link);
1143 nrp = NULL;
1156 if (nrp != NULL)
1157 extent_free_region_descriptor(ex, nrp);
  /src/sys/net/
if_ieee1394subr.c 409 struct ieee1394_reass_pkt *rp, *trp, *nrp = NULL; local in function:ieee1394_reass
453 for (rp = LIST_FIRST(&rq->rq_pkt); rp != NULL; rp = nrp) {
454 nrp = LIST_NEXT(rp, rp_next);
470 rp = nrp) {
471 nrp = LIST_NEXT(rp, rp_next);
492 nrp != NULL && nrp->rp_dgl == dgl &&
493 nrp->rp_off == rp->rp_off + rp->rp_len) {
494 LIST_REMOVE(nrp, rp_next);
495 m_cat(rp->rp_m, nrp->rp_m)
594 struct ieee1394_reass_pkt *rp, *nrp; local in function:ieee1394_watchdog
    [all...]
  /src/sys/fs/nfs/client/
nfs_clstate.c 5017 struct nfsclrecalllayout *rp, *nrp; local in function:nfscl_freelayout
5027 LIST_FOREACH_SAFE(rp, &layp->nfsly_recall, nfsrecly_list, nrp) {
nfs_clrpcops.c 4234 struct nfssockreq *nrp; local in function:nfsrpc_renew
4247 nrp = dsp->nfsclds_sockp;
4248 if (nrp == NULL)
4250 nrp = &nmp->nm_sockreq;
4252 error = newnfs_request(nd, nmp, NULL, nrp, NULL, p, cred,
4478 struct nfssockreq *nrp, uint32_t exchflags, struct nfsclds **dspp,
4508 error = newnfs_request(nd, nmp, NULL, nrp, NULL, p, cred,
4563 struct nfssockreq *nrp, uint32_t sequenceid, int mds, struct ucred *cred,
4613 error = newnfs_request(nd, nmp, NULL, nrp, NULL, p, cred, NFS_PROG,
5243 struct nfssockreq *nrp; local in function:nfsrpc_fillsa
5690 struct nfssockreq *nrp; local in function:nfsrpc_readds
5734 struct nfssockreq *nrp; local in function:nfsrpc_writeds
5896 struct nfssockreq *nrp; local in function:nfsrpc_commitds
    [all...]

Completed in 91 milliseconds