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

  /src/sys/arch/rs6000/stand/boot/
boot.c 151 struct ipl_info *infop; local in function:boot
173 infop = (struct ipl_info *)((char *)iplcb_p + dirp->iplinfo_off);
174 printf("Machine model = 0x%x\n", infop->model);
175 printf("RAM = 0x%x\n", infop->ram_size);
  /src/lib/libc/rpc/
clnt_vc.c 538 void *infop = info; local in function:clnt_vc_control
582 ct->ct_wait = *(struct timeval *)infop;
586 *(struct timeval *)infop = ct->ct_wait;
  /src/tests/lib/libc/db/
h_db.c 90 static void *infop; /* Iflags. */ variable in typeref:typename:void *
154 infop = NULL;
159 infop = setinfo(type, p);
177 oflags, S_IRUSR | S_IWUSR, type, infop)) == NULL)

Completed in 37 milliseconds