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

12345678910

/freebsd-10.0-release/usr.sbin/ac/
H A DMakefile3 PROG= ac
4 MAN= ac.8
/freebsd-10.0-release/contrib/subversion/
H A Daclocal.m421 # aclocal.m4: Supplementary macros used by Subversion's configure.ac
23 # These are here rather than directly in configure.ac, since this prevents
24 # comments in the macro files being copied into configure.ac, producing
28 sinclude(build/ac-macros/find_apr.m4)
29 sinclude(build/ac-macros/find_apu.m4)
32 sinclude(build/ac-macros/svn-macros.m4)
34 sinclude(build/ac-macros/apache.m4)
35 sinclude(build/ac-macros/apr.m4)
36 sinclude(build/ac-macros/aprutil.m4)
37 sinclude(build/ac
[all...]
/freebsd-10.0-release/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-10.0-release/tools/regression/aio/aiotest/
H A Daiotest.c176 aio_context_init(struct aio_context *ac, const char *test, int read_fd, argument
184 bzero(ac, sizeof(*ac));
185 ac->ac_test = test;
186 ac->ac_read_fd = read_fd;
187 ac->ac_write_fd = write_fd;
188 ac->ac_buflen = buflen;
190 ac->ac_seed = random();
191 aio_fill_buffer(ac->ac_buffer, buflen, ac
206 aio_cleanup(struct aio_context *ac) argument
222 aio_write_test(struct aio_context *ac) argument
282 aio_read_test(struct aio_context *ac) argument
375 struct aio_context ac; local
424 struct aio_context ac; local
489 struct aio_context ac; local
530 struct aio_context ac; local
581 struct aio_context ac; local
639 struct aio_context ac; local
[all...]
/freebsd-10.0-release/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-10.0-release/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
759 struct amr_command *ac; local
1063 struct amr_command *ac; local
1121 struct amr_command *ac; local
1158 struct amr_command *ac; local
1203 struct amr_command *ac; local
1240 amr_completeio(struct amr_command *ac) argument
1272 struct amr_command *ac; local
1352 amr_wait_command(struct amr_command *ac) argument
1377 amr_std_poll_command(struct amr_command *ac) argument
1410 struct amr_command *ac = arg; local
1444 amr_quartz_poll_command(struct amr_command *ac) argument
1475 amr_quartz_poll_command1(struct amr_softc *sc, struct amr_command *ac) argument
1542 amr_freeslot(struct amr_command *ac) argument
1567 struct amr_command *ac = (struct amr_command *)arg; local
1612 struct amr_command *ac = arg; local
1647 struct amr_command *ac = arg; local
1684 amr_mapcmd(struct amr_command *ac) argument
1722 amr_unmapcmd(struct amr_command *ac) argument
1748 amr_abort_load(struct amr_command *ac) argument
1769 amr_start(struct amr_command *ac) argument
1810 struct amr_command *ac; local
1864 struct amr_command *ac; local
1925 struct amr_command *ac; local
1952 amr_releasecmd(struct amr_command *ac) argument
1966 struct amr_command *ac; local
2051 amr_quartz_submit_command(struct amr_command *ac) argument
2093 amr_std_submit_command(struct amr_command *ac) argument
2393 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...]
H A Damr_cam.c91 static void amr_cam_complete(struct amr_command *ac);
419 struct amr_command *ac; local
426 ac = NULL;
443 if ((ac = amr_alloccmd(sc)) == NULL) {
450 aep = &ac->ac_ccb->ccb_epthru;
476 ap = &ac->ac_ccb->ccb_pthru;
502 ac->ac_flags |= AMR_CMD_CCB;
504 ac->ac_data = csio->data_ptr;
505 ac->ac_length = csio->dxfer_len;
507 ac
545 amr_cam_complete(struct amr_command *ac) argument
[all...]
/freebsd-10.0-release/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
450 ipfw_readfile(int ac, char *av[]) argument
590 main(int ac, char *av[]) argument
[all...]
/freebsd-10.0-release/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-10.0-release/crypto/heimdal/lib/kadm5/
H A Ddestroy_c.c50 if (context->ac != NULL)
51 krb5_auth_con_free(context->context, context->ac);
/freebsd-10.0-release/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-10.0-release/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-10.0-release/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)
117 if ((*cmd)->handler(ac, av))
/freebsd-10.0-release/crypto/openssh/
H A Dssh-add.c99 delete_file(AuthenticationConnection *ac, const char *filename, int key_only) argument
110 if (ssh_remove_identity(ac, public)) {
129 if (ssh_remove_identity(ac, cert)) {
149 delete_all(AuthenticationConnection *ac) argument
153 if (ssh_remove_all_identities(ac, 1))
156 ssh_remove_all_identities(ac, 2);
167 add_file(AuthenticationConnection *ac, const char *filename, int key_only) argument
233 if (ssh_add_identity_constrained(ac, private, comment, lifetime,
272 if (!ssh_add_identity_constrained(ac, private, comment,
293 update_card(AuthenticationConnection *ac, in argument
316 list_identities(AuthenticationConnection *ac, int do_fp) argument
351 lock_agent(AuthenticationConnection *ac, int lock) argument
379 do_file(AuthenticationConnection *ac, int deleting, int key_only, char *file) argument
414 AuthenticationConnection *ac = NULL; local
[all...]
/freebsd-10.0-release/sys/net/
H A Dif_arcsubr.c258 struct arccom *ac; local
260 ac = (struct arccom *)ifp->if_l2com;
261 ac->curr_frag = 0;
267 struct arccom *ac; local
271 ac = (struct arccom *)ifp->if_l2com;
272 if ((m = ac->curr_frag) == 0) {
284 ++ac->ac_seqid; /* make the seqid unique */
286 ac->fsflag = 2 * tfrags - 3;
287 ac->sflag = 0;
288 ac
363 struct arccom *ac; local
635 struct arccom *ac; local
844 struct arccom *ac; local
[all...]

Completed in 216 milliseconds

12345678910