Home
last modified time | relevance | path

Searched refs:DSIZE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnatsemi.c63 #define DSIZE 0x00000FFF macro
628 s &= DSIZE; in natsemi_transmit()
693 nic->packetlen = (rx_status & DSIZE) - CRC_SIZE; in natsemi_poll()
H A Dsis900.h207 DSIZE = 0x00000FFF enumerator
H A Dsis900.c1097 s &= DSIZE; in sis900_transmit()
1165 nic->packetlen = (rx_status & DSIZE) - CRC_SIZE; in sis900_poll()
/illumos-gate/usr/src/cmd/troff/
H A Dtdef.h158 #define DSIZE 512 /* disk sector size in chars */ macro