Searched refs:gci (Results 1 – 1 of 1) sorted by relevance
46 t_PXENV_GET_CACHED_INFO *gci; in pxe_get_cached_info() local50 gci = lmalloc(sizeof *gci + max_dhcp_packet); in pxe_get_cached_info()51 if (!gci) in pxe_get_cached_info()54 bbuf = &gci[1]; in pxe_get_cached_info()56 gci->Status = PXENV_STATUS_FAILURE; in pxe_get_cached_info()57 gci->PacketType = level; in pxe_get_cached_info()58 gci->BufferSize = gci->BufferLimit = max_dhcp_packet; in pxe_get_cached_info()59 gci->Buffer.seg = SEG(bbuf); in pxe_get_cached_info()60 gci->Buffer.offs = OFFS(bbuf); in pxe_get_cached_info()62 err = pxe_call(PXENV_GET_CACHED_INFO, gci); in pxe_get_cached_info()[all …]