Searched refs:undi_close (Results 1 – 6 of 6) sorted by relevance
280 static __lowmem struct s_PXENV_UNDI_CLOSE undi_close; in reset_pxe() local286 memset(&undi_close, 0, sizeof(undi_close)); in reset_pxe()287 pxe_call(PXENV_UNDI_CLOSE, &undi_close); in reset_pxe()289 if (undi_close.Status) in reset_pxe()290 printf("PXENV_UNDI_CLOSE failed: 0x%x\n", undi_close.Status); in reset_pxe()297 return undi_close.Status; in reset_pxe()
402 struct s_PXENV_UNDI_CLOSE undi_close; in undinet_close() local426 &undi_close, sizeof ( undi_close ) ); in undinet_close()
74 PXENV_EXIT_t ( * undi_close ) ( struct s_PXENV_UNDI_CLOSE * ); member227 pxenv_call.undi_close = pxenv_undi_close; in pxe_api_call()228 param_len = sizeof ( pxenv_any.undi_close ); in pxe_api_call()
209 PXENV_EXIT_t pxenv_undi_close ( struct s_PXENV_UNDI_CLOSE *undi_close ) { in pxenv_undi_close() argument214 undi_close->Status = PXENV_STATUS_SUCCESS; in pxenv_undi_close()
48 struct s_PXENV_UNDI_CLOSE undi_close; member
1048 extern PXENV_EXIT_t pxenv_undi_close ( struct s_PXENV_UNDI_CLOSE *undi_close );