HomeSort by: relevance | last modified time | path
    Searched defs:info_req (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ipf/dist/ipsend/
dlcommon.c 48 dl_info_req_t info_req; local
52 info_req.dl_primitive = DL_INFO_REQ;
55 ctl.len = sizeof (info_req);
56 ctl.buf = (char *) &info_req;
dlcommon.c 48 dl_info_req_t info_req; local
52 info_req.dl_primitive = DL_INFO_REQ;
55 ctl.len = sizeof (info_req);
56 ctl.buf = (char *) &info_req;
  /src/sys/arch/i386/stand/lib/
exec_multiboot2.c 360 struct multiboot_header_tag_information_request *info_req; local
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; local
1206 info_req = mbp->mbp_priv->mpp_info_req
    [all...]
exec_multiboot2.c 360 struct multiboot_header_tag_information_request *info_req; local
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; local
1206 info_req = mbp->mbp_priv->mpp_info_req
    [all...]

Completed in 46 milliseconds