Home
last modified time | relevance | path

Searched refs:msgref (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/hs20/client/
H A Doma_dm_client.c159 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 Dtestmode.c449 ftm_cmd->seg_hdr.msgref = ar->ftm_msgref; in ath11k_tm_cmd_wmi_ftm()
H A Dwmi.h3574 u32 msgref; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3424 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()