Symbol: cmdargs
usr.sbin/ctladm/ctladm.c
371
cctl_dump_structs(int fd, ctladm_cmdargs cmdargs __unused)
usr.sbin/ctladm/ctladm.c
4310
ctladm_cmdargs cmdargs;
usr.sbin/ctladm/ctladm.c
4324
cmdargs = CTLADM_ARG_NONE;
usr.sbin/ctladm/ctladm.c
4341
optreturn = getoption(option_table,argv[1], &command, &cmdargs,&subopt);
usr.sbin/ctladm/ctladm.c
4353
if (cmdargs & CTLADM_ARG_NEED_TL) {
usr.sbin/ctladm/ctladm.c
4362
cmdargs |= CTLADM_ARG_TARG_LUN;
usr.sbin/ctladm/ctladm.c
4433
cmdargs |= CTLADM_ARG_RETRIES;
usr.sbin/ctladm/ctladm.c
4438
cmdargs |= CTLADM_ARG_DEVICE;
usr.sbin/ctladm/ctladm.c
4441
cmdargs |= CTLADM_ARG_INITIATOR;
usr.sbin/ctladm/ctladm.c
4449
if ((cmdargs & CTLADM_ARG_INITIATOR) == 0)
usr.sbin/ctladm/ctladm.c
4458
if (((cmdargs & CTLADM_ARG_DEVICE) == 0)
usr.sbin/ctladm/ctladm.c
4461
cmdargs |= CTLADM_ARG_DEVICE;
usr.sbin/ctladm/ctladm.c
4464
if ((cmdargs & CTLADM_ARG_DEVICE)
usr.sbin/ctladm/ctladm.c
4495
&& ((cmdargs & CTLADM_ARG_DEVICE) == 0)) {
usr.sbin/ctladm/ctladm.c
4570
retval = cctl_dump_structs(fd, cmdargs);
usr.sbin/ppp/bundle.c
1019
bundle_ShowLinks(struct cmdargs const *arg)
usr.sbin/ppp/bundle.c
1059
bundle_ShowStatus(struct cmdargs const *arg)
usr.sbin/ppp/bundle.h
174
extern int bundle_ShowLinks(struct cmdargs const *);
usr.sbin/ppp/bundle.h
175
extern int bundle_ShowStatus(struct cmdargs const *);
usr.sbin/ppp/ccp.c
159
ccp_ReportStatus(struct cmdargs const *arg)
usr.sbin/ppp/ccp.h
158
extern int ccp_ReportStatus(struct cmdargs const *);
usr.sbin/ppp/command.c
1097
struct cmdargs arg;
usr.sbin/ppp/command.c
1241
ShowCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
1255
TerminalCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
1274
QuitCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
1287
OpenCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
1336
CloseCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
1364
DownCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
1390
SetModemSpeed(struct cmdargs const *arg)
usr.sbin/ppp/command.c
1421
SetStoppedTimeout(struct cmdargs const *arg)
usr.sbin/ppp/command.c
1439
SetServer(struct cmdargs const *arg)
usr.sbin/ppp/command.c
1545
SetEscape(struct cmdargs const *arg)
usr.sbin/ppp/command.c
1564
SetInterfaceAddr(struct cmdargs const *arg)
usr.sbin/ppp/command.c
1652
SetVariable(struct cmdargs const *arg)
usr.sbin/ppp/command.c
174
static int ShowCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
175
static int TerminalCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
176
static int QuitCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
177
static int OpenCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
178
static int CloseCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
179
static int DownCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
180
static int SetCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
181
static int LinkCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
182
static int AddCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
183
static int DeleteCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
184
static int NegotiateCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
185
static int ClearCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
186
static int RunListCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
187
static int IfaceNameCommand(struct cmdargs const *arg);
usr.sbin/ppp/command.c
188
static int IfaceAddCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
189
static int IfaceDeleteCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
190
static int IfaceClearCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
191
static int SetProcTitle(struct cmdargs const *);
usr.sbin/ppp/command.c
193
static int NatEnable(struct cmdargs const *);
usr.sbin/ppp/command.c
194
static int NatOption(struct cmdargs const *);
usr.sbin/ppp/command.c
211
HelpCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
2492
SetCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
2507
AddCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
2597
DeleteCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
264
IdentCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
2645
NatEnable(struct cmdargs const *arg)
usr.sbin/ppp/command.c
2668
NatOption(struct cmdargs const *arg)
usr.sbin/ppp/command.c
2692
LinkCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
273
SendIdentification(struct cmdargs const *arg)
usr.sbin/ppp/command.c
2743
command_ChooseLink(struct cmdargs const *arg)
usr.sbin/ppp/command.c
2800
OptSet(struct cmdargs const *arg)
usr.sbin/ppp/command.c
283
CloneCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
2833
IfaceAliasOptSet(struct cmdargs const *arg)
usr.sbin/ppp/command.c
2849
NegotiateSet(struct cmdargs const *arg)
usr.sbin/ppp/command.c
303
RemoveCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
3082
NegotiateCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
3120
ClearCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
3166
RunListCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
318
RenameCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
3193
IfaceNameCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
3208
IfaceAddCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
3258
IfaceDeleteCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
3294
IfaceClearCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
332
LoadCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
3320
SetProcTitle(struct cmdargs const *arg)
usr.sbin/ppp/command.c
364
LogCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
387
SaveCommand(struct cmdargs const *arg __unused)
usr.sbin/ppp/command.c
394
DialCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
621
ShellCommand(struct cmdargs const *arg, int bg)
usr.sbin/ppp/command.c
723
BgShellCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
731
FgShellCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
737
ResolvCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
919
ShowEscape(struct cmdargs const *arg)
usr.sbin/ppp/command.c
938
ShowTimerList(struct cmdargs const *arg)
usr.sbin/ppp/command.c
945
ShowStopped(struct cmdargs const *arg)
usr.sbin/ppp/command.c
967
ShowVersion(struct cmdargs const *arg)
usr.sbin/ppp/command.c
974
ShowProtocolStats(struct cmdargs const *arg)
usr.sbin/ppp/command.h
50
int (*func) (struct cmdargs const *);
usr.sbin/ppp/command.h
73
extern struct link *command_ChooseLink(struct cmdargs const *);
usr.sbin/ppp/datalink.c
1068
datalink_Show(struct cmdargs const *arg)
usr.sbin/ppp/datalink.c
1158
datalink_SetReconnect(struct cmdargs const *arg)
usr.sbin/ppp/datalink.c
1169
datalink_SetRedial(struct cmdargs const *arg)
usr.sbin/ppp/datalink.h
146
extern int datalink_Show(struct cmdargs const *);
usr.sbin/ppp/datalink.h
147
extern int datalink_SetRedial(struct cmdargs const *);
usr.sbin/ppp/datalink.h
148
extern int datalink_SetReconnect(struct cmdargs const *);
usr.sbin/ppp/filter.c
409
filter_Set(struct cmdargs const *arg)
usr.sbin/ppp/filter.c
499
filter_Show(struct cmdargs const *arg)
usr.sbin/ppp/filter.h
94
struct cmdargs;
usr.sbin/ppp/filter.h
96
extern int filter_Show(struct cmdargs const *);
usr.sbin/ppp/filter.h
97
extern int filter_Set(struct cmdargs const *);
usr.sbin/ppp/hdlc.c
383
hdlc_ReportStatus(struct cmdargs const *arg)
usr.sbin/ppp/hdlc.h
107
extern int hdlc_ReportStatus(struct cmdargs const *);
usr.sbin/ppp/hdlc.h
59
struct cmdargs;
usr.sbin/ppp/iface.c
387
iface_Descr(struct cmdargs const *arg)
usr.sbin/ppp/iface.c
740
iface_Show(struct cmdargs const *arg)
usr.sbin/ppp/iface.h
60
extern int iface_Descr(struct cmdargs const *);
usr.sbin/ppp/iface.h
64
extern int iface_Show(struct cmdargs const *);
usr.sbin/ppp/ipcp.c
359
ipcp_Show(struct cmdargs const *arg)
usr.sbin/ppp/ipcp.c
422
ipcp_vjset(struct cmdargs const *arg)
usr.sbin/ppp/ipcp.h
108
struct cmdargs;
usr.sbin/ppp/ipcp.h
117
extern int ipcp_Show(struct cmdargs const *);
usr.sbin/ppp/ipcp.h
123
extern int ipcp_vjset(struct cmdargs const *);
usr.sbin/ppp/ipv6cp.c
324
ipv6cp_Show(struct cmdargs const *arg)
usr.sbin/ppp/ipv6cp.h
64
struct cmdargs;
usr.sbin/ppp/ipv6cp.h
73
extern int ipv6cp_Show(struct cmdargs const *);
usr.sbin/ppp/lcp.c
156
lcp_ReportStatus(struct cmdargs const *arg)
usr.sbin/ppp/lcp.h
130
struct cmdargs;
usr.sbin/ppp/lcp.h
141
extern int lcp_ReportStatus(struct cmdargs const *);
usr.sbin/ppp/link.c
400
link_ShowLayers(struct cmdargs const *arg)
usr.sbin/ppp/link.h
38
struct cmdargs;
usr.sbin/ppp/link.h
81
extern int link_ShowLayers(struct cmdargs const *);
usr.sbin/ppp/log.c
426
log_ShowLevel(struct cmdargs const *arg)
usr.sbin/ppp/log.c
446
log_SetLevel(struct cmdargs const *arg)
usr.sbin/ppp/log.c
518
log_ShowWho(struct cmdargs const *arg)
usr.sbin/ppp/log.h
61
struct cmdargs;
usr.sbin/ppp/log.h
92
extern int log_ShowLevel(struct cmdargs const *);
usr.sbin/ppp/log.h
93
extern int log_SetLevel(struct cmdargs const *);
usr.sbin/ppp/log.h
94
extern int log_ShowWho(struct cmdargs const *);
usr.sbin/ppp/mbuf.c
321
mbuf_Show(struct cmdargs const *arg)
usr.sbin/ppp/mbuf.h
101
struct cmdargs;
usr.sbin/ppp/mbuf.h
116
extern int mbuf_Show(struct cmdargs const *);
usr.sbin/ppp/mp.c
804
mp_SetDatalinkBandwidth(struct cmdargs const *arg)
usr.sbin/ppp/mp.c
825
mp_ShowStatus(struct cmdargs const *arg)
usr.sbin/ppp/mp.c
957
mp_SetEnddisc(struct cmdargs const *arg)
usr.sbin/ppp/mp.h
138
extern int mp_SetDatalinkBandwidth(struct cmdargs const *);
usr.sbin/ppp/mp.h
139
extern int mp_ShowStatus(struct cmdargs const *);
usr.sbin/ppp/mp.h
141
extern int mp_SetEnddisc(struct cmdargs const *);
usr.sbin/ppp/mp.h
32
struct cmdargs;
usr.sbin/ppp/nat_cmd.c
105
nat_RedirectPort(struct cmdargs const *arg)
usr.sbin/ppp/nat_cmd.c
201
nat_RedirectAddr(struct cmdargs const *arg)
usr.sbin/ppp/nat_cmd.c
238
nat_RedirectProto(struct cmdargs const *arg)
usr.sbin/ppp/nat_cmd.c
392
nat_ProxyRule(struct cmdargs const *arg)
usr.sbin/ppp/nat_cmd.c
415
nat_SetTarget(struct cmdargs const *arg)
usr.sbin/ppp/nat_cmd.c
446
nat_PunchFW(struct cmdargs const *arg)
usr.sbin/ppp/nat_cmd.c
475
nat_SkinnyPort(struct cmdargs const *arg)
usr.sbin/ppp/nat_cmd.h
30
struct cmdargs;
usr.sbin/ppp/nat_cmd.h
32
extern int nat_RedirectPort(struct cmdargs const *);
usr.sbin/ppp/nat_cmd.h
33
extern int nat_RedirectAddr(struct cmdargs const *);
usr.sbin/ppp/nat_cmd.h
34
extern int nat_RedirectProto(struct cmdargs const *);
usr.sbin/ppp/nat_cmd.h
35
extern int nat_ProxyRule(struct cmdargs const *);
usr.sbin/ppp/nat_cmd.h
36
extern int nat_SetTarget(struct cmdargs const *);
usr.sbin/ppp/nat_cmd.h
38
extern int nat_PunchFW(struct cmdargs const *);
usr.sbin/ppp/nat_cmd.h
40
extern int nat_SkinnyPort(struct cmdargs const *);
usr.sbin/ppp/ncp.c
457
ncp_Show(struct cmdargs const *arg)
usr.sbin/ppp/ncp.h
75
extern int ncp_Show(struct cmdargs const *);
usr.sbin/ppp/physical.c
421
physical_ShowStatus(struct cmdargs const *arg)
usr.sbin/ppp/physical.h
138
extern int physical_ShowStatus(struct cmdargs const *);
usr.sbin/ppp/physical.h
27
struct cmdargs;
usr.sbin/ppp/prompt.c
277
struct cmdargs arg;
usr.sbin/ppp/prompt.c
512
PasswdCommand(struct cmdargs const *arg)
usr.sbin/ppp/prompt.h
38
struct cmdargs;
usr.sbin/ppp/prompt.h
91
extern int PasswdCommand(struct cmdargs const *);
usr.sbin/ppp/route.c
327
route_Show(struct cmdargs const *arg)
usr.sbin/ppp/route.h
32
struct cmdargs;
usr.sbin/ppp/route.h
56
extern int route_Show(struct cmdargs const *);
usr.sbin/ppp/slcompress.c
587
sl_Show(struct cmdargs const *arg)
usr.sbin/ppp/slcompress.h
154
struct cmdargs;
usr.sbin/ppp/slcompress.h
161
extern int sl_Show(struct cmdargs const *);
usr.sbin/ppp/systems.c
205
AllowUsers(struct cmdargs const *arg)
usr.sbin/ppp/systems.c
227
AllowModes(struct cmdargs const *arg)
usr.sbin/ppp/systems.h
34
struct cmdargs;
usr.sbin/ppp/systems.h
41
extern int AllowUsers(struct cmdargs const *);
usr.sbin/ppp/systems.h
42
extern int AllowModes(struct cmdargs const *);