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

  /src/sys/fs/nfs/client/
nfs_clport.c 137 struct nfsv4node *newd, *oldd; local
180 oldd = newd = NULL;
200 oldd = np->n_v4;
214 if (oldd != NULL)
215 FREE((caddr_t)oldd, M_NFSV4NODE);
  /src/external/gpl3/gdb/dist/sim/ppc/
emul_netbsd.c 574 int oldd = cpu_registers(processor)->gpr[arg0]; local
575 int status = (fdbad (oldd) < 0) ? -1 : dup(oldd);
579 printf_filtered ("%d", oldd);
707 int oldd = cpu_registers(processor)->gpr[arg0]; local
709 int status = (fdbad (oldd) < 0) ? -1 : dup2(oldd, newd);
713 printf_filtered ("%d, %d", oldd, newd);
emul_unix.c 513 int oldd = cpu_registers(processor)->gpr[arg0];
514 int status = (fdbad (oldd) < 0) ? -1 : dup(oldd);
518 printf_filtered ("%d", oldd);
534 int oldd = cpu_registers(processor)->gpr[arg0];
536 int status = (fdbad (oldd) < 0) ? -1 : dup2(oldd, newd);
540 printf_filtered ("%d, %d", oldd, newd);
512 int oldd = cpu_registers(processor)->gpr[arg0]; local
533 int oldd = cpu_registers(processor)->gpr[arg0]; local
  /src/external/gpl3/gdb.old/dist/sim/ppc/
emul_netbsd.c 574 int oldd = cpu_registers(processor)->gpr[arg0]; local
575 int status = (fdbad (oldd) < 0) ? -1 : dup(oldd);
579 printf_filtered ("%d", oldd);
707 int oldd = cpu_registers(processor)->gpr[arg0]; local
709 int status = (fdbad (oldd) < 0) ? -1 : dup2(oldd, newd);
713 printf_filtered ("%d, %d", oldd, newd);
emul_unix.c 513 int oldd = cpu_registers(processor)->gpr[arg0];
514 int status = (fdbad (oldd) < 0) ? -1 : dup(oldd);
518 printf_filtered ("%d", oldd);
534 int oldd = cpu_registers(processor)->gpr[arg0];
536 int status = (fdbad (oldd) < 0) ? -1 : dup2(oldd, newd);
540 printf_filtered ("%d, %d", oldd, newd);
512 int oldd = cpu_registers(processor)->gpr[arg0]; local
533 int oldd = cpu_registers(processor)->gpr[arg0]; local

Completed in 33 milliseconds