Searched refs:tag (Results 426 - 450 of 949) sorted by relevance

<<11121314151617181920>>

/freebsd-10.2-release/sys/powerpc/ps3/
H A Dps3cdrom.c199 device_printf(dev, "Could not create DMA tag\n");
474 uint64_t tag, status; local
476 if (lv1_storage_get_async_status(devid, &tag, &status) != 0)
481 /* Find transfer with the returned tag */
484 if (xp->x_tag == tag)
495 ("ATAPI command 0x%02x tag 0x%016lx completed (0x%016lx)\n",
496 cdb[0], tag, status));
542 "Could not find transfer with tag 0x%016lx\n", tag);
672 ("ATAPI command 0x%02x tag
[all...]
/freebsd-10.2-release/usr.bin/csup/
H A Dconfig.c202 /* Next the per-collection refuse files that applies to all release/tag
212 /* Finally, the per-release and per-tag refuse file. */
379 const char *tag; local
386 tag = ".";
388 tag = coll->co_tag;
392 coll->co_release, tag);
397 xasprintf(&suffix, ":%s", tag);
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dir.c164 const char *tail, void *tag, dsl_dir_t **ddp)
172 err = dmu_bonus_hold(dp->dp_meta_objset, ddobj, tag, &dbuf);
268 spa_open_ref(dp->dp_spa, tag);
280 dmu_buf_rele(dbuf, tag);
285 dsl_dir_rele(dsl_dir_t *dd, void *tag) argument
288 spa_close(dd->dd_pool->dp_spa, tag);
289 dmu_buf_rele(dd->dd_dbuf, tag);
396 dsl_dir_hold(dsl_pool_t *dp, const char *name, void *tag, argument
416 err = dsl_dir_hold_obj(dp, dp->dp_root_dir_obj, NULL, tag, &dd);
441 err = dsl_dir_hold_obj(dp, ddobj, buf, tag,
163 dsl_dir_hold_obj(dsl_pool_t *dp, uint64_t ddobj, const char *tail, void *tag, dsl_dir_t **ddp) argument
[all...]
/freebsd-10.2-release/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdio.c201 /* initiator tag */
202 ttdsaXchg->tag = (bit16)agInitiatorTag;
204 = ttdsaXchg->tag;
206 = ttdsaXchg->tag;
208 TI_DBG6(("ttdsaSSPReqReceived: initiator tag 0x%x\n", agInitiatorTag));
525 agSSPTargetReq->agTag = ttdsaXchg->tag;
603 TI_DBG4(("tiTGTIOStart: initiator tag 0x%x\n", ttdsaXchg->tag));
622 TI_DBG4(("tiTGTIOStart: initiator tag 0x%x\n", ttdsaXchg->tag));
[all...]
/freebsd-10.2-release/sbin/ifconfig/
H A Difieee80211.c1548 getrate(const char *val, const char *tag) argument
1555 errx(-1, "invalid %s rate (must be .5 Mb/s units)", tag);
2455 printie(const char* tag, const uint8_t *ie, size_t ielen, int maxlen) argument
2457 printf("%s", tag);
2459 maxlen -= strlen(tag)+2;
2492 printwmeparam(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2500 printf("%s", tag);
2523 printwmeinfo(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2525 printf("%s", tag);
2535 printhtcap(const char *tag, cons argument
2569 printhtinfo(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2601 printathie(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2632 printmeshconf(const char *tag, const uint8_t *ie, size_t ielen, int maxlen) argument
2716 printwpaie(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2802 printrsnie(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2857 printwpsie(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2918 printtdmaie(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2976 printssid(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2984 printrates(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
3001 printcountry(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
3726 list_wme_aci(int s, const char *tag, int ac) argument
4204 printrate(const char *tag, int v, int defrate, int defmcs) argument
[all...]
/freebsd-10.2-release/contrib/binutils/binutils/
H A Dieee.c123 /* This structure holds a linked last of structs with their tag names,
128 /* Next tag. */
130 /* This tag name. */
132 /* The type of the tag. */
1376 bfd_boolean tag, typdef; local
1428 tag = FALSE;
1519 tag = TRUE;
1572 tag = TRUE;
1627 tag = TRUE;
1732 tag
2526 const char *tag; local
3742 const char *tag; member in struct:ieee_defined_enum
5301 ieee_enum_type(void *p, const char *tag, const char **names, bfd_signed_vma *vals) argument
5818 ieee_start_struct_type(void *p, const char *tag, unsigned int id, bfd_boolean structp, unsigned int size) argument
6091 ieee_start_class_type(void *p, const char *tag, unsigned int id, bfd_boolean structp, unsigned int size, bfd_boolean vptr, bfd_boolean ownvptr) argument
[all...]
/freebsd-10.2-release/contrib/bsnmp/snmpd/
H A Dtrap.c541 char *tag; local
587 if ((tag = strstr(ta->taglist, n->taglist)) != NULL &&
588 (tag[strlen(n->taglist)] == ' ' ||
589 tag[strlen(n->taglist)] == '\0' ||
590 tag[strlen(n->taglist)] == '\t' ||
591 tag[strlen(n->taglist)] == '\r' ||
592 tag[strlen(n->taglist)] == '\n') &&
/freebsd-10.2-release/sys/dev/ntb/ntb_hw/
H A Dntb_hw.c106 void *tag; member in struct:ntb_int_info
471 ntb->int_info[i].tag = NULL;
490 &ntb->int_info[i].tag) != 0) {
507 ntb->int_info[0].tag = NULL;
512 interrupt_handler, ntb, &ntb->int_info[0].tag) != 0) {
530 if (current_int->tag != NULL)
532 current_int->tag);
/freebsd-10.2-release/sys/netpfil/pf/
H A Dpf_ioctl.c124 uint16_t tag; member in struct:pf_tagname
133 static MALLOC_DEFINE(M_PFTAG, "pf_tag", "pf(4) tag names");
383 if (rule->tag)
384 tag_unref(&V_pf_tags, rule->tag);
423 struct pf_tagname *tag, *p = NULL; local
428 TAILQ_FOREACH(tag, head, entries)
429 if (strcmp(tagname, tag->name) == 0) {
430 tag->ref++;
431 return (tag->tag);
466 tag_unref(struct pf_tags *head, u_int16_t tag) argument
[all...]
/freebsd-10.2-release/sys/dev/aic7xxx/
H A Daic79xx.h120 aic_le16toh(scb->hscb->tag)
420 uint8_t initiator_tag; /* Initiator's transaction tag */
453 uint8_t initiator_tag; /* Initiator's transaction tag */
503 /*16*/ uint16_t tag; /* Reused by Sequencer. */ member in struct:hardware_scb
656 * Per-device lists of SCBs whose tag ID would collide
657 * with an already active tag on the device.
667 * Mapping from tag to SCB.
1091 uint16_t tag; member in struct:ahd_completion
1406 u_int tag, role_t role);
1467 char channel, int lun, u_int tag,
[all...]
/freebsd-10.2-release/contrib/libstdc++/libsupc++/
H A DMakefile.in381 LTCOMPILE = $(LIBTOOL) --tag CC --tag disable-shared --mode=compile $(CC) \
392 # 2) In general, libtool expects an argument such as `--tag=CXX' when
401 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
405 # We have to put --tag disable-shared after --tag CXX lest things
407 LTCXXCOMPILE = $(LIBTOOL) --tag CXX --tag disable-shared \
419 CXXLINK = $(LIBTOOL) --tag CXX --tag disabl
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/hx509/
H A Dks_keychain.c61 attrInfo.tag = &item;
496 attrInfo.tag = item;
517 attrKeyid.tag = kSecKeyLabel;
/freebsd-10.2-release/contrib/wpa/src/eap_peer/
H A Deap_psk.c184 const u8 *pchannel, *tag, *msg; local
262 tag = pchannel;
286 left, tag)) {
/freebsd-10.2-release/contrib/wpa/src/wps/
H A Dhttpread.c828 * to line within header content matching the given tag
829 * (after the tag itself and any spaces/tabs).
831 * The tag should end with a colon for reliable matching.
835 char * httpread_hdr_line_get(struct httpread *h, const char *tag) argument
837 int tag_len = os_strlen(tag);
844 if (!os_strncasecmp(hdr, tag, tag_len)) {
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_scan.c202 ipf_scan_lookup(tag)
203 char *tag;
208 if (!strcmp(i->ipsc_tag, tag))
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.h39 size_t AppendDIEsWithTag (const dw_tag_t tag, DWARFDIECollection& matching_dies, uint32_t depth = UINT32_MAX) const;
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h381 const ProgramPointTag *tag = 0,
384 Pred->getLocationContext(), tag);
391 const ProgramPointTag *tag = 0,
394 Pred->getLocationContext(), tag);
/freebsd-10.2-release/contrib/gcc/
H A Dtree-flow.h92 pointer will be represented by this memory tag, instead of the type
93 tag computed by TBAA. */
323 struct tree_ann_common_d GTY((tag ("TREE_ANN_COMMON"))) common;
324 struct var_ann_d GTY((tag ("VAR_ANN"))) vdecl;
325 struct function_ann_d GTY((tag ("FUNCTION_ANN"))) fdecl;
326 struct stmt_ann_d GTY((tag ("STMT_ANN"))) stmt;
/freebsd-10.2-release/contrib/libstdc++/src/
H A DMakefile.am233 # 2) In general, libtool expects an argument such as `--tag=CXX' when
242 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
245 LTCXXCOMPILE = $(LIBTOOL) --tag CXX --mode=compile $(CXX) $(INCLUDES) \
256 CXXLINK = $(LIBTOOL) --tag CXX --mode=link $(CXX) \
/freebsd-10.2-release/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c66 #include "event2/tag.h"
742 ev_uint32_t tag; local
792 if (evtag_peek(tmp, &tag) == -1)
793 tt_abort_msg("Failed to peak tag.");
795 if (tag != 0xdeaf)
796 TT_DIE(("Got incorrect tag: %0x.", (unsigned)tag));
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dra_serf.h564 * This may be invoked multiple times for the same tag.
587 /* Callback invoked when a tag is opened. */
590 /* Callback invoked when a tag is closed. */
669 /* Called just after the parser moves into ENTERED_STATE. The tag causing
683 const svn_ra_serf__dav_props_t *tag,
739 /* And when this tag is observed */
768 If OPENED_CB is not NULL, then it will be invoked for *every* tag-open
840 /* Any XML parser may be used. When an opening tag is seen, call this
848 /* When a close tag is seen, call this function to feed the information
873 /* Have we seen an error tag
[all...]
/freebsd-10.2-release/contrib/groff/src/libs/libbib/
H A Dindex.cpp61 tag *tags;
201 int sz = (header.tags_size * sizeof(tag)
211 tags = (tag *)(addr + sizeof(header));
235 return "bad tag index";
358 error("bad tag number");
361 tag *tp = indx->tags + tagno;
/freebsd-10.2-release/sys/dev/isci/scil/
H A Dscic_controller.h397 * result, it is expected the user will have set the NCQ tag
408 * @param[in] io_tag This parameter specifies a previously allocated IO tag
413 * on allocating a tag.
450 * @param[in] io_tag This parameter specifies a previously allocated IO tag
457 * on allocating a tag.
497 #define scic_controller_start_task(controller, dev, task, tag) SCI_TASK_FAILURE
541 * - If the IO tag for a request was allocated, by the SCI Core user,
544 * scic_controller_free_io_tag() method to free the tag (i.e. this
545 * method will not free the IO tag).
612 * @brief This method will allocate a tag fro
[all...]
/freebsd-10.2-release/sys/dev/wpi/
H A Dif_wpivar.h57 bus_dma_tag_t tag; member in struct:wpi_dma_info
/freebsd-10.2-release/sys/ia64/ia64/
H A Dpmap.c282 pte[i].tag = 1UL << 63; /* Invalid tag */
519 uint64_t tag; local
525 tag = ia64_ttag(va);
528 atomic_cmpset_64(&pte->tag, tag, 1UL << 63);
1062 uint64_t chain, tag; local
1064 tag = ia64_ttag(va);
1072 while (chain != 0 && pte->tag != tag) {
1102 uint64_t chain, tag; local
[all...]

Completed in 244 milliseconds

<<11121314151617181920>>