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

  /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);
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);
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/sys/dev/i2c/
i2c.c 257 struct i2c_device *d, *newd; local in function:iic_addr_reserve
261 newd = iic_device_alloc(addr, flags);
266 LIST_INSERT_HEAD(&sc->sc_devices, newd, d_link);
267 newd = NULL;
280 if (newd != NULL) {
281 kmem_free(newd, sizeof(*newd));
i2c.c 257 struct i2c_device *d, *newd; local in function:iic_addr_reserve
261 newd = iic_device_alloc(addr, flags);
266 LIST_INSERT_HEAD(&sc->sc_devices, newd, d_link);
267 newd = NULL;
280 if (newd != NULL) {
281 kmem_free(newd, sizeof(*newd));
  /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...]
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...]

Completed in 31 milliseconds