Searched refs:nrec (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dprism2fw.c109 unsigned int nrec; member in struct:pda
269 pda.nrec = 1;
579 * nrec ptr to a variable that will contain the count of PDRs
591 pda->nrec = 0;
595 pda->rec[pda->nrec] = (hfa384x_pdrec_t *) &(pda16[curroff]);
597 if (le16_to_cpu(pda->rec[pda->nrec]->code) == HFA384x_PDR_NICID) {
598 memcpy(&nicid, &pda->rec[pda->nrec]->data.nicid,
605 if (le16_to_cpu(pda->rec[pda->nrec]->code) ==
607 memcpy(&rfid, &pda->rec[pda->nrec]->data.mfisuprange,
614 if (le16_to_cpu(pda->rec[pda->nrec]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dbtree_auto.h32 db_pgno_t nrec; member in struct:___bam_rsplit_args
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Dldm.h182 u16 nrec; member in struct:vblk_head
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_put.c1114 u_int32_t bsize, nrec; local
1142 nrec = len / bsize;
1143 if ((ret = __log_write(dblp, addr, nrec * bsize)) != 0)
1145 addr = (u_int8_t *)addr + nrec * bsize;
1146 len -= nrec * bsize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlua.h229 LUA_API void (lua_createtable) (lua_State *L, int narr, int nrec);
H A Dlapi.c673 LUA_API void lua_createtable (lua_State *L, int narray, int nrec) { argument
680 if (narray > 0 || nrec > 0)
681 luaH_resize(L, t, narray, nrec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_btree.c2560 union xfs_btree_rec *nrec, /* new record */
2615 cur->bc_ops->init_rec_from_key(&key, nrec);
2637 union xfs_btree_rec nrec; /* new record count */ local
2707 &optr, &ptr, &nptr, &ncur, &nrec, stat);
2814 *recp = nrec;
2861 * Insert nrec/nptr into this level of the tree.
2552 xfs_btree_make_block_unfull( struct xfs_btree_cur *cur, int level, int numrecs, int *oindex, int *index, union xfs_btree_ptr *nptr, struct xfs_btree_cur **ncur, union xfs_btree_rec *nrec, int *stat) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbtree_auto.c408 argp->nrec = (db_pgno_t)uinttmp;
430 __bam_rsplit_log(dbp, txnp, ret_lsnp, flags, pgno, pgdbt, root_pgno, nrec, rootent,
439 db_pgno_t nrec;
563 uinttmp = (u_int32_t)nrec;
H A Dbtree_autop.c106 (void)printf("\tnrec: %lu\n", (u_long)argp->nrec);
H A Dbt_rec.c386 argp->nrec, PGNO_INVALID, pagep->level + 1,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dusbdux.c1126 int nrec; local
1134 &nrec, BULK_TIMEOUT);

Completed in 129 milliseconds