Searched +full:libblkid +full:- +full:dev (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-3-deps-vm.sh | 9 set -eu 12 echo "##[group]Running pacman -Syu" 14 sudo pacman -Syu --noconfirm 18 sudo pacman -Sy --noconfirm base-devel bc cpio cryptsetup dhclient dkms \ 19 fakeroot fio gdb inetutils jq less linux linux-headers lsscsi nfs-utils \ 20 parted pax perf python-packaging python-setuptools qemu-guest-agent ksh \ 21 samba sysstat rng-tools rsync wget xxhash 28 echo "##[group]Running apt-get update+upgrade" 29 sudo apt-get update -y 30 sudo apt-get upgrade -y [all …]
|
/freebsd/sys/contrib/openzfs/.github/workflows/ |
H A D | zfs-tests.yml | 1 name: zfs-tests-sanity 9 runs-on: ubuntu-latest 11 - uses: actions/checkout@v2 14 - name: Install dependencies 16 sudo apt-get update 17 sudo apt-get install --yes -qq build-essential autoconf libtool gdb lcov \ 20 nfs-kernel-server samba rng-tools xz-utils \ 21 zlib1g-dev uuid-dev libblkid-dev libselinux-dev \ 22 xfslibs-dev libattr1-dev libacl1-dev libudev-dev libdevmapper-dev \ 23 libssl-dev libffi-dev libaio-dev libelf-dev libmount-dev \ [all …]
|
/freebsd/sys/contrib/openzfs/contrib/debian/ |
H A D | control | 1 Source: openzfs-linux 4 Maintainer: ZFS on Linux specific mailing list <zfs-discuss@list.zfsonlinux.org> 5 Build-Depends: debhelper-compat (= 12), 6 dh-python, 7 dh-sequence-dkms | dkms (>> 2.1.1.2-5), 8 libaio-dev, 9 libblkid-dev, 10 libcurl4-openssl-dev, 11 libelf-dev, 12 libpam0g-dev, [all …]
|
/freebsd/sys/contrib/openzfs/cmd/zpool/os/linux/ |
H A D | zpool_vdev_os.c | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 57 * 2. Check for devices in use. Using libblkid to make sure that no 106 {"ATA C400-MTFDDAC064M", 8192}, 107 {"ATA C400-MTFDDAC128M", 8192}, 108 {"ATA C400-MTFDDAC256M", 8192}, 109 {"ATA C400-MTFDDAC512M", 8192}, 133 {"ATA M4-CT064M4SSD2 ", 8192}, 134 {"ATA M4-CT128M4SSD2 ", 8192}, 135 {"ATA M4-CT256M4SSD2 ", 8192}, [all …]
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | libzutil.h | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 66 LPC_SUCCESS = 0, /* no error -- success */ 81 boolean_t scan; /* prefer scanning to libblkid cache */ 117 #define DISK_ROOT "/dev" 118 #define UDISK_ROOT "/dev/disk" 119 #define ZVOL_ROOT "/dev/zvol" 141 * Formats for iostat numbers. Examples: "12K", "30ms", "4B", "2321234", "-". 147 * ZFS_NICENUM_RAWTIME: Same as RAW, but print dashes ('-') for zero. 158 * Convert a number to a human-readable form. [all …]
|
/freebsd/sys/contrib/openzfs/rpm/generic/ |
H A D | zfs.spec.in | 27 %global _bashcompletiondir /usr/share/bash-completion 49 %global _presetdir %{_prefix}/lib/systemd/system-preset 53 %global _modulesloaddir %{_prefix}/lib/modules-load.d 57 %global _systemdgeneratordir %{_prefix}/lib/systemd/system-generators 90 … %(%{__python} -Esc "from distutils.sysconfig import get_python_lib; print(get_python_lib(… 100 Source0: %{name}-%{version}.tar.gz 101 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 102 Requires: libzpool6%{?_isa} = %{version}-%{release} 103 Requires: libnvpair3%{?_isa} = %{version}-%{release} 104 Requires: libuutil3%{?_isa} = %{version}-%{release} [all …]
|
/freebsd/sys/contrib/openzfs/rpm/redhat/ |
H A D | zfs.spec.in | 27 %global _bashcompletiondir /usr/share/bash-completion 49 %global _presetdir %{_prefix}/lib/systemd/system-preset 53 %global _modulesloaddir %{_prefix}/lib/modules-load.d 57 %global _systemdgeneratordir %{_prefix}/lib/systemd/system-generators 90 %define __python_sitelib %(%{__python} -Esc "from distutils.sysconfig import get_python_lib; print(get_python_lib())" 2>/dev/null || %{__python} -Esc "import sysconfig; print(sysconfig.get_path('purelib'))") 100 Source0: %{name}-%{version}.tar.gz 101 BuildRoot: %{_tmppath}/%{name}-%{version}- [all...] |
/freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/ |
H A D | zutil_import_os.c | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 41 * pool guid -> toplevel vdev guid -> label txg 79 #define DEV_BYID_PATH "/dev/disk/by-id/" 85 * hpet - High Precision Event Timer 86 * watchdog[N] - Watchdog must be closed in a special way. 89 should_skip_dev(const char *dev) in should_skip_dev() argument 91 return ((strcmp(dev, "watchdog") == 0) || in should_skip_dev() 92 (strncmp(dev, "watchdog", 8) == 0 && isdigit(dev[8])) || in should_skip_dev() 93 (strcmp(dev, "hpet") == 0)); in should_skip_dev() [all …]
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_vdev.c | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 57 * 2. Check for devices in use. Using libblkid to make sure that no 98 (void) fprintf(stderr, gettext("use '-f' to override " in vdev_error() 169 ret = -1; in check_file_generic() 267 * /dev/xxx Complete disk path 417 ashift = highbit64(sector_size) - 1; in make_leaf_vdev() 458 if ((strcmp(a->zprl_type, "raidz") == 0 || in is_raidz_mirror() 459 strcmp(a->zprl_type, "draid") == 0) && in is_raidz_mirror() 460 strcmp(b->zprl_type, "mirror") == 0) { in is_raidz_mirror() [all …]
|
H A D | zpool_main.c | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 32 * Copyright (c) 2017 Open-E, Inc. All Rights Reserved. 85 static int mount_tp_nthr = 512; /* tpool threads for multi-threaded mounting */ 367 * Given a cb->cb_flags with a histogram bit set, return the iostat_type. 371 #define IOS_HISTO_IDX(a) (highbit64(a & IOS_ANYHISTO_M) - 1) 455 return (gettext("\tadd [-afgLnP] [-o property=value] " in get_usage() 458 return (gettext("\tattach [-fsw] [-o property=value] " in get_usage() 459 "<pool> <device> <new-device>\n")); in get_usage() 461 return (gettext("\tclear [[--power]|[-nF]] <pool> [device]\n")); in get_usage() [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | linux | 2 #------------------------------------------------------------------------------ 13 # >0 leshort 0413 demand-paged executable (ZMAGIC) 14 # >0 leshort 0314 demand-paged executable (QMAGIC) 20 0 lelong 0x0064010b Linux/i386 demand-paged executable (ZMAGIC) 22 0 lelong 0x006400cc Linux/i386 demand-paged executable (QMAGIC) 27 # Linux-8086 stuff: 28 0 string \01\03\020\04 Linux-8086 impure executable 30 0 string \01\03\040\04 Linux-8086 executable 33 0 string \243\206\001\0 Linux-8086 object file 35 0 string \01\03\020\20 Minix-386 impure executable [all …]
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 1 <abi-corpus version='2.0' architecture='elf-amd-x86_64' soname='libzfs.so.6'> 2 <elf-needed> 7 <dependency name='libblkid.so.1'/> 14 <dependency name='ld-linux-x86-64.so.2'/> 15 </elf-needed> 16 <elf-function-symbols> 17 …<elf-symbol name='_sol_getmntent' type='func-type' binding='global-binding' visibility='default-vi… 18 …<elf-symbol name='atomic_add_16' type='func-type' binding='global-binding' visibility='default-vis… 19 …<elf-symbol name='atomic_add_16_nv' type='func-type' binding='global-binding' visibility='default-… 20 …<elf-symbol name='atomic_add_32' type='func-type' binding='global-binding' visibility='default-vis… [all …]
|