Searched refs:ac (Results 1 - 25 of 410) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/ac/
H A DMakefile3 PROG= ac
4 MAN= ac.8
/freebsd-11-stable/usr.sbin/ngctl/
H A Drmhook.c46 static int RmHookCmd(int ac, char **av);
59 RmHookCmd(int ac, char **av) argument
65 switch (ac) {
68 ac--;
H A Dshutdown.c46 static int ShutdownCmd(int ac, char **av);
57 ShutdownCmd(int ac, char **av) argument
62 switch (ac) {
H A Ddebug.c47 static int DebugCmd(int ac, char **av);
61 DebugCmd(int ac, char **av) argument
66 switch (ac) {
H A Dconnect.c46 static int ConnectCmd(int ac, char **av);
61 ConnectCmd(int ac, char **av) argument
67 switch (ac) {
70 ac--;
H A Dmkpeer.c46 static int MkPeerCmd(int ac, char **av);
61 MkPeerCmd(int ac, char **av) argument
67 switch (ac) {
70 ac--;
H A Dname.c47 static int NameCmd(int ac, char **av);
58 NameCmd(int ac, char **av) argument
64 switch (ac) {
H A Dlist.c50 static int ListCmd(int ac, char **av);
65 ListCmd(int ac, char **av) argument
76 while ((ch = getopt(ac, av, "ln")) != -1) {
90 ac -= optind;
94 switch (ac) {
H A Dwrite.c50 static int WriteCmd(int ac, char **av);
62 WriteCmd(int ac, char **av) argument
74 if (ac < 3)
80 if (ac != 4)
96 for (i = 2, len = 0; i < ac && len < sizeof(buf); i++, len++) {
H A Dstatus.c49 static int StatusCmd(int ac, char **av);
60 StatusCmd(int ac, char **av) argument
69 switch (ac) {
H A Dtypes.c48 static int TypesCmd(int ac, char **av);
59 TypesCmd(int ac, char **av __unused) argument
67 switch (ac) {
/freebsd-11-stable/usr.sbin/devctl/
H A Ddevctl.c41 int (*handler)(int ac, char **av);
55 devctl_ ## name ## _table_handler(int ac, char **av) \
58 SET_LIMIT(DEVCTL_DATASET(name)), ac, av)); \
63 struct devctl_command **end, int ac, char **av);
91 struct devctl_command **end, int ac, char **av)
95 if (ac < 2) {
101 return ((*cmd)->handler(ac - 1, av + 1));
109 help(int ac __unused, char **av __unused)
118 attach(int ac, char **av) argument
121 if (ac !
90 devctl_table_handler(struct devctl_command **start, struct devctl_command **end, int ac, char **av) argument
138 detach(int ac, char **av) argument
172 disable(int ac, char **av) argument
198 enable(int ac, char **av) argument
210 suspend(int ac, char **av) argument
222 resume(int ac, char **av) argument
242 set_driver(int ac, char **av) argument
276 clear_driver(int ac, char **av) argument
302 rescan(int ac, char **av) argument
322 delete(int ac, char **av) argument
356 reset(int ac, char **av) argument
382 main(int ac, char *av[]) argument
[all...]
/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt_addresses.c60 const fdt32_t *ac; local
64 ac = fdt_getprop(fdt, nodeoffset, "#address-cells", &len);
65 if (!ac)
68 if (len != sizeof(*ac))
71 val = fdt32_to_cpu(*ac);
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt_addresses.c60 const fdt32_t *ac; local
64 ac = fdt_getprop(fdt, nodeoffset, "#address-cells", &len);
65 if (!ac)
68 if (len != sizeof(*ac))
71 val = fdt32_to_cpu(*ac);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dmk_req_ext.c50 krb5_auth_context ac; local
57 ac = *auth_context;
59 ret = krb5_auth_con_init(context, &ac);
63 if(ac->local_subkey == NULL && (ap_req_options & AP_OPTS_USE_SUBKEY)) {
65 ac,
71 krb5_free_keyblock(context, ac->keyblock);
72 ret = krb5_copy_keyblock(context, &in_creds->session, &ac->keyblock);
82 if(ac->keyblock->keytype == ETYPE_DES_CBC_CRC) {
91 } else if(ac->keyblock->keytype == ETYPE_ARCFOUR_HMAC_MD5 ||
92 ac
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs/
H A Daccess.c43 svn_fs_access_t *ac;
47 ac = apr_pcalloc(pool, sizeof(*ac));
48 ac->username = apr_pstrdup(pool, username);
49 ac->lock_tokens = apr_hash_make(pool);
50 *access_ctx = ac;
42 svn_fs_access_t *ac; local
/freebsd-11-stable/sys/dev/amr/
H A Damr.c118 static void amr_completeio(struct amr_command *ac);
131 static int amr_wait_command(struct amr_command *ac) __unused;
132 static int amr_mapcmd(struct amr_command *ac);
133 static void amr_unmapcmd(struct amr_command *ac);
134 static int amr_start(struct amr_command *ac);
139 static void amr_abort_load(struct amr_command *ac);
144 static int amr_quartz_submit_command(struct amr_command *ac);
146 static int amr_quartz_poll_command(struct amr_command *ac);
147 static int amr_quartz_poll_command1(struct amr_softc *sc, struct amr_command *ac);
149 static int amr_std_submit_command(struct amr_command *ac);
561 struct amr_command *ac; local
757 struct amr_command *ac; local
1059 struct amr_command *ac; local
1117 struct amr_command *ac; local
1154 struct amr_command *ac; local
1199 struct amr_command *ac; local
1236 amr_completeio(struct amr_command *ac) argument
1268 struct amr_command *ac; local
1348 amr_wait_command(struct amr_command *ac) argument
1373 amr_std_poll_command(struct amr_command *ac) argument
1406 struct amr_command *ac = arg; local
1440 amr_quartz_poll_command(struct amr_command *ac) argument
1471 amr_quartz_poll_command1(struct amr_softc *sc, struct amr_command *ac) argument
1538 amr_freeslot(struct amr_command *ac) argument
1563 struct amr_command *ac = (struct amr_command *)arg; local
1608 struct amr_command *ac = arg; local
1643 struct amr_command *ac = arg; local
1680 amr_mapcmd(struct amr_command *ac) argument
1718 amr_unmapcmd(struct amr_command *ac) argument
1744 amr_abort_load(struct amr_command *ac) argument
1765 amr_start(struct amr_command *ac) argument
1806 struct amr_command *ac; local
1860 struct amr_command *ac; local
1921 struct amr_command *ac; local
1948 amr_releasecmd(struct amr_command *ac) argument
1962 struct amr_command *ac; local
2047 amr_quartz_submit_command(struct amr_command *ac) argument
2089 amr_std_submit_command(struct amr_command *ac) argument
2389 struct amr_command *ac; local
[all...]
H A Damrvar.h139 #define AC_IS_SG64(ac) ((ac)->ac_flags & AMR_CMD_SG64)
143 void (* ac_complete)(struct amr_command *ac);
249 int (* amr_submit_command)(struct amr_command *ac);
251 int (*amr_poll_command)(struct amr_command *ac);
252 int (*amr_poll_command1)(struct amr_softc *sc, struct amr_command *ac);
278 extern void amr_releasecmd(struct amr_command *ac);
327 amr_enqueue_ready(struct amr_command *ac) argument
330 STAILQ_INSERT_TAIL(&ac->ac_sc->amr_ready, ac, ac_lin
334 amr_requeue_ready(struct amr_command *ac) argument
343 struct amr_command *ac; local
351 amr_enqueue_completed(struct amr_command *ac, ac_qhead_t *head) argument
360 struct amr_command *ac; local
368 amr_enqueue_free(struct amr_command *ac) argument
377 struct amr_command *ac; local
[all...]
/freebsd-11-stable/sbin/ipfw/
H A Dmain.c97 int ch, ac; local
143 for (i = 0, ac = 1; i < l; i++)
145 ac++;
154 ac++; /* add 1 for the program name */
155 av_size = (ac+1) * sizeof(char *) + l + 1;
163 av_p = (char *)&av[ac+1];
164 for (ac = 1, i = j = 0; i < l; i++) {
169 av[ac] = av_p;
172 ac++;
201 for (first = i = ac
466 ipfw_readfile(int ac, char *av[]) argument
606 main(int ac, char *av[]) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A Djdtrace.c37 int i, ac, has64; local
40 ac = argc + 3;
41 av = p = alloca(sizeof (char *) * ac);
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Ddestroy_c.c50 if (context->ac != NULL)
51 krb5_auth_con_free(context->context, context->ac);
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dexport_sec_context.c46 krb5_auth_context ac; local
70 ac = ctx->auth_context;
75 if (ac->local_address)
77 if (ac->remote_address)
79 if (ac->keyblock)
81 if (ac->local_subkey)
83 if (ac->remote_subkey)
94 kret = krb5_store_int32 (sp, ac->flags);
99 if (ac->local_address) {
100 kret = krb5_store_address (sp, *ac
[all...]
/freebsd-11-stable/usr.sbin/mptutil/
H A Dmptutil.c80 version(int ac, char **av) argument
93 main(int ac, char **av) argument
98 while ((ch = getopt(ac, av, "u:")) != -1) {
109 ac -= optind;
112 if (ac == 0)
121 if ((*cmd)->handler(ac, av))
/freebsd-11-stable/stand/common/
H A Dinterp_parse.c90 int ac; local
96 ac = *argc = 0;
133 PARSE_FAIL(insert(&ac, buf));
184 PARSE_FAIL(insert(&ac, buf));
186 args[ac] = NULL;
187 *argc = ac;
188 *argv = (char **)malloc((sizeof(char *) * ac + 1));
189 bcopy(args, *argv, sizeof(char *) * ac + 1);
/freebsd-11-stable/contrib/gperf/
H A DMakefile.devel13 configure : configure.ac aclocal.m4
16 lib/configure : lib/configure.ac aclocal.m4
19 src/configure : src/configure.ac aclocal.m4
22 tests/configure : tests/configure.ac aclocal.m4
25 doc/configure : doc/configure.ac aclocal.m4
31 src/config.h.in : src/configure.ac aclocal.m4

Completed in 301 milliseconds

1234567891011>>