Searched refs:aux (Results 76 - 100 of 235) sorted by relevance

12345678910

/freebsd-10.3-release/contrib/atf/atf-c/detail/
H A Dfs.c456 atf_dynstr_t aux; local
461 err = normalize_ap(&aux, fmt, ap2);
464 const char *auxstr = atf_dynstr_cstring(&aux);
470 atf_dynstr_fini(&aux);
/freebsd-10.3-release/contrib/gcc/
H A Dcfgbuild.c240 #define STATE(BB) (enum state) ((size_t) (BB)->aux)
241 #define SET_STATE(BB, STATE) ((BB)->aux = (void *) (size_t) (STATE))
245 #define FULL_STATE(BB) ((size_t) (BB)->aux)
531 /* Clear bb->aux on all extant basic blocks. We'll use this as a
535 bb->aux = NULL;
H A Dmips-tfile.c61 COFF, the aux. information does not follow the symbol that uses
63 the MIPS compilers to collapse duplicate aux. entries, but I've not
65 types of aux. entries are:
72 function for the end of function first aux. entry.
81 aux. entry is the file number, and index: which is the pointer
92 size in bits follows as the next aux. entry.
94 b) continued: a bit that says the next aux. entry is a
234 5) index: pointer to a local symbol or aux. entry.
1065 symint_t void_type; /* aux. pointer to 'void' type */
1066 symint_t int_type; /* aux
1090 AUXU aux [ PAGE_SIZE / sizeof (AUXU) ]; member in union:page
2028 AUXU aux; local
[all...]
H A Dmodulo-sched.c195 #define SCHED_ASAP(x) (((node_sched_params_ptr)(x)->aux.info)->asap)
196 #define SCHED_TIME(x) (((node_sched_params_ptr)(x)->aux.info)->time)
198 (((node_sched_params_ptr)(x)->aux.info)->first_reg_move)
200 (((node_sched_params_ptr)(x)->aux.info)->nreg_moves)
201 #define SCHED_ROW(x) (((node_sched_params_ptr)(x)->aux.info)->row)
202 #define SCHED_STAGE(x) (((node_sched_params_ptr)(x)->aux.info)->stage)
203 #define SCHED_COLUMN(x) (((node_sched_params_ptr)(x)->aux.info)->column)
352 the aux field of each node contain the asap bound (computed earlier),
370 node_sched_params[i].asap = g->nodes[i].aux.count;
371 g->nodes[i].aux
[all...]
H A Dcfgrtl.c255 && bb->aux == NULL)
314 bb->aux = bb;
344 bb->aux = NULL;
1499 bb->aux = &bb->aux;
1534 if (bb->aux)
1537 /* Check for forgotten bb->aux values before commit_edge_insertions
1539 gcc_assert (bb->aux == &bb->aux);
1540 bb->aux
[all...]
H A Dmode-switching.c139 some that are already non-transparent, or an edge where aux is set; that
154 if (e->aux || ! TEST_BIT (transp[pb->index], j))
583 mode of the same entity. First set the aux field of each
595 eg->aux = 0;
600 eg->aux = (void *)1;
H A Dcfgloopmanip.c956 gcc_assert (!new_bbs[i]->aux);
957 new_bbs[i]->aux = (void *)(size_t)(j + 1);
1039 bb->aux = 0;
1410 bb->aux = (void *) (size_t) bb->loop_father->depth;
1478 && (void *) (size_t) bb->loop_father->depth != bb->aux)
1481 bb->aux = NULL;
H A Dtree-data-ref.h80 int aux; member in struct:data_reference
/freebsd-10.3-release/sys/dev/atkbdc/
H A Datkbdcreg.h87 /* aux device commands (sent to KBD_DATA_PORT) */
133 /* aux device ID */
200 int command_mask; /* command byte mask bits for kbd/aux devices */
203 kqueue aux; /* auxiliary data queue */ member in struct:atkbdc_softc
/freebsd-10.3-release/contrib/ntp/sntp/scripts/
H A DgenLocInfo42 PATH=$PATH:libevent/build-aux
/freebsd-10.3-release/contrib/ntp/
H A DMakefile.am137 CVO=`$(srcdir)/sntp/libevent/build-aux/config.guess`
/freebsd-10.3-release/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.c84 m = cmd->aux;
85 cmd->aux = NULL;
/freebsd-10.3-release/crypto/openssl/crypto/asn1/
H A Dtasn_dec.c172 const ASN1_AUX *aux = it->funcs; local
187 if (aux && aux->asn1_cb)
188 asn1_cb = aux->asn1_cb;
378 if (aux && (aux->flags & ASN1_AFLG_BROKEN)) {
H A Dasn_mime.c368 const ASN1_AUX *aux = it->funcs; local
381 if (!aux || !aux->asn1_cb) {
392 if (aux->asn1_cb(ASN1_OP_DETACHED_PRE, &val, it, &sarg) <= 0)
399 if (aux->asn1_cb(ASN1_OP_DETACHED_POST, &val, it, &sarg) <= 0)
/freebsd-10.3-release/contrib/amd/scripts/
H A DMakefile.in122 mkinstalldirs = $(SHELL) $(top_srcdir)/aux/mkinstalldirs
147 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/./aux/configure.in $(ACLOCAL_M4)
148 cd $(top_srcdir) && $(AUTOMAKE) --localdir=./aux --gnu --include-deps scripts/Makefile
/freebsd-10.3-release/sys/dev/bktr/
H A Dbktr_os.c910 bktr_probe(parent, match, aux)
917 void *aux;
919 struct pci_attach_args *pa = aux;
936 bktr_attach(struct device *parent, struct device *self, void *aux) argument
944 struct pci_attach_args *pa = aux;
999 struct pci_attach_args *pa = aux;
/freebsd-10.3-release/contrib/binutils/gas/
H A Decoff.c86 COFF, the aux. information does not follow the symbol that uses
88 the MIPS compilers to collapse duplicate aux. entries, but I've not
90 types of aux. entries are:
97 function for the end of function first aux. entry.
106 aux. entry is the file number, and index: which is the pointer
117 size in bits follows as the next aux. entry.
119 b) continued: a bit that says the next aux. entry is a
258 5) index: pointer to a local symbol or aux. entry.
855 /* For aux information we keep the type and the data. */
857 enum aux_type type; /* aux typ
1035 aux_t aux [ PAGE_SIZE / sizeof (aux_t) ]; member in union:page
1853 AUXU aux; local
[all...]
/freebsd-10.3-release/contrib/binutils/bfd/
H A Dcofflink.c84 ret->aux = NULL;
540 (*sym_hash)->aux = alloc;
557 section->size = (*sym_hash)->aux[0].x_scn.x_scnlen;
560 matches the size in the aux entry, but apparently
1567 union internal_auxent aux;
1598 /* Pick up the aux entry, which points to the end of the tag
1602 &aux);
1610 + aux.x_sym.x_fcnary.x_fcn.x_endndx.l * isymesz);
1890 /* Fix up the aux entries. This must be done in a separate pass,
1923 will have aux entrie
1566 union internal_auxent aux; local
1601 &aux); local
1937 union internal_auxent aux; local
[all...]
H A Dlibcoff.h268 union internal_auxent *aux; member in struct:coff_link_hash_entry
477 /* Symbol index of first aux entry of last .bf symbol with an empty
480 /* Contents of last_bf_index aux entry. */
893 #define bfd_coff_print_aux(abfd, file, base, symbol, aux, indaux)\
895 (abfd, file, base, symbol, aux, indaux))
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_label.c352 const char *aux = NULL; local
372 aux = "err_exceeded";
376 aux = "external";
380 if (aux != NULL)
381 fnvlist_add_string(nv, ZPOOL_CONFIG_AUX_STATE, aux);
H A Dvdev.c664 char *aux; local
669 ZPOOL_CONFIG_AUX_STATE, &aux) == 0 &&
670 strcmp(aux, "external") == 0)
2412 vdev_fault(spa_t *spa, uint64_t guid, vdev_aux_t aux) argument
2427 * We don't directly use the aux state here, but if we do a
2431 vd->vdev_label_aux = aux;
2439 vdev_set_state(vd, B_FALSE, VDEV_STATE_FAULTED, aux);
2456 vdev_set_state(vd, B_FALSE, VDEV_STATE_DEGRADED, aux);
2468 vdev_degrade(spa_t *spa, uint64_t guid, vdev_aux_t aux) argument
2489 aux);
3082 nvlist_t **aux; local
3262 vdev_set_state(vdev_t *vd, boolean_t isopen, vdev_state_t state, vdev_aux_t aux) argument
[all...]
/freebsd-10.3-release/contrib/groff/doc/
H A DMakefile.in138 -rm -f *.aux *.dvi *.pdf *.log *.toc texput.log
/freebsd-10.3-release/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp703 const uint8_t *aux = NULL; local
707 aux = reinterpret_cast<const uint8_t *>(symbol + 1);
709 // Verify that the aux symbol points to a valid entry in the symbol table.
710 uintptr_t offset = uintptr_t(aux) - uintptr_t(base());
720 return ArrayRef<uint8_t>(aux, symbol->NumberOfAuxSymbols * sizeof(coff_symbol));
/freebsd-10.3-release/lib/libc/include/
H A Dlibc_private.h48 * Elf_Auxinfo *__elf_aux_vector, the pointer to the ELF aux vector
389 int _elf_aux_info(int aux, void *buf, int buflen);
/freebsd-10.3-release/sys/dev/mii/
H A Dbrgphy.c485 int aux, bmcr, bmsr, val, xstat; local
513 aux = PHY_READ(sc, BRGPHY_MII_AUXSTS);
516 if (aux & BRGPHY_AUXSTS_LINK) {
518 switch (aux & BRGPHY_AUXSTS_AN_RES) {

Completed in 402 milliseconds

12345678910