Searched refs:info_req (Results 1 – 2 of 2) sorted by relevance
360 struct multiboot_header_tag_information_request *info_req; in multiboot2_header_dump() local364 info_req = mpp->mpp_info_req; in multiboot2_header_dump()366 nreq = (info_req->size - sizeof(*info_req)) in multiboot2_header_dump()367 / sizeof(info_req->requests[0]); in multiboot2_header_dump()370 MPP_OPT(info_req->flags)); in multiboot2_header_dump()373 info_req->requests[i], in multiboot2_header_dump()374 mbi_tag_name(info_req->requests[i])); in multiboot2_header_dump()1203 struct multiboot_header_tag_information_request *info_req; in is_tag_required() local1206 info_req = mbp->mbp_priv->mpp_info_req; in is_tag_required()1208 if (info_req == NULL) in is_tag_required()[all …]
48 dl_info_req_t info_req; local52 info_req.dl_primitive = DL_INFO_REQ;55 ctl.len = sizeof (info_req);56 ctl.buf = (char *) &info_req;