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

  /src/sys/dev/gpib/
rdreg.h 157 #define RDSZ(x) ((x) >> (DEV_BSHIFT-9))
  /src/sys/arch/hp300/dev/
rdreg.h 309 #define RDSZ(x) ((x) >> (DEV_BSHIFT-9))
  /src/external/mpl/dhcp/bind/dist/lib/dns/
master.c 52 * Grow the number of dns_rdatalist_t (#RDLSZ) and dns_rdata_t (#RDSZ)
59 * RDSZ reflects the number of rdata expected at a give name that can fit into
62 #define RDSZ 512
1817 new_rdata = grow_rdata(rdata_size + RDSZ, rdata,
1824 rdata_size += RDSZ;
2588 new_rdata = grow_rdata(rdcount + RDSZ, rdata,
2594 rdata_size = rdcount + RDSZ;
  /src/external/mpl/bind/dist/lib/dns/
master.c 53 * Grow the number of dns_rdatalist_t (#RDLSZ) and dns_rdata_t (#RDSZ)
60 * RDSZ reflects the number of rdata expected at a give name that can fit into
63 #define RDSZ 512
1764 new_rdata = grow_rdata(rdata_size + RDSZ, rdata,
1771 rdata_size += RDSZ;
2508 new_rdata = grow_rdata(rdcount + RDSZ, rdata,
2514 rdata_size = rdcount + RDSZ;

Completed in 32 milliseconds