Searched refs:StatusCode (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/contrib/edk2/Include/
H A DBase.h965 @param StatusCode The status code value to convert into a warning code.
966 StatusCode must be in the range 0x00000000..0x7FFFFFFF.
968 @return The value specified by StatusCode with the highest bit set.
971 #define ENCODE_ERROR(StatusCode) ((RETURN_STATUS)(MAX_BIT | (StatusCode)))
976 @param StatusCode The status code value to convert into a warning code.
977 StatusCode must be in the range 0x00000000..0x7FFFFFFF.
979 @return The value specified by StatusCode with the highest bit clear.
982 #define ENCODE_WARNING(StatusCode) ((RETURN_STATUS)(StatusCode))
[all...]
/freebsd-13-stable/stand/efi/include/Protocol/
H A DHttp.h211 EFI_HTTP_STATUS_CODE StatusCode; member in struct:__anon7928
/freebsd-13-stable/sys/dev/mpt/mpilib/
H A Dmpi_targ.h351 U8 StatusCode; /* 00h */ member in struct:_MSG_TARGET_ASSIST_REQUEST
398 U8 StatusCode; /* 00h */ member in struct:_MSG_TARGET_ASSIST_EXT_REQUEST
468 U8 StatusCode; /* 00h */ member in struct:_MSG_TARGET_STATUS_SEND_REQUEST
/freebsd-13-stable/sys/dev/mpt/
H A Dmpt_debug.c600 printf("\tStatusCode 0x%02x\n", msg->StatusCode);
616 printf("\tStatusCode 0x%02x\n", msg->StatusCode);
H A Dmpt_cam.c4663 tp->StatusCode = status;
/freebsd-13-stable/stand/efi/libefi/
H A Defihttp.c520 response.StatusCode = HTTP_STATUS_UNSUPPORTED_STATUS;
543 if (response.StatusCode != HTTP_STATUS_200_OK) {
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_ndis.c218 USHORT StatusCode; member in struct:NDIS_802_11_AI_RESFI

Completed in 177 milliseconds