Home
last modified time | relevance | path

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

12345678910>>...40

/freebsd-14.2/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-14.2/lib/libkvm/
H A Dkvm_i386.c125 _kvm_err(kd, kd->program, "cannot allocate vm"); in _i386_initvtop()
163 _kvm_err(kd, kd->program, "cannot allocate PTD"); in _i386_initvtop()
169 _kvm_err(kd, kd->program, "Cannot read PDPT"); in _i386_initvtop()
177 _kvm_err(kd, kd->program, "cannot read PDPT"); in _i386_initvtop()
189 _kvm_err(kd, kd->program, "bad namelist"); in _i386_initvtop()
204 _kvm_err(kd, kd->program, "cannot read PTD"); in _i386_initvtop()
239 _kvm_err(kd, kd->program, in _i386_vatop()
263 _kvm_err(kd, kd->program, in _i386_vatop()
329 _kvm_err(kd, kd->program, in _i386_vatop_pae()
353 _kvm_err(kd, kd->program, in _i386_vatop_pae()
[all …]
H A Dkvm_amd64.c119 _kvm_err(kd, kd->program, "cannot allocate vm"); in _amd64_initvtop()
134 _kvm_err(kd, kd->program, "bad namelist - no kernbase"); in _amd64_initvtop()
148 _kvm_err(kd, kd->program, "cannot read KPML4phys"); in _amd64_initvtop()
154 _kvm_err(kd, kd->program, "cannot allocate PML4"); in _amd64_initvtop()
158 _kvm_err(kd, kd->program, "cannot read KPML4phys"); in _amd64_initvtop()
196 _kvm_err(kd, kd->program, in _amd64_vatop()
219 _kvm_syserr(kd, kd->program, "_amd64_vatop: read pdpe"); in _amd64_vatop()
235 _kvm_err(kd, kd->program, in _amd64_vatop()
251 _kvm_syserr(kd, kd->program, "_amd64_vatop: read pde"); in _amd64_vatop()
267 _kvm_err(kd, kd->program, in _amd64_vatop()
[all …]
H A Dkvm.c109 _kvm_err(kd, kd->program, in _kvm_read_kernel_ehdr()
136 _kvm_err(kd, kd->program, "bad flags arg"); in _kvm_open()
143 _kvm_syserr(kd, kd->program, "%s", mf); in _kvm_open()
147 _kvm_syserr(kd, kd->program, "%s", mf); in _kvm_open()
181 _kvm_syserr(kd, kd->program, "%s", uf); in _kvm_open()
206 _kvm_err(kd, kd->program, in _kvm_open()
254 kd->program = errstr; in kvm_open()
392 _kvm_err(kd, kd->program, "short read"); in kvm_read2()
437 _kvm_err(kd, kd->program, in kvm_write()
521 _kvm_syserr(kd, kd->program, in kvm_kerndisp()
[all …]
H A Dkvm_pcpu.c103 _kvm_err(kd, kd->program, "cannot read mp_maxcpus"); in _kvm_pcpu_init()
107 _kvm_err(kd, kd->program, "unable to find mp_ncpus"); in _kvm_pcpu_init()
112 _kvm_err(kd, kd->program, "cannot read mp_ncpus"); in _kvm_pcpu_init()
117 _kvm_err(kd, kd->program, "unable to find __pcpu"); in _kvm_pcpu_init()
122 _kvm_err(kd, kd->program, "cannot read __pcpu"); in _kvm_pcpu_init()
129 _kvm_err(kd, kd->program, "out of memory"); in _kvm_pcpu_init()
171 _kvm_err(kd, kd->program, "out of memory"); in kvm_getpcpu()
214 _kvm_err(kd, kd->program, "%s: not initialized", in _kvm_dpcpu_setcpu()
220 _kvm_err(kd, kd->program, "%s: CPU %u too big", in _kvm_dpcpu_setcpu()
226 _kvm_err(kd, kd->program, "%s: CPU %u not found", in _kvm_dpcpu_setcpu()
[all …]
H A Dkvm_vnet.c124 _kvm_err(kd, kd->program, "%s: dumptid", __func__); in _kvm_vnet_selectpid()
145 _kvm_err(kd, kd->program, "%s: proc", __func__); in _kvm_vnet_selectpid()
154 _kvm_err(kd, kd->program, "%s: thread", in _kvm_vnet_selectpid()
173 _kvm_err(kd, kd->program, "%s: pid/tid not found", __func__); in _kvm_vnet_selectpid()
178 _kvm_err(kd, kd->program, "%s: cred", __func__); in _kvm_vnet_selectpid()
182 _kvm_err(kd, kd->program, "%s: no jail", __func__); in _kvm_vnet_selectpid()
187 _kvm_err(kd, kd->program, "%s: prison", __func__); in _kvm_vnet_selectpid()
191 _kvm_err(kd, kd->program, "%s: no vnet", __func__); in _kvm_vnet_selectpid()
196 _kvm_err(kd, kd->program, "%s: vnet", __func__); in _kvm_vnet_selectpid()
200 _kvm_err(kd, kd->program, "%s: invalid vnet magic#", __func__); in _kvm_vnet_selectpid()
H A Dkvm_proc.c162 _kvm_err(kd, kd->program, in kvm_proclist()
222 _kvm_err(kd, kd->program, in kvm_proclist()
232 _kvm_err(kd, kd->program, in kvm_proclist()
255 _kvm_err(kd, kd->program, in kvm_proclist()
281 _kvm_err(kd, kd->program, in kvm_proclist()
287 _kvm_err(kd, kd->program, in kvm_proclist()
591 _kvm_err(kd, kd->program, in kvm_getprocs()
614 _kvm_err(kd, kd->program, in kvm_getprocs()
622 _kvm_err(kd, kd->program, in kvm_getprocs()
647 _kvm_err(kd, kd->program, in kvm_getprocs()
[all …]
H A Dkvm_getswapinfo.c78 _kvm_err(kd, kd->program, "cannot read %s", msg); \
122 _kvm_err(kd, kd->program, in kvm_getswapinfo_kvm()
178 _kvm_err(kd, kd->program, "sysctlnametomib failed: %s", in kvm_getswapinfo_sysctl()
189 _kvm_err(kd, kd->program, "cannot read sysctl: %s.", in kvm_getswapinfo_sysctl()
194 _kvm_err(kd, kd->program, "struct xswdev has unexpected " in kvm_getswapinfo_sysctl()
199 _kvm_err(kd, kd->program, "struct xswdev version " in kvm_getswapinfo_sysctl()
238 _kvm_err(kd, kd->program, "unable to find swtailq"); in nlist_init()
243 _kvm_err(kd, kd->program, "unable to find dmmax"); in nlist_init()
259 _kvm_err(kd, kd->program, "cannot read sysctl %s:%s", name, in getsysctl()
264 _kvm_err(kd, kd->program, "sysctl %s has unexpected size", name); in getsysctl()
H A Dkvm_minidump_amd64.c202 _kvm_err(kd, kd->program, in _amd64_minidump_vatop_v1()
209 _kvm_err(kd, kd->program, in _amd64_minidump_vatop_v1()
220 _kvm_err(kd, kd->program, in _amd64_minidump_vatop_v1()
228 _kvm_err(kd, kd->program, in _amd64_minidump_vatop_v1()
261 _kvm_err(kd, kd->program, in _amd64_minidump_vatop()
270 _kvm_err(kd, kd->program, in _amd64_minidump_vatop()
277 _kvm_err(kd, kd->program, in _amd64_minidump_vatop()
286 _kvm_err(kd, kd->program, in _amd64_minidump_vatop()
297 _kvm_err(kd, kd->program, in _amd64_minidump_vatop()
308 _kvm_err(kd, kd->program, in _amd64_minidump_vatop()
[all …]
/freebsd-14.2/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.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.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.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.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.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.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.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-14.2/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-14.2/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*]
47 | :program:`lldb-server` g[dbserver] [*options*] [[*host*]:*port*] [[--] *program* *args*...]
103 .. option:: -- program args
105 Launch a program for debugging.
178 lldb-server g :1234 /path/to/program program-argument -- --program-option
182 lldb-server g :1234 -- /path/to/program program-argument --program-option
190 lldb-server g :1234 --attach program-name
[all …]
H A Dlldb.rst6 .. program:: lldb
11 | :program:`lldb` [*options*] *executable*
16 :program:`lldb` is a next generation, high-performance debugger. It is built as
20 :program:`lldb` is the default debugger in Xcode on macOS and supports
263 lldb --arch x86_64 /path/to/program program argument -- --arch armv7
267 lldb --arch x86_64 -- /path/to/program program argument --arch armv7
275 Passing --repl starts :program:`lldb` in REPL mode.
279 Passing --core causes :program:`lldb` to debug the core file.
297 In :program:`lldb` there is a help command which can be used to find
314 program. This would be ~/.lldbinit-lldb for the command line :program:`lldb`
[all …]
/freebsd-14.2/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()
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_program/
H A Dzfs_program_json.ksh98 log_must zfs program $TESTPOOL $TESTZCP $TESTDS $cmd 2>&1
99 log_must zfs program -j $TESTPOOL $TESTZCP $TESTDS $cmd 2>&1
100 OUTPUT=$(zfs program -j $TESTPOOL $TESTZCP $TESTDS $cmd 2>&1 |
125 log_mustnot zfs program $cmd $TESTPOOL $TESTZCP $TESTDS 2>&1
126 log_mustnot zfs program -j $cmd $TESTPOOL $TESTZCP $TESTDS 2>&1
127 OUTPUT=$(zfs program -j $cmd $TESTPOOL $TESTZCP $TESTDS 2>&1)
/freebsd-14.2/lib/libc/rpc/
H A Dpmap_clnt.c62 pmap_set(u_long program, u_long version, int protocol, int port) in pmap_set() argument
83 rslt = rpcb_set((rpcprog_t)program, (rpcvers_t)version, nconf, na); in pmap_set()
94 pmap_unset(u_long program, u_long version) in pmap_unset() argument
102 udp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version, in pmap_unset()
108 tcp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version, in pmap_unset()

12345678910>>...40