Searched refs:meta (Results 1 - 25 of 64) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/test/metaflac-test-files/
H A DMakefile.am19 case00-expect.meta \
20 case01-expect.meta \
21 case02-expect.meta \
22 case03-expect.meta \
23 case04-expect.meta \
24 case05-expect.meta \
25 case06-expect.meta \
26 case07-expect.meta \
27 case08-expect.meta \
28 case09-expect.meta \
[all...]
H A DMakefile.in223 case00-expect.meta \
224 case01-expect.meta \
225 case02-expect.meta \
226 case03-expect.meta \
227 case04-expect.meta \
228 case05-expect.meta \
229 case06-expect.meta \
230 case07-expect.meta \
231 case08-expect.meta \
232 case09-expect.meta \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/test/flac-to-flac-metadata-test-files/
H A DMakefile.am19 case00a-expect.meta \
20 case01a-expect.meta \
21 case01b-expect.meta \
22 case01c-expect.meta \
23 case01d-expect.meta \
24 case01e-expect.meta \
25 case02a-expect.meta \
26 case02b-expect.meta \
27 case02c-expect.meta \
28 case03a-expect.meta \
[all...]
H A DMakefile.in223 case00a-expect.meta \
224 case01a-expect.meta \
225 case01b-expect.meta \
226 case01c-expect.meta \
227 case01d-expect.meta \
228 case01e-expect.meta \
229 case02a-expect.meta \
230 case02b-expect.meta \
231 case02c-expect.meta \
232 case03a-expect.meta \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_rec.c58 QMETA *meta; local
64 COMPQUIET(meta, NULL);
77 0, &meta)) != 0) {
80 DB_MPOOL_CREATE, &meta)) != 0) {
84 meta->dbmeta.pgno = metapg;
85 meta->dbmeta.type = P_QAMMETA;
99 if (QAM_BEFORE_FIRST(meta, argp->recno)) {
100 REC_DIRTY(mpf, ip, dbc->priority, &meta);
101 meta->first_recno = argp->recno;
107 LOG_COMPARE(&LSN(meta),
185 QMETA *meta; local
323 QMETA *meta; local
433 QMETA *meta; local
549 QMETA *meta; local
[all...]
H A Dqam_open.c72 * In STD_LOCKING mode, we'll synchronize using the meta page
81 * Get the meta data page. It must exist, because creates of
118 /* Don't hold the meta page long term. */
229 * Initialize the meta-data for a Queue database.
232 __qam_init_meta(dbp, meta)
234 QMETA *meta;
242 memset(meta, 0, sizeof(QMETA));
243 LSN_NOT_LOGGED(meta->dbmeta.lsn);
244 meta->dbmeta.pgno = PGNO_BASE_MD;
245 meta
296 QMETA *meta; local
[all...]
H A Dqam_stat.c37 QMETA *meta; local
65 dbc->thread_info, dbc->txn, 0, &meta)) != 0)
69 sp->qs_nkeys = meta->dbmeta.key_count;
70 sp->qs_ndata = meta->dbmeta.record_count;
74 first = QAM_RECNO_PAGE(dbp, meta->first_recno);
75 last = QAM_RECNO_PAGE(dbp, meta->cur_recno);
77 ret = __memp_fput(mpf, dbc->thread_info, meta, dbc->priority);
143 /* Get the meta-data page. */
149 F_ISSET(dbp, DB_AM_RDONLY) ? 0 : DB_MPOOL_DIRTY, &meta)) != 0)
153 meta
[all...]
H A Dqam.c230 QMETA *meta; local
296 * Get the meta page first, we don't want to lock it while trying
301 dbc->thread_info, dbc->txn, 0, &meta)) != 0)
305 (void)__memp_fput(mpf, dbc->thread_info, meta, dbc->priority);
321 if (meta->first_recno == meta->cur_recno) {
329 if (QAM_BEFORE_FIRST(meta, cp->recno)) {
334 if (QAM_AFTER_CURRENT(meta, cp->recno)) {
345 /* Drop the read lock and get the a write lock on the meta page. */
348 (void)__memp_fput(mpf, dbc->thread_info, meta, db
392 QMETA *meta; local
538 QMETA *meta; local
670 QMETA *meta; local
1414 QMETA *meta; local
1724 QMETA *meta; local
[all...]
H A Dqam_verify.c25 __qam_vrfy_meta(dbp, vdp, meta, pgno, flags)
28 QMETA *meta;
73 if (DB_ALIGN(meta->re_len + sizeof(QAMDATA) - 1, sizeof(u_int32_t)) *
74 meta->rec_page + QPAGE_SZ(dbp) > dbp->pgsize) {
77 (u_long)pgno, (u_long)meta->re_len));
86 vdp->re_pad = meta->re_pad;
87 qp->re_pad = (int)meta->re_pad;
88 qp->re_len = vdp->re_len = meta->re_len;
89 qp->rec_page = vdp->rec_page = meta->rec_page;
90 qp->page_ext = vdp->page_ext = meta
[all...]
H A Dqam_method.c153 QMETA *meta; local
162 if ((ret = __memp_fget(mpf, &i, ip, NULL, 0, &meta)) != 0)
165 first = QAM_RECNO_PAGE(dbp, meta->first_recno);
167 dbp, meta->cur_recno == 1 ? 1 : meta->cur_recno - 1);
169 empty = meta->cur_recno == meta->first_recno;
178 ret = __db_prpage(dbp, (PAGE *)meta, flags);
185 ip, meta, dbp->priority)) != 0 && ret == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_open.c276 BTMETA *meta; local
285 meta = NULL;
299 if ((ret = __memp_fget(mpf, &base_pgno, ip, dbc->txn, 0, &meta)) != 0)
310 if (meta->dbmeta.magic == DB_BTREEMAGIC) {
311 t->bt_minkey = meta->minkey;
312 t->re_pad = (int)meta->re_pad;
313 t->re_len = meta->re_len;
316 t->bt_root = meta->root;
317 if (PGNO(meta) == PGNO_BASE_MD && !F_ISSET(dbp, DB_AM_RECOVER))
318 __memp_set_last_pgno(mpf, meta
424 BTMETA *meta; local
545 BTMETA *meta; local
[all...]
H A Dbt_stat.c30 BTMETA *meta; local
45 meta = NULL;
66 dbc->thread_info, dbc->txn, 0, &meta)) != 0)
73 for (sp->bt_free = 0, pgno = meta->dbmeta.free; pgno != PGNO_INVALID;) {
119 ret = __memp_fput(mpf, dbc->thread_info, meta, dbc->priority);
120 meta = NULL;
132 write_meta ? DB_MPOOL_DIRTY : 0, &meta)) != 0)
147 sp->bt_nkeys = meta->dbmeta.key_count;
150 sp->bt_nkeys : meta->dbmeta.record_count;
154 sp->bt_metaflags = meta
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dqam.h55 db_pgno_t q_meta; /* Database meta-data page. */
125 #define QAM_AFTER_CURRENT(meta, recno) \
126 ((recno) >= (meta)->cur_recno && \
127 ((meta)->first_recno <= (meta)->cur_recno || \
128 ((recno) < (meta)->first_recno && \
129 (recno) - (meta)->cur_recno < (meta)->first_recno - (recno))))
131 #define QAM_BEFORE_FIRST(meta, recno) \
132 ((recno) < (meta)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_open.c85 * In STD_LOCKING mode, we'll synchronize using the meta page
118 "%s: Invalid hash meta page %lu", name, (u_long)base_pgno);
122 /* Release the meta data page */
236 * Initialize a hash meta-data page. We assume that the meta-data page is
242 __ham_init_meta(dbp, meta, pgno, lsnp)
244 HMETA *meta;
266 memset(meta, 0, sizeof(HMETA));
267 meta->dbmeta.lsn = *lsnp;
268 meta
343 HMETA *meta; local
457 HMETA *meta; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_meta.c64 * a meta-data page (used instead of P_INIT). We need to make sure that we
74 DBMETA *meta; local
77 meta = (DBMETA *)p;
78 save_lsn = meta->lsn;
79 memset(meta, 0, sizeof(DBMETA));
80 meta->lsn = save_lsn;
81 meta->pagesize = dbp->pgsize;
83 FLD_SET(meta->metaflags, DBMETA_CHKSUM);
84 meta->pgno = pgno;
85 meta
101 DBMETA *meta; local
262 DBMETA *meta; local
700 DBMETA *meta; local
[all...]
H A Ddb_rec.c390 DBMETA *meta; local
397 meta = NULL;
410 if ((ret = __memp_fget(mpf, &pgno, ip, NULL, 0, &meta)) != 0) {
418 cmp_n = LOG_COMPARE(lsnp, &LSN(meta));
419 cmp_p = LOG_COMPARE(&LSN(meta), &argp->meta_lsn);
420 CHECK_LSN(env, op, cmp_p, &LSN(meta), &argp->meta_lsn);
423 REC_DIRTY(mpf, ip, file_dbp->priority, &meta);
424 LSN(meta) = *lsnp;
425 meta->free = argp->next;
426 if (argp->pgno > meta
598 DBMETA *meta; local
996 DBMETA *meta; local
1150 DBMETA *meta; local
1315 DBMETA *meta; local
[all...]
H A Ddb_open.c39 * name will be non-NULL, subname will be NULL, and meta-pgno will be
42 * name will be non-NULL, subname may be NULL and meta-pgno will be
327 DBMETA *meta; local
333 /* Subdb exists; read meta-data page and initialize. */
336 ip, txn, 0, &meta)) != 0)
338 ret = __db_meta_setup(mdbp->env, dbp, name, meta, 0, 0);
340 ip, meta, dbp->priority)) != 0 && ret == 0)
343 * If __db_meta_setup found that the meta-page hadn't
375 * Take a buffer containing a meta-data page and check it for a valid LSN,
383 __db_chk_meta(env, dbp, meta, flag
[all...]
H A Ddb_upg.c111 DBMETA *meta; local
151 * single meta-data page by hand.
164 * the meta-data page.
192 * single meta-data page by hand.
224 * the meta-data page.
247 meta = (DBMETA*)mbuf;
250 * the meta-data page.
252 memcpy(&dbp->pgsize, &meta->pagesize,
262 memcpy(&tmpflags, &meta->metaflags, sizeof(u_int8_t));
265 memcpy(&tmpflags, &meta
490 DBMETA meta; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_80211_tx.c67 struct hostap_skb_tx_data *meta; local
244 meta = (struct hostap_skb_tx_data *) skb->cb;
245 memset(meta, 0, sizeof(*meta));
246 meta->magic = HOSTAP_SKB_TX_DATA_MAGIC;
248 meta->flags |= HOSTAP_TX_FLAGS_WDS;
249 meta->ethertype = ethertype;
250 meta->iface = iface;
264 struct hostap_skb_tx_data *meta; local
281 meta
382 struct hostap_skb_tx_data *meta; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfop_rec.c68 DBMETA *meta; local
78 meta = (DBMETA *)mbuf;
92 __db_chk_meta(env, NULL, meta, 1) == 0) {
94 meta->uid, NULL, real_name, NULL, 0)) != 0)
241 DBMETA *meta; local
249 meta = (DBMETA *)&mbuf[0];
273 * exist, doesn't have a meta-data page, or is in some other
282 if (__db_chk_meta(env, NULL, meta, 1) != 0)
284 if (memcmp(argp->fileid.data, meta->uid, DB_FILE_ID_LEN) != 0)
299 __db_chk_meta(env, NULL, meta,
347 DBMETA *meta; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dparser.c27 char *meta; local
35 meta = strchr(p, '%');
36 if (!meta)
39 if (strncmp(p, s, meta-p))
42 s += meta - p;
43 p = meta + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dtrans.h34 void gfs2_trans_add_bh(struct gfs2_glock *gl, struct buffer_head *bh, int meta);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_dma.c202 struct bcm43xx_dmadesc_meta *meta,
205 assert(meta->skb);
207 dev_kfree_skb_irq(meta->skb);
209 dev_kfree_skb(meta->skb);
210 meta->skb = NULL;
430 struct bcm43xx_dmadesc_meta *meta,
465 meta->skb = skb;
466 meta->dmaaddr = dmaaddr;
488 struct bcm43xx_dmadesc_meta *meta; local
491 desc = bcm43xx_dma_idx2desc(ring, i, &meta);
201 free_descriptor_buffer(struct bcm43xx_dmaring *ring, struct bcm43xx_dmadesc_meta *meta, int irq_context) argument
428 setup_rx_descbuffer(struct bcm43xx_dmaring *ring, struct bcm43xx_dmadesc_generic *desc, struct bcm43xx_dmadesc_meta *meta, gfp_t gfp_flags) argument
611 struct bcm43xx_dmadesc_meta *meta; local
957 struct bcm43xx_dmadesc_meta *meta; local
1049 struct bcm43xx_dmadesc_meta *meta; local
1086 struct bcm43xx_dmadesc_meta *meta; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveCase.java104 ClassMetadata meta = model.getClassMetadata(className);
105 TestCase.assertNotNull(meta);
106 TestCase.assertEquals(version, meta.getVersion());
107 TestCase.assertTrue(meta.isEntityClass());
133 ClassMetadata meta = model.getClassMetadata(className);
134 TestCase.assertNotNull(meta);
135 TestCase.assertEquals(version, meta.getVersion());
136 TestCase.assertTrue(!meta.isEntityClass());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dem_meta.c13 * The metadata ematch compares two meta objects where each object
14 * represents either a meta value stored in the kernel or a static
20 * The definition of a objects conists of the type (meta type), a
21 * identifier (meta id) and additional type specific information.
22 * The meta id is either TCF_META_TYPE_VALUE for values provided by
23 * userspace or a index to the meta operations table consisting of
24 * function pointers to type specific meta data collectors returning
25 * the value of the requested meta value.
47 * on the meta type. Obviously, the length of the data must also
57 * NOTE: Certain meta value
699 struct meta_match *meta = (struct meta_match *) m->data; local
720 meta_delete(struct meta_match *meta) argument
755 struct meta_match *meta = NULL; local
806 struct meta_match *meta = (struct meta_match *) em->data; local
[all...]

Completed in 100 milliseconds

123