Home
last modified time | relevance | path

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

/freebsd/usr.sbin/trim/
H A Dtrim.c49 static off_t getsize(const char *path);
94 if ((length = getsize(optarg)) == 0) in main()
172 getsize(const char *path) in getsize() function
210 length = getsize(path); in trim()
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_iovar.h69 bhnd_nvram_iop_getsize *getsize; /**< getsize() implementation */ member
100 .getsize = bhnd_nvram_ ## _n ## _getsize, \
H A Dbhnd_nvram_io.c165 return (io->iops->getsize(io)); in bhnd_nvram_io_getsize()
/freebsd/tests/sys/cddl/zfs/bin/
H A Dmkfile.c59 getsize(char *s) in getsize() function
194 if ((fsize = getsize(*argv)) == 0) { in main()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython.swig103 def lldb_iter(obj, getsize, getelem):
105 size = getattr(obj, getsize)