Home
last modified time | relevance | path

Searched refs:newndp (Results 1 – 2 of 2) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/nfs/
H A Dnfs_subs.c1328 struct nfsdircache *newndp = NULL; in nfs_enterdircache() local
1370 if (newndp == NULL) { in nfs_enterdircache()
1372 newndp = kmem_alloc(sizeof(*newndp), KM_SLEEP); in nfs_enterdircache()
1373 newndp->dc_refcnt = 1; in nfs_enterdircache()
1374 LIST_NEXT(newndp, dc_hash) = (void *)-1; in nfs_enterdircache()
1377 ndp = newndp; in nfs_enterdircache()
1378 newndp = NULL; in nfs_enterdircache()
1423 if (newndp) in nfs_enterdircache()
1424 nfs_putdircache(np, newndp); in nfs_enterdircache()
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_fx3.c1140 struct expr_t *dupndp, *newndp, *end_ndp; in __dup_concat() local
1143 for (newndp = NULL, w = 0; w < repcnt; w++) in __dup_concat()
1147 if (newndp == NULL) newndp = dupndp; in __dup_concat()
1151 end_ndp->ru.x = newndp; in __dup_concat()
1152 newndp = dupndp; in __dup_concat()
1155 return(newndp); in __dup_concat()