Searched refs:ZONES_PER_BLK (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_nbp.c1076 #define ZONES_PER_BLK 31 /* 31 fits within a 1k blk) */ macro
1077 #define ZONE_BLK_SIZE ZONES_PER_BLK * sizeof(at_nvestr_t)
1105 if (i && !(i%ZONES_PER_BLK)) {
1125 if (lzonecnt && !(lzonecnt%ZONES_PER_BLK)) {
1215 if (curz && !(curz%ZONES_PER_BLK) ) {

Completed in 72 milliseconds