| /NextBSD/contrib/wpa/hs20/client/ |
| HD | oma_dm_client.c | 131 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/ |
| HD | ng_message.h | 380 #define NG_MKMESSAGE(msg, cookie, cmdid, len, how) \ argument 388 (msg)->header.cmd = (cmdid); \ 390 strncpy((msg)->header.cmdstr, #cmdid, \
|
| HD | ng_pppoe.c | 286 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/ |
| HD | rcslex.c | 1177 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";
|
| HD | rcsfcmp.c | 337 char const cmdid[] = "rcsfcmp"; variable
|
| HD | rcskeep.c | 438 char const cmdid[] ="keeptest"; variable
|
| HD | rcsbase.h | 411 …Copyright 1990,1991,1992,1993,1994,1995 Paul Eggert", baseid[] = RCSBASE, cmdid[] = c; libId(n,i) … 443 extern char const cmdid[];
|
| HD | rcssyn.c | 648 char const cmdid[] = "syntest"; variable
|
| HD | rcsrev.c | 852 char const cmdid[] = "revtest"; variable
|
| HD | rcsfnms.c | 1075 char const cmdid[] = "pair"; variable
|
| /NextBSD/gnu/usr.bin/rcs/rcs/ |
| HD | rcs.c | 1609 char const cmdid[] = ""; variable
|
| /NextBSD/sys/dev/iwn/ |
| HD | if_iwn.c | 5617 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()
|