Searched refs:tag2 (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/scsi/
H A Dzfcp_dbf.c155 strncpy(rec->tag2, "perr", ZFCP_DBF_TAG_SIZE);
158 strncpy(rec->tag2, "ferr", ZFCP_DBF_TAG_SIZE);
162 strncpy(rec->tag2, "open", ZFCP_DBF_TAG_SIZE);
168 strncpy(rec->tag2, "qual", ZFCP_DBF_TAG_SIZE);
171 strncpy(rec->tag2, "norm", ZFCP_DBF_TAG_SIZE);
254 strncpy(rec->tag2, tag, ZFCP_DBF_TAG_SIZE);
456 if (isalpha(rec->tag2[0]))
457 len += zfcp_dbf_tag(out_buf + len, "tag2", rec->tag2);
706 _zfcp_scsi_dbf_event_common(const char *tag, const char *tag2, in argument
[all...]
H A Dzfcp_def.h338 u8 tag2[ZFCP_DBF_TAG_SIZE]; member in struct:zfcp_hba_dbf_record
391 u8 tag2[ZFCP_DBF_TAG_SIZE]; member in struct:zfcp_scsi_dbf_record
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dfile.c142 struct filetag const *tag1 = a, *tag2 = b; local
144 if (tag1->location < tag2->location)
146 else if (tag1->location > tag2->location)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dfile.c142 struct filetag const *tag1 = a, *tag2 = b; local
144 if (tag1->location < tag2->location)
146 else if (tag1->location > tag2->location)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/libexif/
H A Dexif-data.c490 ExifShort tag2 = exif_get_short (p2, o); local
492 return (tag1 < tag2) ? -1 : (tag1 > tag2) ? 1 : 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dgconf.c54 GtkTextTag *tag1, *tag2; variable
250 tag2 = gtk_text_buffer_create_tag(txtbuf, "mytag2",
471 gtk_text_buffer_insert_with_tags(buffer, &end, help, -1, tag2,
492 gtk_text_buffer_insert_with_tags(buffer, &end, msg, -1, tag2,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dgconf.c54 GtkTextTag *tag1, *tag2; variable
246 tag2 = gtk_text_buffer_create_tag(txtbuf, "mytag2",
467 gtk_text_buffer_insert_with_tags(buffer, &end, help, -1, tag2,
488 gtk_text_buffer_insert_with_tags(buffer, &end, msg, -1, tag2,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmovenc.c1239 char tag2[16]; local
1245 snprintf(tag2, sizeof(tag2), "%s-", tag);
1246 while ((t2 = av_metadata_get(s->metadata, tag2, t2, AV_METADATA_IGNORE_SUFFIX))) {

Completed in 226 milliseconds