Lines Matching defs:sizeof
51 case sizeof(u8): {
61 case sizeof(u16): {
72 case sizeof(u32): {
124 case sizeof(u8): {
134 case sizeof(u16): {
145 case sizeof(u32): {
183 memset(&iv->boardinfo, 0, sizeof(struct ssb_boardinfo));
185 len = bcm47xx_nvram_getenv("boardvendor", buf, sizeof(buf));
195 len = bcm47xx_nvram_getenv("boardtype", buf, sizeof(buf));
203 memset(&iv->sprom, 0, sizeof(struct ssb_sprom));
206 if (bcm47xx_nvram_getenv("cardbus", buf, sizeof(buf)) >= 0)