Home
last modified time | relevance | path

Searched refs:cmdid (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/wpa/hs20/client/
HDoma_dm_client.c131 int cmdid) in oma_dm_add_cmdid() argument
133 xml_node_create_text(ctx->xml, parent, NULL, "CmdID", int2str(cmdid)); in oma_dm_add_cmdid()
138 int cmdid, int data) in add_alert() argument
145 oma_dm_add_cmdid(ctx, node, cmdid); in add_alert()
153 int msgref, int cmdref, int cmdid, in add_status() argument
161 oma_dm_add_cmdid(ctx, node, cmdid); in add_status()
178 int msgref, int cmdref, int cmdid, in add_results() argument
187 oma_dm_add_cmdid(ctx, node, cmdid); in add_results()
237 int cmdid) in add_replace_devinfo() argument
254 oma_dm_add_cmdid(ctx, replace, cmdid); in add_replace_devinfo()
[all …]
/NextBSD/sys/netgraph/
HDng_message.h380 #define NG_MKMESSAGE(msg, cookie, cmdid, len, how) \ argument
388 (msg)->header.cmd = (cmdid); \
390 strncpy((msg)->header.cmdstr, #cmdid, \
HDng_pppoe.c286 static int pppoe_send_event(sessp sp, enum cmd cmdid);
1944 pppoe_send_event(sessp sp, enum cmd cmdid) in pppoe_send_event() argument
1952 NG_MKMESSAGE(msg, NGM_PPPOE_COOKIE, cmdid, in pppoe_send_event()
/NextBSD/gnu/usr.bin/rcs/lib/
HDrcslex.c1177 VOID fprintf(stderr, already_newline+"\n%s aborted\n", cmdid);
1187 aprintf(stderr, "%s: %s: %s", cmdid, s, t);
1189 aprintf(stderr, "%s: %s", cmdid, t);
1302 VOID fprintf(stderr, "%s: %s:%ld: ", cmdid, RCSname, rcsline);
1519 cmdid="lextest";
HDrcsfcmp.c337 char const cmdid[] = "rcsfcmp"; variable
HDrcskeep.c438 char const cmdid[] ="keeptest"; variable
HDrcsbase.h411 …Copyright 1990,1991,1992,1993,1994,1995 Paul Eggert", baseid[] = RCSBASE, cmdid[] = c; libId(n,i) …
443 extern char const cmdid[];
HDrcssyn.c648 char const cmdid[] = "syntest"; variable
HDrcsrev.c852 char const cmdid[] = "revtest"; variable
HDrcsfnms.c1075 char const cmdid[] = "pair"; variable
/NextBSD/gnu/usr.bin/rcs/rcs/
HDrcs.c1609 char const cmdid[] = ""; variable
/NextBSD/sys/dev/iwn/
HDif_iwn.c5617 int cmdid; in iwn5000_set_txpower() local
5634 cmdid = IWN_CMD_TXPOWER_DBM_V1; in iwn5000_set_txpower()
5636 cmdid = IWN_CMD_TXPOWER_DBM; in iwn5000_set_txpower()
5637 return iwn_cmd(sc, cmdid, &cmd, sizeof cmd, async); in iwn5000_set_txpower()