Home
last modified time | relevance | path

Searched refs:getsize (Results 1 – 16 of 16) sorted by relevance

/netbsd/sys/dev/altmem/
H A Daltmemvar.h35 size_t (*getsize)(void *); member
H A Daltmem.c112 sc->sc_size = sc->sc_memops->getsize(sc->sc_cookie); in altmem_attach()
/netbsd/usr.bin/resize/
H A Dresize.c141 static const char *const getsize[EMULATIONS] = variable
505 IGNORE_RC(write(tty, getsize[emu], strlen(getsize[emu]))); in main()
/netbsd/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py166 self.assertGreater(os.path.getsize(path), 0)
176 self.assertGreater(os.path.getsize(path), 0)
199 self.assertGreater(os.path.getsize(path), 0)
/netbsd/external/apache2/llvm/dist/llvm/utils/lit/lit/builtin_commands/
H A Ddiff.py108 if os.path.getsize(file_path):
115 if os.path.getsize(file_path):
/netbsd/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/
H A Dcollect_data_flow.py55 size = os.path.getsize(inp)
/netbsd/sys/arch/amiga/dev/
H A Dz3rambd.c62 .getsize = z3rambd_altmem_getsize,
/netbsd/external/gpl2/lvm2/dist/test/
H A Dtest-utils.sh110 loopsz=`blockdev --getsize $LOOP 2>/dev/null`
/netbsd/external/bsd/iscsi/dist/src/lib/
H A Dstorage.c168 getsize(conffile_t *cf, devv_t *devvp, extv_t *extents, char *s) in getsize() function
215 disk->len = getsize(cf, devvp, extents, ep->sv.v[DEVICE_LENGTH_COL]); in do_device()
/netbsd/share/examples/puffs/pgfs/
H A Dpgfs_subs.c404 getsize(struct Xconn *xc, fileid_t fileid, int *resultp) in getsize() function
558 error = getsize(xc, fileid, &size); in getattr()
/netbsd/usr.sbin/puffs/mount_sysctlfs/
H A Dsysctlfs.c525 getsize(struct sfsnode *sfs, struct puffs_pathobj *po) in getsize() function
616 va->va_size = getsize(sfs, &pn->pn_po); in sysctlfs_node_getattr()
/netbsd/external/gpl2/lvm2/dist/scripts/
H A Dfsadm.sh189 DEVSIZE=$($BLOCKDEV --getsize "$VOLUME") || error "Cannot read size of device \"$VOLUME\""
/netbsd/distrib/utils/embedded/
H A Dmkimage88 getsize() { function
/netbsd/external/mpl/bind/dist/lib/dns/
H A Ddb.c965 if (db->methods->getsize != NULL) { in dns_db_getsize()
966 return ((db->methods->getsize)(db, version, records, bytes)); in dns_db_getsize()
H A Drbtdb.c8241 getsize(dns_db_t *db, dns_dbversion_t *version, uint64_t *records, in getsize() function
8575 getsize,
/netbsd/external/mpl/bind/dist/lib/dns/include/dns/
H A Ddb.h181 isc_result_t (*getsize)(dns_db_t *db, dns_dbversion_t *version, member