Searched refs:tag (Results 1 - 25 of 872) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/kernel/
H A Dcompat.h11 extern void convert_to_tag_list(struct tag *tags);
13 extern void squash_mem_tags(struct tag *tag);
H A Dcompat.c16 * to convert to the new struct tag way.
84 static struct tag * __init memtag(struct tag *tag, unsigned long start, unsigned long size) argument
86 tag = tag_next(tag);
87 tag->hdr.tag = ATAG_MEM;
88 tag->hdr.size = tag_size(tag_mem32);
89 tag
97 struct tag *tag = taglist; local
221 squash_mem_tags(struct tag *tag) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm26/kernel/
H A Dcompat.c17 * to convert to the new struct tag way.
84 static struct tag * __init memtag(struct tag *tag, unsigned long start, unsigned long size) argument
86 tag = tag_next(tag);
87 tag->hdr.tag = ATAG_MEM;
88 tag->hdr.size = tag_size(tag_mem32);
89 tag
97 struct tag *tag = taglist; local
168 squash_mem_tags(struct tag *tag) argument
[all...]
H A Dsetup.c55 extern void convert_to_tag_list(struct tag *tags);
56 extern void squash_mem_tags(struct tag *tag);
271 * of variable-sized tags to the kernel. The first tag must be a ATAG_CORE
272 * tag for the list to be recognised (to distinguish the tagged list from
273 * a param_struct). The list is terminated with a zero-length tag (this tag
276 static int __init parse_tag_core(const struct tag *tag) argument
278 if (tag
288 parse_tag_mem32(const struct tag *tag) argument
316 parse_tag_videotext(const struct tag *tag) argument
333 parse_tag_acorn(const struct tag *tag) argument
342 parse_tag_ramdisk(const struct tag *tag) argument
352 parse_tag_initrd(const struct tag *tag) argument
362 parse_tag_initrd2(const struct tag *tag) argument
372 parse_tag_serialnr(const struct tag *tag) argument
381 parse_tag_revision(const struct tag *tag) argument
389 parse_tag_cmdline(const struct tag *tag) argument
403 parse_tag(const struct tag *tag) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dtag.c2 * libid3tag - ID3 tag manipulation library
19 * $Id: tag.c,v 1.18 2003/04/19 00:14:33 rob Exp $
36 # include "tag.h"
49 * NAME: tag->new()
50 * DESCRIPTION: allocate and return a new, empty tag
54 struct id3_tag *tag; local
56 tag = malloc(sizeof(*tag));
57 if (tag) {
58 tag
77 id3_tag_delete(struct id3_tag *tag) argument
95 id3_tag_addref(struct id3_tag *tag) argument
106 id3_tag_delref(struct id3_tag *tag) argument
117 id3_tag_version(struct id3_tag const *tag) argument
128 id3_tag_options(struct id3_tag *tag, int mask, int values) argument
142 id3_tag_setlength(struct id3_tag *tag, id3_length_t length) argument
153 id3_tag_clearframes(struct id3_tag *tag) argument
171 id3_tag_attachframe(struct id3_tag *tag, struct id3_frame *frame) argument
193 id3_tag_detachframe(struct id3_tag *tag, struct id3_frame *frame) argument
220 id3_tag_findframe(struct id3_tag const *tag, char const *id, unsigned int index) argument
333 v1_attachstr(struct id3_tag *tag, char const *id, char *text, unsigned long number) argument
384 struct id3_tag *tag; local
436 struct id3_tag *tag; local
672 v1_renderstr(struct id3_tag const *tag, char const *frameid, id3_byte_t **buffer, id3_length_t length) argument
696 v1_render(struct id3_tag const *tag, id3_byte_t *buffer) argument
768 id3_tag_render(struct id3_tag const *tag, id3_byte_t *buffer) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dtag.c2 * libid3tag - ID3 tag manipulation library
19 * $Id: tag.c,v 1.18 2003/04/19 00:14:33 rob Exp $
36 # include "tag.h"
49 * NAME: tag->new()
50 * DESCRIPTION: allocate and return a new, empty tag
54 struct id3_tag *tag; local
56 tag = malloc(sizeof(*tag));
57 if (tag) {
58 tag
77 id3_tag_delete(struct id3_tag *tag) argument
95 id3_tag_addref(struct id3_tag *tag) argument
106 id3_tag_delref(struct id3_tag *tag) argument
117 id3_tag_version(struct id3_tag const *tag) argument
128 id3_tag_options(struct id3_tag *tag, int mask, int values) argument
142 id3_tag_setlength(struct id3_tag *tag, id3_length_t length) argument
153 id3_tag_clearframes(struct id3_tag *tag) argument
171 id3_tag_attachframe(struct id3_tag *tag, struct id3_frame *frame) argument
193 id3_tag_detachframe(struct id3_tag *tag, struct id3_frame *frame) argument
220 id3_tag_findframe(struct id3_tag const *tag, char const *id, unsigned int index) argument
333 v1_attachstr(struct id3_tag *tag, char const *id, char *text, unsigned long number) argument
384 struct id3_tag *tag; local
436 struct id3_tag *tag; local
672 v1_renderstr(struct id3_tag const *tag, char const *frameid, id3_byte_t **buffer, id3_length_t length) argument
696 v1_render(struct id3_tag const *tag, id3_byte_t *buffer) argument
768 id3_tag_render(struct id3_tag const *tag, id3_byte_t *buffer) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-clps711x/
H A Dp720t.c59 fixup_p720t(struct machine_desc *desc, struct tag *tag, argument
65 if (tag->hdr.tag != ATAG_CORE) {
66 tag->hdr.tag = ATAG_CORE;
67 tag->hdr.size = tag_size(tag_core);
68 tag->u.core.flags = 0;
69 tag->u.core.pagesize = PAGE_SIZE;
70 tag
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/math-emu/
H A Dfpu_tags.c43 void FPU_settag0(int tag) argument
48 fpu_tag_word |= (tag & 3) << (regnr*2);
52 void FPU_settagi(int stnr, int tag) argument
57 fpu_tag_word |= (tag & 3) << (regnr*2);
61 void FPU_settag(int regnr, int tag) argument
65 fpu_tag_word |= (tag & 3) << (regnr*2);
106 void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr) argument
109 FPU_settagi(stnr, tag);
112 void FPU_copy_to_reg1(FPU_REG const *r, u_char tag) argument
115 FPU_settagi(1, tag);
118 FPU_copy_to_reg0(FPU_REG const *r, u_char tag) argument
[all...]
H A Dreg_divide.c10 | Return value is the tag of the answer, or-ed with FPU_Exception if |
33 int tag, deststnr; local
90 tag = FPU_u_div(&x, &y, dest, control_w, sign);
92 if ( tag < 0 )
93 return tag;
95 FPU_settagi(deststnr, tag);
96 return tag;
113 tag = FPU_u_div(&x, &y, dest, control_w, sign);
114 if ( tag < 0 )
115 return tag;
153 int tag; local
161 int tag; local
[all...]
H A Dreg_mul.c10 | Returns the tag of the result if no exceptions or errors occurred. |
37 int tag; local
44 tag = FPU_u_mul(a, b, dest, control_w, sign, exponent(a) + exponent(b));
45 if ( tag < 0 )
48 return tag;
50 FPU_settagi(deststnr, tag);
51 return tag;
69 tag = FPU_u_mul(&x, &y, dest, control_w, sign,
71 if ( tag < 0 )
74 return tag;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_tgt_priv.h19 u64 tag);
20 extern int scsi_tgt_uspace_send_status(struct scsi_cmnd *cmd, u64 tag);
21 extern int scsi_tgt_kspace_exec(int host_no, int result, u64 tag,
24 extern int scsi_tgt_uspace_send_tsk_mgmt(int host_no, int function, u64 tag,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/plugins/pppoe/
H A Dpppoe_server.c19 struct pppoe_tag *tag; local
28 tag = get_tag(p_in->hdr,PTT_SRV_NAME);
30 if(!tag )
33 if( ntohs(tag->tag_len)==0 ){
35 }else if( tag->tag_len != ses->filt->stag->tag_len
36 || !memcmp( tag+1, ses->filt->stag, ntohs(tag->tag_len)) ){
39 ses->curr_pkt.tags[TAG_SRV_NAME] = tag;
63 struct pppoe_tag *tag; local
72 tag
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Dspitfire.h63 static __inline__ void spitfire_put_dcache_tag(unsigned long addr, unsigned long tag) argument
68 : "r" (tag), "r" (addr), "i" (ASI_DCACHE_TAG));
77 static __inline__ void spitfire_put_icache_tag(unsigned long addr, unsigned long tag) argument
82 : "r" (tag), "r" (addr), "i" (ASI_IC_TAG));
101 unsigned long tag; local
104 : "=r" (tag)
106 return tag;
134 unsigned long tag; local
137 : "=r" (tag)
139 return tag;
226 unsigned long tag; local
238 unsigned long tag; local
282 unsigned long tag; local
315 unsigned long tag; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dofw-shark.c23 struct tag *tag = (struct tag *) 0x08003000; local
30 tag->hdr.tag = ATAG_CORE;
31 tag->hdr.size = tag_size(tag_core);
32 tag->u.core.flags = 1;
33 tag->u.core.pagesize = PAGE_SIZE;
34 tag->u.core.rootdev = 0;
51 tag
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-avr32/
H A Dsetup.h18 /* Magic number indicating that a tag table is present */
42 u32 tag; member in struct:tag_header
97 struct tag { struct
109 u32 tag; member in struct:tagtable
110 int (*parse)(struct tag *);
114 #define __tagtable(tag, fn) \
115 static struct tagtable __tagtable_##fn __tag = { tag, fn }
117 #define tag_member_present(tag,member) \
118 ((unsigned long)(&((struct tag *)0L)->member + 1) \
119 <= (tag)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/doc/
H A DMakefile.am23 FLAC.tag: Doxyfile
29 FLAC.tag:
38 FLAC.tag
43 rm -rf FLAC.tag html/api doxytmp
H A DMakefile.lite20 FLAC.tag: Doxyfile
28 rm -rf FLAC.tag html/api doxytmp
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cifs/
H A Dasn1.c122 asn1_tag_decode(struct asn1_ctx *ctx, unsigned int *tag) argument
126 *tag = 0;
131 *tag <<= 7;
132 *tag |= ch & 0x7F;
139 unsigned int *cls, unsigned int *con, unsigned int *tag)
148 *tag = (ch & 0x1F);
150 if (*tag == 0x1F) {
151 if (!asn1_tag_decode(ctx, tag))
191 unsigned int *cls, unsigned int *con, unsigned int *tag)
196 if (!asn1_id_decode(ctx, cls, con, tag))
138 asn1_id_decode(struct asn1_ctx *ctx, unsigned int *cls, unsigned int *con, unsigned int *tag) argument
189 asn1_header_decode(struct asn1_ctx *ctx, unsigned char **eoc, unsigned int *cls, unsigned int *con, unsigned int *tag) argument
459 unsigned int cls, con, tag, oidlen, rc; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/boot/common/
H A Dbootinfo.c19 __bootinfo_build(struct bi_record *rec, unsigned long tag, unsigned long size, argument
22 /* set the tag */
23 rec->tag = tag;
52 bootinfo_append(unsigned long tag, unsigned long size, void * data) argument
58 if ((rec == NULL) || (rec->tag != BI_FIRST))
62 while (rec->tag != BI_LAST)
65 /* overlay BI_LAST record with new one and tag on a new BI_LAST */
66 rec = __bootinfo_build(rec, tag, size, data);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/scsi/
H A Dscsi_tcq.h13 #define SCSI_NO_TAG (-1) /* identify no tag in use */
19 * scsi_get_tag_type - get the type of tag the device supports
24 * if it supports all tag types, returns MSG_ORDERED_TAG.
37 static inline void scsi_set_tag_type(struct scsi_device *sdev, int tag) argument
39 switch (tag) {
55 * scsi_activate_tcq - turn on tag command queueing
77 * scsi_deactivate_tcq - turn off tag command queueing
88 * scsi_populate_tag_msg - place a tag message in a buffer
89 * @SCpnt: pointer to the Scsi_Cmnd for the tag
90 * @msg: pointer to the area to place the tag
122 scsi_find_tag(struct scsi_device *sdev, int tag) argument
155 scsi_host_find_tag(struct Scsi_Host *shost, int tag) argument
[all...]
H A Dscsi_tgt_if.h49 aligned_u64 tag; member in struct:tgt_event::__anon10676::__anon10677
70 aligned_u64 tag; member in struct:tgt_event::__anon10676::__anon10679
74 aligned_u64 tag; member in struct:tgt_event::__anon10676::__anon10680
80 aligned_u64 tag; member in struct:tgt_event::__anon10676::__anon10681
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Driff.h34 int64_t start_tag(ByteIOContext *pb, const char *tag);
39 unsigned int tag; member in struct:AVCodecTag
44 enum CodecID wav_codec_get_id(unsigned int tag, int bps);
51 enum CodecID codec_get_id(const AVCodecTag *tags, unsigned int tag);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libexif-0.6.19/libexif/canon/
H A Dmnote-canon-entry.h26 #include <libexif/canon/mnote-canon-tag.h>
31 MnoteCanonTag tag; member in struct:_MnoteCanonEntry
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libexif-0.6.19/libexif/fuji/
H A Dmnote-fuji-entry.h25 #include <libexif/fuji/mnote-fuji-tag.h>
33 MnoteFujiTag tag; member in struct:_MnoteFujiEntry
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libexif-0.6.19/libexif/olympus/
H A Dmnote-olympus-entry.h26 #include <libexif/olympus/mnote-olympus-tag.h>
31 MnoteOlympusTag tag; member in struct:_MnoteOlympusEntry

Completed in 301 milliseconds

1234567891011>>