Searched refs:bstat (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_ioctl32.c148 xfs_bstat_t *bstat,
151 if (get_user(bstat->bs_ino, &bstat32->bs_ino) ||
152 get_user(bstat->bs_mode, &bstat32->bs_mode) ||
153 get_user(bstat->bs_nlink, &bstat32->bs_nlink) ||
154 get_user(bstat->bs_uid, &bstat32->bs_uid) ||
155 get_user(bstat->bs_gid, &bstat32->bs_gid) ||
156 get_user(bstat->bs_rdev, &bstat32->bs_rdev) ||
157 get_user(bstat->bs_blksize, &bstat32->bs_blksize) ||
158 get_user(bstat->bs_size, &bstat32->bs_size) ||
159 xfs_ioctl32_bstime_copyin(&bstat
147 xfs_ioctl32_bstat_copyin( xfs_bstat_t *bstat, compat_xfs_bstat_t __user *bstat32) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/init/
H A Ddo_mounts.h23 static inline u32 bstat(char *name) function
35 static inline u32 bstat(char *name) function
H A Ddo_mounts_md.c152 rdev = bstat(comp_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_stat.c224 DB_BTREE_STAT bstat; local
292 memset(&bstat, 0, sizeof(bstat));
293 if ((ret = __bam_stat_callback(dbc, pagep, &bstat, putp)) != 0)
296 sp->hash_dup_free += bstat.bt_leaf_pgfree +
297 bstat.bt_dup_pgfree + bstat.bt_int_pgfree;
298 sp->hash_ndata += bstat.bt_ndata;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_workload.c405 DB_BTREE_STAT *bstat; local
493 DB_BENCH_ASSERT(dbp->stat(dbp, &bstat, NULL, 0) == 0);
495 DB_BENCH_ASSERT(dbp->stat(dbp, &bstat, 0) == 0);
497 DB_BENCH_ASSERT(dbp->stat(dbp, NULL, &bstat, 0) == 0);
499 free_prop = bstat->bt_pagesize*bstat->bt_leaf_pg;
500 free_prop = (free_prop-bstat->bt_leaf_pgfree)/free_prop;
504 free(bstat);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_workload.c404 DB_BTREE_STAT *bstat; local
492 DB_BENCH_ASSERT(dbp->stat(dbp, &bstat, NULL, 0) == 0);
494 DB_BENCH_ASSERT(dbp->stat(dbp, &bstat, 0) == 0);
496 DB_BENCH_ASSERT(dbp->stat(dbp, NULL, &bstat, 0) == 0);
498 free_prop = bstat->bt_pagesize*bstat->bt_leaf_pg;
499 free_prop = (free_prop-bstat->bt_leaf_pgfree)/free_prop;
503 free(bstat);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A DdigiFep1.h67 u8 bstat; member in struct:board_chan
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_sir.c561 int bstat; local
565 bstat = Ser2UTSR1;
567 if (bstat & UTSR1_FRE)
569 if (bstat & UTSR1_ROR)
571 if (bstat & UTSR1_PRE)
575 bstat = Ser2UTDR;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Disar.h61 u8 bstat; member in struct:isar_hw
H A DmISDNisar.c300 isar->bstat = 0;
325 while ((!isar->bstat) && cnt) {
335 isar->name, isar->bstat);
607 if (!(ch->is->bstat &
1066 isar->bstat |= isar->cmsb;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Disar.c331 ireg->bstat = 0;
352 while ((!ireg->bstat) && cnt) {
361 ireg->bstat);
682 if (!(bcs->hw.isar.reg->bstat &
1191 ireg->bstat |= ireg->cmsb;
H A Dhisax.h381 volatile u_char bstat; member in struct:isar_reg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/zoran/
H A Dzoran_driver.c1732 struct zoran_status *bstat = arg; local
1758 zr->card.input[bstat->input].muxsel, 0, 0);
1774 bstat->signal =
1777 bstat->norm = ZORAN_VIDMODE_NTSC;
1779 bstat->norm = ZORAN_VIDMODE_SECAM;
1781 bstat->norm = ZORAN_VIDMODE_PAL;
1783 bstat->color =
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dfore200e.h743 enum boot_status bstat; /* boot status */ member in struct:cp_monitor
H A Dfore200e.c294 fore200e->bus->write(BSTAT_COLD_START, &fore200e->cp_monitor->bstat);
299 ok = fore200e_io_poll(fore200e, &fore200e->cp_monitor->bstat, BSTAT_SELFTEST_OK, 1000);
2471 if (fore200e_io_poll(fore200e, &fore200e->cp_monitor->bstat, BSTAT_CP_RUNNING, 1000) == 0) {
2864 fore200e->bus->read(&cp_monitor->bstat));

Completed in 293 milliseconds