HomeSort by: relevance | last modified time | path
    Searched refs:d_localbytes (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sun68k/stand/libsa/
promdev.c 85 printf("d_localbytes=%d\n", dip->d_localbytes);
110 if (dip->d_localbytes) {
111 si->si_devdata = alloc(dip->d_localbytes);
saio.h 82 unsigned int d_localbytes; /* Bytes needed by device for local info. */ member in struct:devinfo
  /src/sys/arch/sparc/include/
oldmon.h 70 unsigned int d_localbytes;/* Bytes needed by device for local info.*/ member in struct:devinfo
  /src/sys/arch/sparc/stand/common/
promdev.c 659 printf("d_localbytes=%d\n", dip->d_localbytes);
695 if (dip->d_localbytes) {
696 si->si_devdata = alloc(dip->d_localbytes);

Completed in 18 milliseconds