/src/sys/arch/sh3/sh3/ |
mmu_sh3.c | 129 uint32_t newa, newd; local in function:sh3_tlb_update 162 newd = pte & PG_HW_BITS; 195 _reg_write_4(SH3_MMUDA | a, newd);
|
/src/sys/fs/nfs/client/ |
nfs_clport.c | 137 struct nfsv4node *newd, *oldd; local in function:nfscl_nget 180 oldd = newd = NULL; 189 MALLOC(newd, struct nfsv4node *, 193 if (newd != NULL && np->n_v4 != NULL && nvp->v_type == VREG 201 np->n_v4 = newd; 202 newd = NULL; 212 if (newd != NULL) 213 FREE((caddr_t)newd, M_NFSV4NODE);
|
/src/lib/librumphijack/ |
hijack.c | 1135 int newd; local in function:dodup 1154 newd = op_fcntl(oldd, F_DUPFD, minfd); 1157 newd = fd_rump2host(newd); 1158 DPRINTF(("dup <- %d\n", newd)); 1160 return newd; 1857 * Note: cannot rump2host newd, because it is often hardcoded. 1860 dup2(int oldd, int newd) 1865 DPRINTF(("dup2 -> %d (o) -> %d (n)\n", oldd, newd)); 1871 if (!(newd >= 0 && newd <= 2 && !fd_isrump(newd))) [all...] |