Searched refs:aux (Results 101 - 125 of 235) sorted by relevance

12345678910

/freebsd-10.3-release/sys/dev/fatm/
H A Dif_fatmreg.h497 } aux; member in struct:fatm_stats
/freebsd-10.3-release/contrib/ntp/sntp/libevent/
H A DMakefile.in397 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
674 LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
689 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
696 $(top_srcdir)/build-aux/compile \
697 $(top_srcdir)/build-aux/config.guess \
698 $(top_srcdir)/build-aux/config.sub \
699 $(top_srcdir)/build-aux/depcomp \
700 $(top_srcdir)/build-aux/install-sh \
701 $(top_srcdir)/build-aux/ltmain.sh \
702 $(top_srcdir)/build-aux/missin
[all...]
/freebsd-10.3-release/contrib/gcc/
H A Dcgraphunit.c719 if (e->aux)
721 error ("aux field set for edge %s->%s",
802 if (e->aux)
816 e->aux = (void *)1;
835 if (!e->aux)
843 e->aux = 0;
H A Dtree-ssa-pre.c273 #define EXP_GEN(BB) ((bb_value_sets_t) ((BB)->aux))->exp_gen
274 #define PHI_GEN(BB) ((bb_value_sets_t) ((BB)->aux))->phi_gen
275 #define TMP_GEN(BB) ((bb_value_sets_t) ((BB)->aux))->tmp_gen
276 #define AVAIL_OUT(BB) ((bb_value_sets_t) ((BB)->aux))->avail_out
277 #define ANTIC_IN(BB) ((bb_value_sets_t) ((BB)->aux))->antic_in
278 #define RVUSE_IN(BB) ((bb_value_sets_t) ((BB)->aux))->rvuse_in
279 #define RVUSE_GEN(BB) ((bb_value_sets_t) ((BB)->aux))->rvuse_gen
280 #define RVUSE_KILL(BB) ((bb_value_sets_t) ((BB)->aux))->rvuse_kill
281 #define RVUSE_OUT(BB) ((bb_value_sets_t) ((BB)->aux))->rvuse_out
282 #define NEW_SETS(BB) ((bb_value_sets_t) ((BB)->aux))
[all...]
H A Dtree-ssa-dom.c198 e->aux = edge_info;
219 struct edge_info *edge_info = (struct edge_info *) e->aux;
226 e->aux = NULL;
622 edge_info = (struct edge_info *) true_edge->aux;
662 edge_info = (struct edge_info *) false_edge->aux;
822 edge_info = (struct edge_info *) e->aux;
H A Dtree-inline.c690 (basic_block) bb->prev_bb->aux);
787 accordingly. Edges will be taken care of later. Assume aux
792 basic_block new_bb = (basic_block) bb->aux;
809 && old_edge->dest->aux != EXIT_BLOCK_PTR)
811 new = make_edge (new_bb, (basic_block) old_edge->dest->aux, flags);
938 ENTRY_BLOCK_PTR_FOR_FUNCTION (cfun_to_copy)->aux = entry_block_map;
939 EXIT_BLOCK_PTR_FOR_FUNCTION (cfun_to_copy)->aux = exit_block_map;
950 /* Use aux pointers to map the original blocks to copy. */
952 bb->aux = copy_bb (id, bb, frequency_scale, count_scale);
957 bb->aux
[all...]
H A Dcfghooks.c737 n->aux = s->aux;
/freebsd-10.3-release/sys/kern/
H A Dkern_proc.c1553 Elf32_Auxinfo aux; local
1585 error = proc_read_mem(td, p, ptr, &aux, sizeof(aux));
1588 if (aux.a_type == AT_NULL)
1590 ptr += sizeof(aux);
1592 if (aux.a_type != AT_NULL)
1595 size = vsize * sizeof(aux);
1626 Elf_Auxinfo aux; local
1657 * The aux array is just above env array on the stack. Check
1669 * We count the array size reading the aux vector
[all...]
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c818 make_vdev_file(char *path, char *aux, char *pool, size_t size, uint64_t ashift) argument
830 if (aux != NULL) {
835 aux, vdev);
862 make_vdev_raidz(char *path, char *aux, char *pool, size_t size, argument
869 return (make_vdev_file(path, aux, pool, size, ashift));
873 child[c] = make_vdev_file(path, aux, pool, size, ashift);
892 make_vdev_mirror(char *path, char *aux, char *pool, size_t size, argument
899 return (make_vdev_raidz(path, aux, pool, size, ashift, r));
904 child[c] = make_vdev_raidz(path, aux, pool, size, ashift, r);
921 make_vdev_root(char *path, char *aux, cha argument
2570 char *aux; local
[all...]
/freebsd-10.3-release/contrib/libyaml/config/
H A Dconfig.sub465 aux)
467 os=-aux
1301 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1686 -aux*)
/freebsd-10.3-release/contrib/ofed/libibcm/config/
H A Dconfig.sub426 aux)
428 os=-aux
1181 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1551 -aux*)
/freebsd-10.3-release/contrib/ofed/librdmacm/config/
H A Dconfig.sub426 aux)
428 os=-aux
1181 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1551 -aux*)
/freebsd-10.3-release/contrib/openbsm/config/
H A Dconfig.sub402 aux)
404 os=-aux
1134 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1476 -aux*)
/freebsd-10.3-release/contrib/ncurses/
H A Dconfig.sub446 aux)
448 os=-aux
1262 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1645 -aux*)
/freebsd-10.3-release/contrib/tcpdump/
H A Dconfig.sub464 aux)
466 os=-aux
1295 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1680 -aux*)
/freebsd-10.3-release/crypto/heimdal/
H A Dconfig.sub463 aux)
465 os=-aux
1294 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1677 -aux*)
/freebsd-10.3-release/contrib/tcsh/
H A Dconfig.sub464 aux)
466 os=-aux
1295 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1680 -aux*)
/freebsd-10.3-release/contrib/groff/doc/
H A DMakefile.sub97 groff.aux groff.cp* groff.dvi groff.es* groff.fn* groff.html groff.ky* \
/freebsd-10.3-release/contrib/binutils/
H A Dconfig.sub438 aux)
440 os=-aux
1218 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1598 -aux*)
/freebsd-10.3-release/contrib/libpcap/
H A Dconfig.sub464 aux)
466 os=-aux
1295 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1680 -aux*)
/freebsd-10.3-release/contrib/libreadline/doc/
H A DMakefile.in171 $(RM) *.aux *.bak *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.cps \
/freebsd-10.3-release/contrib/libreadline/support/
H A Dconfig.sub394 aux)
396 os=-aux
1109 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1442 -aux*)
/freebsd-10.3-release/share/mk/
H A Dbsd.info.mk170 .for _f in aux cp fn ky log out pg toc tp vr dvi
/freebsd-10.3-release/contrib/binutils/bfd/
H A Dlibcoff-in.h264 union internal_auxent *aux; member in struct:coff_link_hash_entry
473 /* Symbol index of first aux entry of last .bf symbol with an empty
476 /* Contents of last_bf_index aux entry. */
/freebsd-10.3-release/sys/dev/tpm/
H A Dtpm.c340 tpm_match(struct device *parent, void *match, void *aux) argument
342 struct isa_attach_args *ia = aux;
373 tpm_attach(struct device *parent, struct device *self, void *aux) argument
376 struct isa_attach_args *ia = aux;

Completed in 406 milliseconds

12345678910