Searched refs:bytesp (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dos_stat.c58 __os_ioinfo(env, path, fhp, mbytesp, bytesp, iosizep)
62 u_int32_t *mbytesp, *bytesp, *iosizep;
80 if (bytesp != NULL)
81 *bytesp = (u_int32_t)(fInfo.dwSize % MEGABYTE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_stat.c56 __os_ioinfo(env, path, fhp, mbytesp, bytesp, iosizep)
60 u_int32_t *mbytesp, *bytesp, *iosizep;
78 if (bytesp != NULL)
79 *bytesp = (u_int32_t)(filesize % MEGABYTE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_stat.c65 __os_ioinfo(env, path, fhp, mbytesp, bytesp, iosizep)
69 u_int32_t *mbytesp, *bytesp, *iosizep;
76 fhp->fd, mbytesp, bytesp, iosizep));
89 if (bytesp != NULL)
90 *bytesp = (u_int32_t)(sb.st_size % MEGABYTE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_mpool.cpp115 DB_MPOOLFILE_METHOD(get_maxsize, (u_int32_t *gbytesp, u_int32_t *bytesp),
116 (mpf, gbytesp, bytesp), DB_RETOK_STD)
H A Dcxx_env.cpp774 (u_int32_t *gbytesp, u_int32_t *bytesp, int *ncachep),
775 (dbenv, gbytesp, bytesp, ncachep))
779 DBENV_METHOD(get_cache_max, (u_int32_t *gbytesp, u_int32_t *bytesp),
780 (dbenv, gbytesp, bytesp))
1088 DBENV_METHOD(rep_get_limit, (u_int32_t *gbytesp, u_int32_t *bytesp),
1089 (dbenv, gbytesp, bytesp))
H A Dcxx_db.cpp638 DB_METHOD(get_cachesize, (u_int32_t *gbytesp, u_int32_t *bytesp, int *ncachep),
639 (db, gbytesp, bytesp, ncachep), DB_RETOK_STD)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_fmethod.c312 __memp_get_maxsize(dbmfp, gbytesp, bytesp)
314 u_int32_t *gbytesp, *bytesp;
321 *bytesp = dbmfp->bytes;
328 *bytesp = (u_int32_t)
H A Dmp_method.c67 __memp_get_cachesize(dbenv, gbytesp, bytesp, ncachep)
69 u_int32_t *gbytesp, *bytesp;
85 if (bytesp != NULL)
86 *bytesp = mp->stat.st_bytes;
92 if (bytesp != NULL)
93 *bytesp = dbenv->mp_bytes;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr028/
H A Dt.c39 int fd, u_int32_t *mbytesp, u_int32_t *bytesp, u_int32_t *iosizep)
38 ioinfo(const char *path, int fd, u_int32_t *mbytesp, u_int32_t *bytesp, u_int32_t *iosizep) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_stub.c239 __rep_get_limit(dbenv, gbytesp, bytesp)
241 u_int32_t *gbytesp, *bytesp;
244 COMPQUIET(bytesp, NULL);
H A Drep_method.c1156 __rep_get_limit(dbenv, gbytesp, bytesp)
1158 u_int32_t *gbytesp, *bytesp;
1177 if (bytesp != NULL)
1178 *bytesp = rep->bytes;
1184 if (bytesp != NULL)
1185 *bytesp = db_rep->bytes;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_put.c346 __log_current_lsn(env, lsnp, mbytesp, bytesp)
349 u_int32_t *mbytesp, *bytesp;
381 *bytesp = (u_int32_t)(lp->stat.st_wc_bytes + lp->b_off);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Deata.c2348 unsigned char *bytesp; local
2350 bytesp = (unsigned char *)spp;
2354 printk(" 0x%x", bytesp[cnt]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client.c277 __dbcl_env_get_cachesize(dbenv, gbytesp, bytesp, ncachep)
280 u_int32_t * bytesp;
305 if (bytesp != NULL)
306 *bytesp = (u_int32_t)replyp->bytes;

Completed in 302 milliseconds