Lines Matching defs:info_req
360 struct multiboot_header_tag_information_request *info_req;
364 info_req = mpp->mpp_info_req;
366 nreq = (info_req->size - sizeof(*info_req))
367 / sizeof(info_req->requests[0]);
370 MPP_OPT(info_req->flags));
373 info_req->requests[i],
374 mbi_tag_name(info_req->requests[i]));
1203 struct multiboot_header_tag_information_request *info_req;
1206 info_req = mbp->mbp_priv->mpp_info_req;
1208 if (info_req == NULL)
1211 if (info_req->flags & MULTIBOOT_HEADER_TAG_OPTIONAL)
1214 nreq = (info_req->size - sizeof(*info_req))
1215 / sizeof(info_req->requests[0]);
1218 if (info_req->requests[i] == tag) {