Searched refs:oname (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/zstd/examples/ |
| H A D | simple_compression.c | 17 static void compress_orDie(const char* fname, const char* oname) in compress_orDie() argument 31 saveFile_orDie(oname, cBuff, cSize); in compress_orDie() 34 printf("%25s : %6u -> %7u - %s \n", fname, (unsigned)fSize, (unsigned)cSize, oname); in compress_orDie()
|
| H A D | dictionary_compression.c | 30 static void compress(const char* fname, const char* oname, const ZSTD_CDict* cdict) in compress() argument 48 saveFile_orDie(oname, cBuff, cSize); in compress() 51 printf("%25s : %6u -> %7u - %s \n", fname, (unsigned)fSize, (unsigned)cSize, oname); in compress()
|
| H A D | multiple_simple_compression.c | 66 static void compressFile_orDie(resources ress, const char* fname, const char* oname) in compressFile_orDie() argument 77 saveFile_orDie(oname, ress.cBuffer, cSize); in compressFile_orDie() 80 printf("%25s : %6u -> %7u - %s \n", fname, (unsigned)fSize, (unsigned)cSize, oname); in compressFile_orDie()
|
| /f-stack/freebsd/contrib/openzfs/etc/init.d/ |
| H A D | zfs-zed.in | 68 pools=$("$ZPOOL" list -H -oname)
|
| H A D | zfs-import.in | 90 already_imported=$(find_pools "$ZPOOL" list -H -oname)
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/ |
| H A D | projectquota_common.kshlib | 97 typeset cnt=$(zfs projectspace -oname,objused $fs |
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/ |
| H A D | groupspace_003_pos.ksh | 61 typeset -i groupspacecnt=$(zfs groupspace -oname,objused $fs |
|
| H A D | userspace_003_pos.ksh | 62 typeset -i userspacecnt=$(zfs userspace -oname,objused $fs |
|
| /f-stack/freebsd/kern/ |
| H A D | kern_sysctl.c | 2298 kern___sysctlbyname(struct thread *td, const char *oname, size_t namelen, in kern___sysctlbyname() argument 2313 error = copyin(oname, name, namelen); in kern___sysctlbyname()
|