Searched refs:cmdid (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/wpa/hs20/client/ |
| H A D | oma_dm_client.c | 243 int cmdid) in add_replace_devinfo() argument 303 int cmdid = 0; in build_oma_dm_1() local 315 cmdid++; in build_oma_dm_1() 323 cmdid++; in build_oma_dm_1() 327 cmdid++; in build_oma_dm_1() 1051 cmdid++; in oma_dm_process() 1063 cmdid++; in oma_dm_process() 1073 cmdid++; in oma_dm_process() 1084 cmdid++; in oma_dm_process() 1098 cmdid++; in oma_dm_process() [all …]
|
| /freebsd-12.1/sys/netgraph/ |
| H A D | ng_message.h | 380 #define NG_MKMESSAGE(msg, cookie, cmdid, len, how) \ argument 388 (msg)->header.cmd = (cmdid); \ 390 strncpy((msg)->header.cmdstr, #cmdid, \
|
| H A D | ng_pppoe.c | 302 static int pppoe_send_event(sessp sp, enum cmd cmdid); 2189 pppoe_send_event(sessp sp, enum cmd cmdid) in pppoe_send_event() argument 2197 NG_MKMESSAGE(msg, NGM_PPPOE_COOKIE, cmdid, in pppoe_send_event()
|
| /freebsd-12.1/sys/dev/iwm/ |
| H A D | if_iwmreg.h | 5995 iwm_cmd_opcode(uint32_t cmdid) in iwm_cmd_opcode() argument 5997 return cmdid & 0xff; in iwm_cmd_opcode() 6001 iwm_cmd_groupid(uint32_t cmdid) in iwm_cmd_groupid() argument 6003 return ((cmdid & 0xff00) >> 8); in iwm_cmd_groupid() 6007 iwm_cmd_version(uint32_t cmdid) in iwm_cmd_version() argument 6009 return ((cmdid & 0xff0000) >> 16); in iwm_cmd_version()
|
| /freebsd-12.1/sys/dev/iwn/ |
| H A D | if_iwn.c | 5837 int cmdid; in iwn5000_set_txpower() local 5854 cmdid = IWN_CMD_TXPOWER_DBM_V1; in iwn5000_set_txpower() 5856 cmdid = IWN_CMD_TXPOWER_DBM; in iwn5000_set_txpower() 5857 return iwn_cmd(sc, cmdid, &cmd, sizeof cmd, async); in iwn5000_set_txpower()
|