Searched refs:ID (Results 1 – 25 of 30) sorted by relevance
12
| /spdk/scripts/pkgdep/ |
| H A D | rhel.sh | 9 case "$ID" in 41 if [[ $ID == centos || $ID == rhel || $ID == rocky ]]; then 43 [[ $ID == centos || $ID == rocky ]] && enable+=("extras") 47 [[ $ID == centos ]] && repos+=("centos-release-ceph-nautilus.noarch") 48 [[ $ID == centos ]] && repos+=("centos-release-scl-rh") 51 echo "Liburing not supported on ${ID}$VERSION_ID, disabling" 67 [[ $ID ! [all...] |
| H A D | centos.sh | 9 case "$ID" in 41 if [[ $ID == centos || $ID == rhel || $ID == rocky ]]; then 43 [[ $ID == centos || $ID == rocky ]] && enable+=("extras") 47 [[ $ID == centos ]] && repos+=("centos-release-ceph-nautilus.noarch") 48 [[ $ID == centos ]] && repos+=("centos-release-scl-rh") 51 echo "Liburing not supported on ${ID}$VERSION_ID, disabling" 67 [[ $ID ! [all...] |
| H A D | openeuler.sh | 9 case "$ID" in 41 if [[ $ID == centos || $ID == rhel || $ID == rocky ]]; then 43 [[ $ID == centos || $ID == rocky ]] && enable+=("extras") 47 [[ $ID == centos ]] && repos+=("centos-release-ceph-nautilus.noarch") 48 [[ $ID == centos ]] && repos+=("centos-release-scl-rh") 51 echo "Liburing not supported on ${ID}$VERSION_ID, disabling" 67 [[ $ID ! [all...] |
| H A D | fedora.sh | 9 case "$ID" in 41 if [[ $ID == centos || $ID == rhel || $ID == rocky ]]; then 43 [[ $ID == centos || $ID == rocky ]] && enable+=("extras") 47 [[ $ID == centos ]] && repos+=("centos-release-ceph-nautilus.noarch") 48 [[ $ID == centos ]] && repos+=("centos-release-scl-rh") 51 echo "Liburing not supported on ${ID}$VERSION_ID, disabling" 67 [[ $ID ! [all...] |
| H A D | common.sh | 268 if [[ $ID != centos && $ID != rocky && $ID != sles ]]; then 271 echo "mdl not supported on $ID, disabling"
|
| H A D | debian.sh | 85 if [[ $ID == "ubuntu" && ${VERSION_ID:0:2} -ge "23" ]]; then
|
| H A D | ubuntu.sh | 85 if [[ $ID == "ubuntu" && ${VERSION_ID:0:2} -ge "23" ]]; then
|
| /spdk/scripts/ |
| H A D | pkgdep.sh | 119 ID=freebsd 121 ID=unknown 124 ID=${ID,,} 127 if [[ $ID == *"suse"* ]]; then 128 ID="sles" 136 for id in $ID $ID_LIKE; do 144 printf 'Not supported distribution detected (%s), aborting\n' "$ID" >&2
|
| /spdk/test/common/config/pkgdep/os/ |
| H A D | rhel | 8 if [[ $ID == centos || $ID == rocky ]] && [[ $VERSION_ID == 8* ]]; then 10 elif [[ $ID == centos ]] && ((VERSION_ID == 7)); then 22 if [[ $ID == fedora ]] && ((VERSION_ID >= 38)); then
|
| H A D | fedora | 8 if [[ $ID == centos || $ID == rocky ]] && [[ $VERSION_ID == 8* ]]; then 10 elif [[ $ID == centos ]] && ((VERSION_ID == 7)); then 22 if [[ $ID == fedora ]] && ((VERSION_ID >= 38)); then
|
| H A D | centos | 8 if [[ $ID == centos || $ID == rocky ]] && [[ $VERSION_ID == 8* ]]; then 10 elif [[ $ID == centos ]] && ((VERSION_ID == 7)); then 22 if [[ $ID == fedora ]] && ((VERSION_ID >= 38)); then
|
| /spdk/go/rpc/client/ |
| H A D | client.go | 63 if request.ID != uint64(response.ID) { 110 ID: requestId, 194 ID uint64 `json:"id,omitempty"` member 213 ID int `json:"id,omitempty"` member
|
| H A D | client_test.go | 57 ID: requestId,
|
| /spdk/test/blobstore/ |
| H A D | btest.out.match | 20 Super Blob ID has been set. 41 super blob ID: $(XX) 55 blob ID: $(XX) 78 super blob ID: $(XX)
|
| /spdk/test/common/config/ |
| H A D | autotest_setup.sh | 54 ID=freebsd 62 OSID=$ID 65 echo "OS-ID: $OSID | OS-Version: $OSVERSION"
|
| /spdk/rpmbuild/ |
| H A D | rpm.sh | 17 for id in $ID $ID_LIKE; do 22 printf '%s not supported\n' "$ID" >&2
|
| H A D | rpm-deps.sh | 26 for id in $ID $ID_LIKE; do
|
| /spdk/scripts/vagrant/ |
| H A D | create_nvme_img.sh | 61 case "$ID" in
|
| /spdk/scripts/perf/pm/ |
| H A D | collect-bmc-pm | 78 Manufacturer ID: $man_id 79 Product ID: $prod_id 80 Device ID: $dev_id
|
| /spdk/scripts/env_dpdk/22.11/ |
| H A D | 22.11-rte_bus_pci.h.patch | 6 - * Enable/Disable PASID (Process Address Space ID).
|
| H A D | 23.11-rte_bus_pci.h.patch | 78 - * Enable/Disable PASID (Process Address Space ID).
|
| /spdk/proto/ |
| H A D | nvmf_tcp.proto | 15 // Transport service ID (port number)
|
| /spdk/scripts/bpf/ |
| H A D | nvme.bt | 20 printf("%d.%06d: controller: %s create qpair with ID: %d on thread: %d\n",
|
| /spdk/doc/ |
| H A D | gdb_macros.md | 117 ID 0 125 ID 1
|
| H A D | containers.md | 75 Namespace ID: 1 size: 400GB
|
12