Home
last modified time | relevance | path

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

12345678910>>...40

/freebsd-13.1/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-13.1/lib/libkvm/
H A Dkvm_i386.c126 _kvm_err(kd, kd->program, "cannot allocate vm"); in _i386_initvtop()
164 _kvm_err(kd, kd->program, "cannot allocate PTD"); in _i386_initvtop()
170 _kvm_err(kd, kd->program, "Cannot read PDPT"); in _i386_initvtop()
178 _kvm_err(kd, kd->program, "cannot read PDPT"); in _i386_initvtop()
190 _kvm_err(kd, kd->program, "bad namelist"); in _i386_initvtop()
205 _kvm_err(kd, kd->program, "cannot read PTD"); in _i386_initvtop()
240 _kvm_err(kd, kd->program, in _i386_vatop()
264 _kvm_err(kd, kd->program, in _i386_vatop()
330 _kvm_err(kd, kd->program, in _i386_vatop_pae()
354 _kvm_err(kd, kd->program, in _i386_vatop_pae()
[all …]
H A Dkvm_amd64.c120 _kvm_err(kd, kd->program, "cannot allocate vm"); in _amd64_initvtop()
135 _kvm_err(kd, kd->program, "bad namelist - no kernbase"); in _amd64_initvtop()
149 _kvm_err(kd, kd->program, "cannot read KPML4phys"); in _amd64_initvtop()
155 _kvm_err(kd, kd->program, "cannot allocate PML4"); in _amd64_initvtop()
159 _kvm_err(kd, kd->program, "cannot read KPML4phys"); in _amd64_initvtop()
197 _kvm_err(kd, kd->program, in _amd64_vatop()
220 _kvm_syserr(kd, kd->program, "_amd64_vatop: read pdpe"); in _amd64_vatop()
236 _kvm_err(kd, kd->program, in _amd64_vatop()
252 _kvm_syserr(kd, kd->program, "_amd64_vatop: read pde"); in _amd64_vatop()
268 _kvm_err(kd, kd->program, in _amd64_vatop()
[all …]
H A Dkvm.c110 _kvm_err(kd, kd->program, in _kvm_read_kernel_ehdr()
137 _kvm_err(kd, kd->program, "bad flags arg"); in _kvm_open()
144 _kvm_syserr(kd, kd->program, "%s", mf); in _kvm_open()
148 _kvm_syserr(kd, kd->program, "%s", mf); in _kvm_open()
182 _kvm_syserr(kd, kd->program, "%s", uf); in _kvm_open()
207 _kvm_err(kd, kd->program, in _kvm_open()
255 kd->program = errstr; in kvm_open()
393 _kvm_err(kd, kd->program, "short read"); in kvm_read2()
438 _kvm_err(kd, kd->program, in kvm_write()
522 _kvm_syserr(kd, kd->program, in kvm_kerndisp()
[all …]
H A Dkvm_pcpu.c105 _kvm_err(kd, kd->program, "cannot read mp_maxcpus"); in _kvm_pcpu_init()
109 _kvm_err(kd, kd->program, "unable to find mp_ncpus"); in _kvm_pcpu_init()
114 _kvm_err(kd, kd->program, "cannot read mp_ncpus"); in _kvm_pcpu_init()
119 _kvm_err(kd, kd->program, "unable to find __pcpu"); in _kvm_pcpu_init()
124 _kvm_err(kd, kd->program, "cannot read __pcpu"); in _kvm_pcpu_init()
131 _kvm_err(kd, kd->program, "out of memory"); in _kvm_pcpu_init()
173 _kvm_err(kd, kd->program, "out of memory"); in kvm_getpcpu()
216 _kvm_err(kd, kd->program, "%s: not initialized", in _kvm_dpcpu_setcpu()
222 _kvm_err(kd, kd->program, "%s: CPU %u too big", in _kvm_dpcpu_setcpu()
228 _kvm_err(kd, kd->program, "%s: CPU %u not found", in _kvm_dpcpu_setcpu()
[all …]
H A Dkvm_vnet.c126 _kvm_err(kd, kd->program, "%s: dumptid", __func__); in _kvm_vnet_selectpid()
147 _kvm_err(kd, kd->program, "%s: proc", __func__); in _kvm_vnet_selectpid()
156 _kvm_err(kd, kd->program, "%s: thread", in _kvm_vnet_selectpid()
175 _kvm_err(kd, kd->program, "%s: pid/tid not found", __func__); in _kvm_vnet_selectpid()
180 _kvm_err(kd, kd->program, "%s: cred", __func__); in _kvm_vnet_selectpid()
184 _kvm_err(kd, kd->program, "%s: no jail", __func__); in _kvm_vnet_selectpid()
189 _kvm_err(kd, kd->program, "%s: prison", __func__); in _kvm_vnet_selectpid()
193 _kvm_err(kd, kd->program, "%s: no vnet", __func__); in _kvm_vnet_selectpid()
198 _kvm_err(kd, kd->program, "%s: vnet", __func__); in _kvm_vnet_selectpid()
202 _kvm_err(kd, kd->program, "%s: invalid vnet magic#", __func__); in _kvm_vnet_selectpid()
H A Dkvm_proc.c168 _kvm_err(kd, kd->program, in kvm_proclist()
228 _kvm_err(kd, kd->program, in kvm_proclist()
238 _kvm_err(kd, kd->program, in kvm_proclist()
261 _kvm_err(kd, kd->program, in kvm_proclist()
287 _kvm_err(kd, kd->program, in kvm_proclist()
293 _kvm_err(kd, kd->program, in kvm_proclist()
597 _kvm_err(kd, kd->program, in kvm_getprocs()
620 _kvm_err(kd, kd->program, in kvm_getprocs()
628 _kvm_err(kd, kd->program, in kvm_getprocs()
653 _kvm_err(kd, kd->program, in kvm_getprocs()
[all …]
H A Dkvm_getswapinfo.c80 _kvm_err(kd, kd->program, "cannot read %s", msg); \
124 _kvm_err(kd, kd->program, in kvm_getswapinfo_kvm()
180 _kvm_err(kd, kd->program, "sysctlnametomib failed: %s", in kvm_getswapinfo_sysctl()
191 _kvm_err(kd, kd->program, "cannot read sysctl: %s.", in kvm_getswapinfo_sysctl()
196 _kvm_err(kd, kd->program, "struct xswdev has unexpected " in kvm_getswapinfo_sysctl()
201 _kvm_err(kd, kd->program, "struct xswdev version " in kvm_getswapinfo_sysctl()
240 _kvm_err(kd, kd->program, "unable to find swtailq"); in nlist_init()
245 _kvm_err(kd, kd->program, "unable to find dmmax"); in nlist_init()
261 _kvm_err(kd, kd->program, "cannot read sysctl %s:%s", name, in getsysctl()
266 _kvm_err(kd, kd->program, "sysctl %s has unexpected size", name); in getsysctl()
H A Dkvm_private.c86 if (program != NULL) { in _kvm_err()
87 (void)fprintf(stderr, "%s: ", program); in _kvm_err()
104 if (program != NULL) { in _kvm_syserr()
105 (void)fprintf(stderr, "%s: ", program); in _kvm_syserr()
171 _kvm_err(kd, kd->program, "%s", elf_errmsg(0)); in _kvm_read_core_phdrs()
175 _kvm_err(kd, kd->program, "invalid core"); in _kvm_read_core_phdrs()
179 _kvm_err(kd, kd->program, "invalid core"); in _kvm_read_core_phdrs()
183 _kvm_err(kd, kd->program, "%s", elf_errmsg(0)); in _kvm_read_core_phdrs()
187 _kvm_err(kd, kd->program, "invalid core"); in _kvm_read_core_phdrs()
191 _kvm_err(kd, kd->program, "invalid core"); in _kvm_read_core_phdrs()
[all …]
H A Dkvm_arm.c117 _kvm_err(kd, kd->program, "raw dumps not supported on arm"); in _arm_initvtop()
123 _kvm_err(kd, kd->program, "cannot allocate vm"); in _arm_initvtop()
149 _kvm_err(kd, kd->program, "cannot resolve kernbase"); in _arm_initvtop()
157 _kvm_err(kd, kd->program, "couldn't get phys addr"); in _arm_initvtop()
164 _kvm_err(kd, kd->program, "bad namelist"); in _arm_initvtop()
169 _kvm_err(kd, kd->program, "cannot read kernel_l1pa"); in _arm_initvtop()
174 _kvm_err(kd, kd->program, "cannot allocate l1pt"); in _arm_initvtop()
178 _kvm_err(kd, kd->program, "cannot read l1pt"); in _arm_initvtop()
217 _kvm_syserr(kd, kd->program, "_arm_kvatop: pread"); in _arm_kvatop()
/freebsd-13.1/contrib/libxo/tests/core/saved/
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.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.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.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.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.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-13.1/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-13.1/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
259 lldb --arch x86_64 /path/to/program program argument -- --arch armv7
263 lldb --arch x86_64 -- /path/to/program program argument --arch armv7
271 Passing --repl starts :program:`lldb` in REPL mode.
275 Passing --core causes :program:`lldb` to debug the core file.
293 In :program:`lldb` there is a help command which can be used to find
310 program. This would be ~/.lldbinit-lldb for the command line :program:`lldb`
[all …]
/freebsd-13.1/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-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_program/
H A Dzfs_program_json.ksh112 log_must zfs program $TESTPOOL $TESTZCP $TESTDS $cmd 2>&1
113 log_must zfs program -j $TESTPOOL $TESTZCP $TESTDS $cmd 2>&1
114 OUTPUT=$(zfs program -j $TESTPOOL $TESTZCP $TESTDS $cmd 2>&1 |
137 log_mustnot zfs program $cmd $TESTPOOL $TESTZCP $TESTDS 2>&1
138 log_mustnot zfs program -j $cmd $TESTPOOL $TESTZCP $TESTDS 2>&1
139 OUTPUT=$(zfs program -j $cmd $TESTPOOL $TESTZCP $TESTDS 2>&1)
/freebsd-13.1/lib/libc/rpc/
H A Dpmap_clnt.c65 pmap_set(u_long program, u_long version, int protocol, int port) in pmap_set() argument
86 rslt = rpcb_set((rpcprog_t)program, (rpcvers_t)version, nconf, na); in pmap_set()
97 pmap_unset(u_long program, u_long version) in pmap_unset() argument
105 udp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version, in pmap_unset()
111 tcp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version, in pmap_unset()

12345678910>>...40