Searched refs:bi_size (Results 1 – 13 of 13) sorted by relevance
54 u_int32_t bi_size; member
150 bi.bi_size = sizeof(bi); in bi_load32()
172 bi->bi_size = sizeof(*bi); in bi_load32()
56 _Static_assert(offsetof(struct bootinfo, bi_size) == BI_SIZE, "BI_SIZE");
125 u_int bi_size; member
1743 if (bi->bi_size == 0) { in bpf_getiflist()1745 bi->bi_size = size; in bpf_getiflist()1748 } else if (bi->bi_size < size) { in bpf_getiflist()
105 #define BIO_BI_SIZE(bio) (bio)->bi_iter.bi_size
181 ASSYM(BI_SIZE, offsetof(struct bootinfo, bi_size));
239 bootinfo.bi_size = sizeof(bootinfo); in main()
213 bootinfo.bi_size = sizeof(bootinfo); in main()
197 bootinfo.bi_size = sizeof(bootinfo); in main()
288 bootinfo.bi_size = sizeof(bootinfo); in main()
2898 if (bi.bi_size == 0) {2909 if ((bi.bi_ubuf = malloc(bi.bi_size)) == NULL) {