Home
last modified time | relevance | path

Searched refs:program (Results 1 – 25 of 1024) sorted by relevance

12345678910>>...41

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_program.c105 struct program { struct
232 child_stop(struct archive_read_filter *f, struct program *program) in child_stop() argument
235 if (program->child_stdin != -1) { in child_stop()
236 close(program->child_stdin); in child_stop()
237 program->child_stdin = -1; in child_stop()
239 if (program->child_stdout != -1) { in child_stop()
240 close(program->child_stdout); in child_stop()
241 program->child_stdout = -1; in child_stop()
244 if (program->child != 0) { in child_stop()
247 program->waitpid_return in child_stop()
[all …]
H A Darchive_write_add_filter_program.c73 struct program { struct
84 static void free_data(struct program *); argument
94 struct program *program; in archive_write_add_filter_program() local
100 program = calloc(1, sizeof(*program)); in archive_write_add_filter_program()
101 if (program == NULL) in archive_write_add_filter_program()
103 program->cmd = strdup(cmd); in archive_write_add_filter_program()
104 if (program->cmd == NULL) in archive_write_add_filter_program()
106 program->pdata = __archive_write_program_allocate(cmd); in archive_write_add_filter_program()
107 if (program->pdata == NULL) in archive_write_add_filter_program()
110 if (archive_string_ensure(&program->description, in archive_write_add_filter_program()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.stack_gsub.err1 Channel program execution failed:
5 [string "channel program"]:17: in function <[string "channel program"]:16>
7 [string "channel program"]:17: in function <[string "channel program"]:16>
9 [string "channel program"]:17: in function <[string "channel program"]:16>
11 [string "channel program"]:17: in function <[string "channel program"]:16>
13 [string "channel program"]:17: in function <[string "channel program"]:16>
15 [string "channel program"]:17: in function <[string "channel program"]:16>
17 [string "channel program"]:17: in function <[string "channel program"]:16>
/freebsd/lib/libkvm/
H A Dkvm_i386.c123 _kvm_err(kd, kd->program, "cannot allocate vm"); in _i386_initvtop()
141 _kvm_err(kd, kd->program, "cannot resolve kernbase"); in _i386_initvtop()
155 _kvm_err(kd, kd->program, "cannot read IdlePDPT"); in _i386_initvtop()
161 _kvm_err(kd, kd->program, "cannot allocate PTD"); in _i386_initvtop()
167 _kvm_err(kd, kd->program, "Cannot read PDPT"); in _i386_initvtop()
175 _kvm_err(kd, kd->program, "cannot read PDPT"); in _i386_initvtop()
187 _kvm_err(kd, kd->program, "bad namelist"); in _i386_initvtop()
192 _kvm_err(kd, kd->program, "cannot read IdlePTD"); in _i386_initvtop()
198 _kvm_err(kd, kd->program, "cannot allocate PTD"); in _i386_initvtop()
202 _kvm_err(kd, kd->program, "cannot read PTD"); in _i386_initvtop()
[all …]
H A Dkvm_amd64.c118 _kvm_err(kd, kd->program, "cannot allocate vm"); in _amd64_initvtop()
146 _kvm_err(kd, kd->program, "bad namelist - no kernbase"); in _amd64_initvtop()
157 _kvm_err(kd, kd->program, "cannot determine kernphys"); in _amd64_initvtop()
169 _kvm_err(kd, kd->program, "bad namelist - no KPML4phys"); in _amd64_initvtop()
174 _kvm_err(kd, kd->program, "cannot read KPML4phys"); in _amd64_initvtop()
180 _kvm_err(kd, kd->program, "cannot allocate PML4"); in _amd64_initvtop()
184 _kvm_err(kd, kd->program, "cannot read KPML4phys"); in _amd64_initvtop()
222 _kvm_err(kd, kd->program, in _amd64_vatop()
232 _kvm_err(kd, kd->program, "_amd64_vatop: pml4e not valid"); in _amd64_vatop()
241 _kvm_err(kd, kd->program, "_amd64_vatop: pdpe_pa not found"); in _amd64_vatop()
[all …]
H A Dkvm.c83 _kvm_err(kd, kd->program, "Unsupported libelf"); in _kvm_read_kernel_ehdr()
88 _kvm_err(kd, kd->program, "%s", elf_errmsg(0)); in _kvm_read_kernel_ehdr()
92 _kvm_err(kd, kd->program, "kernel is not an ELF file"); in _kvm_read_kernel_ehdr()
96 _kvm_err(kd, kd->program, "%s", elf_errmsg(0)); in _kvm_read_kernel_ehdr()
107 _kvm_err(kd, kd->program, in _kvm_read_kernel_ehdr()
130 _kvm_err(kd, kd->program, "exec file name too long"); in _kvm_open()
134 _kvm_err(kd, kd->program, "bad flags arg"); in _kvm_open()
141 _kvm_syserr(kd, kd->program, "%s", mf); in _kvm_open()
145 _kvm_syserr(kd, kd->program, "%s", mf); in _kvm_open()
150 _kvm_syserr(kd, kd->program, "empty file"); in _kvm_open()
[all …]
H A Dkvm_pcpu.c93 _kvm_err(kd, kd->program, "unable to find cpuid_to_pcpu"); in _kvm_pcpu_init()
97 _kvm_err(kd, kd->program, "unable to find mp_maxcpus"); in _kvm_pcpu_init()
102 _kvm_err(kd, kd->program, "cannot read mp_maxcpus"); in _kvm_pcpu_init()
106 _kvm_err(kd, kd->program, "unable to find mp_ncpus"); in _kvm_pcpu_init()
111 _kvm_err(kd, kd->program, "cannot read mp_ncpus"); in _kvm_pcpu_init()
116 _kvm_err(kd, kd->program, "unable to find __pcpu"); in _kvm_pcpu_init()
121 _kvm_err(kd, kd->program, "cannot read __pcpu"); in _kvm_pcpu_init()
128 _kvm_err(kd, kd->program, "out of memory"); in _kvm_pcpu_init()
133 _kvm_err(kd, kd->program, "cannot read cpuid_to_pcpu array"); in _kvm_pcpu_init()
170 _kvm_err(kd, kd->program, "out of memory"); in kvm_getpcpu()
[all …]
H A Dkvm_vnet.c123 _kvm_err(kd, kd->program, "%s: dumptid", __func__); in _kvm_vnet_selectpid()
144 _kvm_err(kd, kd->program, "%s: proc", __func__); in _kvm_vnet_selectpid()
153 _kvm_err(kd, kd->program, "%s: thread", in _kvm_vnet_selectpid()
172 _kvm_err(kd, kd->program, "%s: pid/tid not found", __func__); in _kvm_vnet_selectpid()
177 _kvm_err(kd, kd->program, "%s: cred", __func__); in _kvm_vnet_selectpid()
181 _kvm_err(kd, kd->program, "%s: no jail", __func__); in _kvm_vnet_selectpid()
186 _kvm_err(kd, kd->program, "%s: prison", __func__); in _kvm_vnet_selectpid()
190 _kvm_err(kd, kd->program, "%s: no vnet", __func__); in _kvm_vnet_selectpid()
195 _kvm_err(kd, kd->program, "%s: vnet", __func__); in _kvm_vnet_selectpid()
199 _kvm_err(kd, kd->program, "%s: invalid vnet magic#", __func__); in _kvm_vnet_selectpid()
H A Dkvm_proc.c140 _kvm_err(kd, kd->program, "can't read proc at %p", p); in kvm_proclist()
164 _kvm_err(kd, kd->program, in kvm_proclist()
206 _kvm_err(kd, kd->program, "nprocs corrupt"); in kvm_proclist()
224 _kvm_err(kd, kd->program, in kvm_proclist()
234 _kvm_err(kd, kd->program, in kvm_proclist()
257 _kvm_err(kd, kd->program, in kvm_proclist()
267 _kvm_err(kd, kd->program, "can't read pgrp at %p", in kvm_proclist()
274 _kvm_err(kd, kd->program, "can't read session at %p", in kvm_proclist()
283 _kvm_err(kd, kd->program, in kvm_proclist()
289 _kvm_err(kd, kd->program, in kvm_proclist()
[all …]
H A Dkvm_getswapinfo.c77 _kvm_err(kd, kd->program, "cannot read %s", msg); \
121 _kvm_err(kd, kd->program, in kvm_getswapinfo_kvm()
177 _kvm_err(kd, kd->program, "sysctlnametomib failed: %s", in kvm_getswapinfo_sysctl()
188 _kvm_err(kd, kd->program, "cannot read sysctl: %s.", in kvm_getswapinfo_sysctl()
193 _kvm_err(kd, kd->program, "struct xswdev has unexpected " in kvm_getswapinfo_sysctl()
198 _kvm_err(kd, kd->program, "struct xswdev version " in kvm_getswapinfo_sysctl()
237 _kvm_err(kd, kd->program, "unable to find swtailq"); in nlist_init()
242 _kvm_err(kd, kd->program, "unable to find dmmax"); in nlist_init()
258 _kvm_err(kd, kd->program, "cannot read sysctl %s:%s", name, in getsysctl()
263 _kvm_err(kd, kd->program, "sysctl %s has unexpected size", name); in getsysctl()
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_11.H.out1 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a…
2 {{test-program: }}
5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
6 {{test-program: }}
9 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count…
10 {{test-program: }}
13 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s…
14 {{test-program: }}
H A Dtest_11.HIPx.out1 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a…
2 {{test-program: }}
5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
6 {{test-program: }}
9 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count…
10 {{test-program: }}
13 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s…
14 {{test-program: }}
H A Dtest_11.HP.out1 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a…
2 {{test-program: }}
5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
6 {{test-program: }}
9 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count…
10 {{test-program: }}
13 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s…
14 {{test-program: }}
H A Dtest_11.J.out1 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a…
2 {{test-program: }}
5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
6 {{test-program: }}
9 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count…
10 {{test-program: }}
13 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s…
14 {{test-program: }}
H A Dtest_11.JP.out1 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a…
2 {{test-program: }}
5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
6 {{test-program: }}
9 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count…
10 {{test-program: }}
13 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s…
14 {{test-program: }}
H A Dtest_11.JPu.out1 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a…
2 {{test-program: }}
5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
6 {{test-program: }}
9 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count…
10 {{test-program: }}
13 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s…
14 {{test-program: }}
H A Dtest_11.T.out1 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a…
2 {{test-program: }}
5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
6 {{test-program: }}
9 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count…
10 {{test-program: }}
13 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s…
14 {{test-program: }}
H A Dtest_11.X.out1 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a…
2 {{test-program: }}
5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
6 {{test-program: }}
9 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count…
10 {{test-program: }}
13 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s…
14 {{test-program: }}
H A Dtest_11.XP.out1 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a…
2 {{test-program: }}
5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
6 {{test-program: }}
9 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count…
10 {{test-program: }}
13 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s…
14 {{test-program: }}
H A Dtest_11.E.out4 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a…
5 {{test-program: }}
8 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
9 {{test-program: }}
12 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count…
13 {{test-program: }}
16 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s…
17 {{test-program: }}
/freebsd/tools/test/hwpmc/
H A Dpmctest.py63 program_parts = shlex.split(args.program)
64 program = Path(program_parts[0]).name
67 tmpdir = tempfile.mkdtemp(prefix=program + "-", suffix="-counting-pmc")
68 print("Exercising program ", args.program, " storing results data in ", tmpdir)
71 tmpdir = tempfile.mkdtemp(prefix=program + "-", suffix="-sampling-pmc")
72 print("Exercising program ", args.program, " storing results data in ", tmpdir)
78 with open(tmpdir + "/" + program + "-" + counter + ".txt", 'w') as file:
84 pmcout = tmpdir + "/" + program + "-" + counter + ".pmc"
90 resdir = tmpdir + "/" + program + "-" + counter + ".results"
103 program + ".gmon"],
/freebsd/contrib/llvm-project/lldb/docs/man/
H A Dlldb-server.rst6 .. program:: lldb-server
11 | :program:`lldb-server` v[ersion]
12 | :program:`lldb-server` g[dbserver] [*options*]
13 | :program:`lldb-server` p[latform] [*options*]
18 :program:`lldb-server` provides the server counterpart of the LLVM debugger.
19 The server runs and monitors the debugged program, while the user interfaces
47 | :program:`lldb-server` g[dbserver] [*options*] [[*host*]:*port*] [[--] *program* *args*...]
103 .. option:: -- program args
105 Launch a program for debugging.
107 If neither of target options are used, :program:`lldb-server` is started
[all …]
/freebsd/contrib/kyua/utils/process/
H A Doperations.cpp125 process::exec(const fs::path& program, const args_vector& args) throw() in exec() argument
128 exec_unsafe(program, args); in exec()
154 process::exec_unsafe(const fs::path& program, const args_vector& args) in exec_unsafe() argument
161 argv[0] = program.c_str(); in exec_unsafe()
166 const int ret = ::execv(program.c_str(), in exec_unsafe()
170 std::cerr << "Failed to execute " << program << ": " in exec_unsafe()
173 std::cerr << "Failed to execute " << program << ": " in exec_unsafe()
177 std::cerr << "Failed to execute " << program << "; got unexpected " in exec_unsafe()
185 throw system_error("Failed to execute " + program.str(), original_errno); in exec_unsafe()
/freebsd/contrib/pam-krb5/tests/pam-util/
H A Doptions-t.c57 char *program; member
70 { K(program), true, STRING (NULL) },
131 free(config->program); in config_free()
144 char *program; in main() local
183 ok(args->config->program == NULL, "...program default"); in main()
193 ok(args->config->program == NULL, "...program still default"); in main()
212 is_string("/bin/true", args->config->program, "...program is set"); in main()
223 program = strdup("/bin/false"); in main()
224 if (program == NULL) in main()
226 options[5].defaults.string = program; in main()
[all …]
/freebsd/contrib/kyua/utils/
H A Dstacktrace.cpp205 utils::find_core(const fs::path& program, const process::status& status, in find_core() argument
211 (program.leaf_name().substr(0, max_core_name_length) + ".core")); in find_core()
212 if (program.is_absolute()) { in find_core()
213 candidates.push_back(program.branch_path() / in find_core()
214 (program.leaf_name().substr(0, max_core_name_length) + ".core")); in find_core()
287 utils::dump_stacktrace(const fs::path& program, in dump_stacktrace() argument
314 program, status, exit_handle.work_directory()); in dump_stacktrace()
323 run_gdb(gdb.get(), program, core_file.get()), in dump_stacktrace()
361 utils::dump_stacktrace_if_available(const fs::path& program, in dump_stacktrace_if_available() argument
369 dump_stacktrace(program, executor_handle, exit_handle); in dump_stacktrace_if_available()

12345678910>>...41