Searched refs:os (Results 51 - 75 of 265) sorted by relevance

1234567891011

/linux-master/tools/testing/kunit/
H A Dkunit_kernel.py13 import os namespace
31 ABS_TOOL_PATH = os.path.abspath(os.path.dirname(__file__))
32 QEMU_CONFIGS_DIR = os.path.join(ABS_TOOL_PATH, 'qemu_configs')
117 kernel_path = os.path.join(build_dir, self._kernel_path)
147 linux_bin = os.path.join(build_dir, 'linux')
157 return os.path.join(build_dir, KCONFIG_PATH)
160 return os.path.join(build_dir, KUNITCONFIG_PATH)
163 return os.path.join(build_dir, OLD_KUNITCONFIG_PATH)
169 if not os
[all...]
H A Drun_checks.py12 import os namespace
19 ABS_TOOL_PATH = os.path.abspath(os.path.dirname(__file__))
/linux-master/drivers/net/fddi/skfp/
H A Dskfddi.c265 smc->os.dev = dev;
266 smc->os.bus_type = SK_BUS_TYPE_PCI;
267 smc->os.pdev = *pdev;
268 smc->os.QueueSkb = MAX_TX_QUEUE_LEN;
269 smc->os.MaxFrameSize = MAX_FRAME_SIZE;
270 smc->os.dev = dev;
273 smc->os.ResetRequested = FALSE;
274 skb_queue_head_init(&smc->os.SendSkbQueue);
299 if (smc->os.SharedMemAddr)
300 dma_free_coherent(&pdev->dev, smc->os
[all...]
/linux-master/Documentation/sphinx/
H A Dkernel_include.py34 import os.path namespace
63 path = os.path.realpath(
64 os.path.expandvars(self.arguments[0]))
67 if path.startswith(os.sep + "etc"):
74 env.note_dependency(os.path.abspath(path))
91 source_dir = os.path.dirname(os.path.abspath(source))
94 path = os.path.join(self.standard_include_path, path[1:-1])
95 path = os.path.normpath(os
[all...]
/linux-master/tools/verification/dot2/
H A Ddot2k.py13 import os namespace
34 if os.path.exists(self.monitor_templates_dir) == True:
42 if os.path.exists(kernel_path) == True:
46 if os.path.exists("/usr/share/dot2/dot2k_templates/") == True:
142 os.mkdir(self.name)
163 if os.path.exists(path) == False:
/linux-master/tools/testing/selftests/bpf/
H A Dgenerate_udp_fragments.py18 import os namespace
87 dir = os.path.dirname(os.path.realpath(__file__))
/linux-master/tools/perf/util/
H A Dparse-branch-options.c52 char *os = NULL; local
61 s = os = strdup(str);
94 free(os);
/linux-master/arch/um/drivers/
H A Dcow_sys.h6 #include <os.h>
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Doclass.h3 #include <core/os.h>
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dtimer.h3 #include <nvif/os.h>
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_dmem.h24 #include <nvif/os.h>
/linux-master/arch/um/kernel/
H A Dsigio.c8 #include <os.h>
37 /* These are called from os-Linux/sigio.c to protect its pollfds arrays. */
/linux-master/tools/cgroup/
H A Diocost_coef_gen.py25 import os namespace
64 devname = os.path.basename(devname).decode('utf-8').strip()
69 devname = os.path.basename(os.path.dirname(parents[0]))
70 rdev = os.stat(f'/dev/{devname}').st_rdev
71 return (devname, f'{os.major(rdev)}:{os.minor(rdev)}')
76 if os.path.isfile(path) and os.stat(path).st_size == size:
127 devname = os
[all...]
/linux-master/drivers/gpu/drm/ci/xfails/
H A Dupdate-xfails.py6 import os namespace
20 script_dir = os.path.dirname(os.path.abspath(__file__))
21 return os.path.join(script_dir, f"{name}-{suffix}.txt")
45 if os.path.exists(file_path):
46 os.remove(file_path)
70 print("WARNING: core_getversion should pass, not adding it to", os.path.basename(file_name))
190 print_diff(fails_txt_original, fails_txt, os.path.basename(fails_txt_path))
193 print_diff(flakes_txt_original, flakes_txt, os.path.basename(flakes_txt_path))
/linux-master/drivers/scsi/elx/efct/
H A Defct_hw.c50 struct efct *efct = hw->os;
66 efc_log_debug(hw->os, "set dump location cmd failed\n");
73 efc_log_debug(hw->os, "Dump size %x\n", hw->dump_size);
85 struct efct *efct = hw->os;
88 efc_log_debug(hw->os, "bad status cqe=%#x mqe=%#x\n", status,
170 struct efct *efct = hw->os;
183 efc_log_info(hw->os, "Link Up, NPORT, speed is %d\n",
193 efc_log_info(hw->os, "Link Up, LOOP, speed is %d\n",
203 efc_log_debug(hw->os, "READ_TOPOLOGY failed\n");
205 efc_log_info(hw->os, "
230 efct_hw_setup(struct efct_hw *hw, void *os, struct pci_dev *pdev) argument
[all...]
/linux-master/tools/perf/scripts/python/
H A Dsyscall-counts-by-pid.py10 import os, sys namespace
12 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
H A Dcheck-perf-trace.py12 import os namespace
15 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
H A Dsctop.py13 import os, sys, time namespace
20 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
H A Dfailed-syscalls-by-pid.py10 import os namespace
13 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
H A Dpowerpc-hcalls.py9 import os namespace
12 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
H A Dfutex-contention.py15 import os namespace
17 sys.path.append(os.environ['PERF_EXEC_PATH'] +
H A Dnet_dropmonitor.py6 import os namespace
9 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc_multibatch.py11 import os namespace
62 os.system("./tdc_batch.py -n {} -a {} -e {} -m {} {} {}".format(
/linux-master/drivers/comedi/drivers/ni_routing/tools/
H A Dcsv_collection.py3 import os, csv, glob namespace
30 name = os.path.basename(fname).partition('.')[0]
/linux-master/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.py10 import errno, os namespace
73 machine_id = machine_to_id[os.uname()[4]]

Completed in 264 milliseconds

1234567891011