Searched refs:msgref (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/wpa/hs20/client/ |
H A D | oma_dm_client.c | 159 int msgref, int cmdref, int cmdid, in add_status() argument 168 xml_node_create_text(ctx->xml, node, NULL, "MsgRef", int2str(msgref)); in add_status() 184 int msgref, int cmdref, int cmdid, in add_results() argument 194 xml_node_create_text(ctx->xml, node, NULL, "MsgRef", int2str(msgref)); in add_results()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | testmode.c | 449 ftm_cmd->seg_hdr.msgref = ar->ftm_msgref; in ath11k_tm_cmd_wmi_ftm()
|
H A D | wmi.h | 3574 u32 msgref; member
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 3424 bool &classref, bool &selref, bool &msgref, in GuessPointerPointer() argument 3428 msgref = false; in GuessPointerPointer() 3460 msgref = true; in GuessPointerPointer() 6875 bool classref, selref, msgref, cfstring; in GuessLiteralPointer() local 6877 selref, msgref, cfstring); in GuessLiteralPointer() 6922 } else if (pointer_value != 0 && msgref) { in GuessLiteralPointer()
|