Searched refs:d_localbytes (Results 1 – 4 of 4) sorted by relevance
85 printf("d_localbytes=%d\n", dip->d_localbytes); in prom_iopen()110 if (dip->d_localbytes) { in prom_iopen()111 si->si_devdata = alloc(dip->d_localbytes); in prom_iopen()
82 unsigned int d_localbytes; /* Bytes needed by device for local info. */ member
659 printf("d_localbytes=%d\n", dip->d_localbytes); in oldmon_iopen() 695 if (dip->d_localbytes) { in oldmon_iclose() 696 si->si_devdata = alloc(dip->d_localbytes); in oldmon_iclose()
73 unsigned int d_localbytes;/* Bytes needed by device for local info.*/ member