| /NextBSD/lib/libkvm/ |
| HD | kvm_amd64.c | 122 _kvm_err(kd, kd->program, "cannot allocate vm"); in _amd64_initvtop() 137 _kvm_err(kd, kd->program, "bad namelist - no kernbase"); in _amd64_initvtop() 146 _kvm_err(kd, kd->program, "bad namelist - no KPML4phys"); in _amd64_initvtop() 151 _kvm_err(kd, kd->program, "cannot read KPML4phys"); in _amd64_initvtop() 157 _kvm_err(kd, kd->program, "cannot read KPML4phys"); in _amd64_initvtop() 194 _kvm_err(kd, kd->program, in _amd64_vatop() 204 _kvm_err(kd, kd->program, "_amd64_vatop: pml4e not valid"); in _amd64_vatop() 213 _kvm_err(kd, kd->program, "_amd64_vatop: pdpe_pa not found"); in _amd64_vatop() 217 _kvm_syserr(kd, kd->program, "_amd64_vatop: read pdpe"); in _amd64_vatop() 222 _kvm_err(kd, kd->program, "_amd64_vatop: pdpe not valid"); in _amd64_vatop() [all …]
|
| HD | kvm_i386.c | 128 _kvm_err(kd, kd->program, "cannot allocate vm"); in _i386_initvtop() 146 _kvm_err(kd, kd->program, "cannot resolve kernbase"); in _i386_initvtop() 160 _kvm_err(kd, kd->program, "cannot read IdlePDPT"); in _i386_initvtop() 168 _kvm_err(kd, kd->program, "Cannot read PDPT"); in _i386_initvtop() 176 _kvm_err(kd, kd->program, "cannot read PDPT"); in _i386_initvtop() 188 _kvm_err(kd, kd->program, "bad namelist"); in _i386_initvtop() 193 _kvm_err(kd, kd->program, "cannot read IdlePTD"); in _i386_initvtop() 199 _kvm_err(kd, kd->program, "cannot read PTD"); in _i386_initvtop() 234 _kvm_err(kd, kd->program, in _i386_vatop() 244 _kvm_err(kd, kd->program, "_i386_vatop: pde not valid"); in _i386_vatop() [all …]
|
| HD | kvm.c | 128 _kvm_err(kvm_t *kd, const char *program, const char *fmt, ...) in _kvm_err() argument 133 if (program != NULL) { in _kvm_err() 134 (void)fprintf(stderr, "%s: ", program); in _kvm_err() 145 _kvm_syserr(kvm_t *kd, const char *program, const char *fmt, ...) in _kvm_syserr() argument 151 if (program != NULL) { in _kvm_syserr() 152 (void)fprintf(stderr, "%s: ", program); in _kvm_syserr() 172 _kvm_err(kd, kd->program, "can't allocate %zu bytes: %s", in _kvm_malloc() 183 _kvm_err(kd, kd->program, "Unsupported libelf"); in _kvm_read_kernel_ehdr() 188 _kvm_err(kd, kd->program, "%s", elf_errmsg(0)); in _kvm_read_kernel_ehdr() 192 _kvm_err(kd, kd->program, "kernel is not an ELF file"); in _kvm_read_kernel_ehdr() [all …]
|
| HD | kvm_minidump_amd64.c | 85 _kvm_err(kd, kd->program, "cannot allocate vm"); in _amd64_minidump_initvtop() 91 _kvm_err(kd, kd->program, "cannot read dump header"); in _amd64_minidump_initvtop() 95 _kvm_err(kd, kd->program, "not a minidump for this platform"); in _amd64_minidump_initvtop() 105 _kvm_err(kd, kd->program, "wrong minidump version. expected %d got %d", in _amd64_minidump_initvtop() 121 _kvm_err(kd, kd->program, "cannot allocate %d bytes for bitmap", vmst->hdr.bitmapsize); in _amd64_minidump_initvtop() 126 _kvm_err(kd, kd->program, "cannot read %d bytes for page bitmap", vmst->hdr.bitmapsize); in _amd64_minidump_initvtop() 134 _kvm_err(kd, kd->program, "cannot allocate %d bytes for page_map", vmst->hdr.pmapsize); in _amd64_minidump_initvtop() 140 _kvm_err(kd, kd->program, "cannot read %d bytes for page_map", vmst->hdr.pmapsize); in _amd64_minidump_initvtop() 173 _kvm_err(kd, kd->program, in _amd64_minidump_vatop_v1() 180 _kvm_err(kd, kd->program, in _amd64_minidump_vatop_v1() [all …]
|
| HD | kvm_file.c | 92 _kvm_err(kd, kd->program, "cannot read allproc"); in kvm_deadfiles() 97 _kvm_err(kd, kd->program, "can't read proc at %p", p); in kvm_deadfiles() 105 _kvm_err(kd, kd->program, "can't read filedesc at %p", in kvm_deadfiles() 119 _kvm_err(kd, kd->program, "can't read ofiles at %p", in kvm_deadfiles() 139 _kvm_err(kd, kd->program, "can't read kfp"); in kvm_deadfiles() 162 _kvm_syserr(kd, kd->program, "kvm_getfiles has been broken for years"); in kvm_getfiles() 170 _kvm_syserr(kd, kd->program, "kvm_getfiles"); in kvm_getfiles() 182 _kvm_syserr(kd, kd->program, "kvm_getfiles"); in kvm_getfiles() 197 _kvm_err(kd, kd->program, in kvm_getfiles() 202 _kvm_err(kd, kd->program, "can't read nprocs"); in kvm_getfiles() [all …]
|
| HD | kvm_pcpu.c | 83 _kvm_err(kd, kd->program, "unable to find cpuid_to_pcpu"); in _kvm_pcpu_init() 87 _kvm_err(kd, kd->program, "unable to find mp_maxcpus"); in _kvm_pcpu_init() 92 _kvm_err(kd, kd->program, "cannot read mp_maxcpus"); in _kvm_pcpu_init() 96 _kvm_err(kd, kd->program, "unable to find mp_ncpus"); in _kvm_pcpu_init() 101 _kvm_err(kd, kd->program, "cannot read mp_ncpus"); in _kvm_pcpu_init() 107 _kvm_err(kd, kd->program, "out of memory"); in _kvm_pcpu_init() 112 _kvm_err(kd, kd->program, "cannot read cpuid_to_pcpu array"); in _kvm_pcpu_init() 149 _kvm_err(kd, kd->program, "out of memory"); in kvm_getpcpu() 154 _kvm_err(kd, kd->program, "unable to read per-CPU data"); in kvm_getpcpu() 192 _kvm_err(kd, kd->program, "%s: not initialized", in _kvm_dpcpu_setcpu() [all …]
|
| HD | kvm_minidump_i386.c | 85 _kvm_err(kd, kd->program, "cannot allocate vm"); in _i386_minidump_initvtop() 91 _kvm_err(kd, kd->program, "cannot read dump header"); in _i386_minidump_initvtop() 95 _kvm_err(kd, kd->program, "not a minidump for this platform"); in _i386_minidump_initvtop() 100 _kvm_err(kd, kd->program, "wrong minidump version. expected %d got %d", in _i386_minidump_initvtop() 115 _kvm_err(kd, kd->program, "cannot allocate %d bytes for bitmap", vmst->hdr.bitmapsize); in _i386_minidump_initvtop() 120 _kvm_err(kd, kd->program, "cannot read %d bytes for page bitmap", vmst->hdr.bitmapsize); in _i386_minidump_initvtop() 128 _kvm_err(kd, kd->program, "cannot allocate %d bytes for ptemap", vmst->hdr.ptesize); in _i386_minidump_initvtop() 134 _kvm_err(kd, kd->program, "cannot read %d bytes for ptemap", vmst->hdr.ptesize); in _i386_minidump_initvtop() 167 _kvm_err(kd, kd->program, in _i386_minidump_vatop_pae() 174 _kvm_err(kd, kd->program, in _i386_minidump_vatop_pae() [all …]
|
| HD | kvm_vnet.c | 123 _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()
|
| HD | kvm_proc.c | 146 _kvm_err(kd, kd->program, "can't read proc at %p", p); in kvm_proclist() 154 _kvm_err(kd, kd->program, in kvm_proclist() 176 _kvm_err(kd, kd->program, in kvm_proclist() 218 _kvm_err(kd, kd->program, "nprocs corrupt"); in kvm_proclist() 234 _kvm_err(kd, kd->program, in kvm_proclist() 244 _kvm_err(kd, kd->program, in kvm_proclist() 267 _kvm_err(kd, kd->program, in kvm_proclist() 277 _kvm_err(kd, kd->program, "can't read pgrp at %p", in kvm_proclist() 284 _kvm_err(kd, kd->program, "can't read session at %p", in kvm_proclist() 296 _kvm_err(kd, kd->program, in kvm_proclist() [all …]
|
| HD | kvm_minidump_arm.c | 88 _kvm_err(kd, kd->program, "cannot allocate vm"); in _arm_minidump_initvtop() 96 _kvm_err(kd, kd->program, "cannot read dump header"); in _arm_minidump_initvtop() 102 _kvm_err(kd, kd->program, "not a minidump for this platform"); in _arm_minidump_initvtop() 107 _kvm_err(kd, kd->program, "wrong minidump version. " in _arm_minidump_initvtop() 121 _kvm_err(kd, kd->program, "cannot allocate %d bytes for " in _arm_minidump_initvtop() 128 _kvm_err(kd, kd->program, "cannot read %d bytes for page bitmap", in _arm_minidump_initvtop() 137 _kvm_err(kd, kd->program, "cannot allocate %d bytes for " in _arm_minidump_initvtop() 145 _kvm_err(kd, kd->program, "cannot read %d bytes for ptemap", in _arm_minidump_initvtop() 183 _kvm_err(kd, kd->program, in _arm_minidump_kvatop() 198 _kvm_err(kd, kd->program, "_arm_minidump_kvatop: " in _arm_minidump_kvatop() [all …]
|
| HD | kvm_minidump_aarch64.c | 85 _kvm_err(kd, kd->program, "cannot allocate vm"); in _aarch64_minidump_initvtop() 91 _kvm_err(kd, kd->program, "cannot read dump header"); in _aarch64_minidump_initvtop() 96 _kvm_err(kd, kd->program, "not a minidump for this platform"); in _aarch64_minidump_initvtop() 102 _kvm_err(kd, kd->program, "wrong minidump version. " in _aarch64_minidump_initvtop() 119 _kvm_err(kd, kd->program, in _aarch64_minidump_initvtop() 126 _kvm_err(kd, kd->program, in _aarch64_minidump_initvtop() 136 _kvm_err(kd, kd->program, in _aarch64_minidump_initvtop() 150 _kvm_err(kd, kd->program, "cannot read %d bytes for page_map", in _aarch64_minidump_initvtop() 183 _kvm_err(kd, kd->program, "_aarch64_minidump_vatop: " in _aarch64_minidump_vatop() 196 _kvm_err(kd, kd->program, in _aarch64_minidump_vatop() [all …]
|
| HD | kvm_getswapinfo.c | 77 _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()
|
| HD | kvm_minidump_mips.c | 93 _kvm_err(kd, kd->program, "cannot allocate vm"); in _mips_minidump_initvtop() 107 _kvm_err(kd, kd->program, "cannot read dump header"); in _mips_minidump_initvtop() 113 _kvm_err(kd, kd->program, "not a minidump for this platform"); in _mips_minidump_initvtop() 118 _kvm_err(kd, kd->program, "wrong minidump version. " in _mips_minidump_initvtop() 134 _kvm_err(kd, kd->program, "cannot allocate %d bytes for " in _mips_minidump_initvtop() 141 _kvm_err(kd, kd->program, "cannot read %d bytes for page bitmap", in _mips_minidump_initvtop() 150 _kvm_err(kd, kd->program, "cannot allocate %d bytes for " in _mips_minidump_initvtop() 158 _kvm_err(kd, kd->program, "cannot read %d bytes for ptemap", in _mips_minidump_initvtop() 231 _kvm_err(kd, kd->program, "_mips_minidump_kvatop: pte " in _mips_minidump_kvatop() 236 _kvm_err(kd, kd->program, "_mips_minidump_kvatop: virtual " in _mips_minidump_kvatop() [all …]
|
| /NextBSD/contrib/gperf/doc/ |
| HD | help2man | 170 (my $program = $ARGV[0]) =~ s!.*/!!; 171 my $package = $program; 200 $program = $1; 206 $program = $2; 215 $program =~ s!.*/!!; 218 $opt_no_info = 1 if $program eq 'info'; 221 $include{NAME} = "$program \\- $opt_name\n" if $opt_name; 224 $include{NAME} ||= "$program \\- manual page for $program $version\n"; 227 my $PROGRAM = uc $program; 457 .B $program [all …]
|
| /NextBSD/contrib/libxo/tests/core/saved/ |
| HD | test_11.HIPx.out | 1 {{<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="" event-so… 14 {{test-program: }}
|
| HD | test_11.X.out | 1 {{<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: }}
|
| HD | test_11.HP.out | 1 {{<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: }}
|
| HD | test_11.JP.out | 1 {{<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: }}
|
| HD | test_11.T.out | 1 {{<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: }}
|
| HD | test_11.H.out | 1 {{<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: }}
|
| HD | test_11.J.out | 1 {{<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: }}
|
| HD | test_11.XP.out | 1 {{<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: }}
|
| HD | test_11.E.out | 5 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a… 6 {{test-program: }} 10 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@… 11 {{test-program: }} 15 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count… 16 {{test-program: }} 20 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s… 21 {{test-program: }}
|
| /NextBSD/contrib/file/magic/Magdir/ |
| HD | lisp | 13 #>2 search/4096 !\r Lisp/Scheme program text 16 0 search/4096 (setq\ Lisp/Scheme program text 18 0 search/4096 (defvar\ Lisp/Scheme program text 20 0 search/4096 (defparam\ Lisp/Scheme program text 22 0 search/4096 (defun\ Lisp/Scheme program text 24 0 search/4096 (autoload\ Lisp/Scheme program text 26 0 search/4096 (custom-set-variables\ Lisp/Scheme program text 41 0 string (SYSTEM::VERSION\040' CLISP byte-compiled Lisp program (pre 2004-03-27) 42 0 string (|SYSTEM|::|VERSION|\040' CLISP byte-compiled Lisp program text
|
| /NextBSD/lib/libc/rpc/ |
| HD | pmap_clnt.c | 63 pmap_set(u_long program, u_long version, int protocol, int port) in pmap_set() argument 84 rslt = rpcb_set((rpcprog_t)program, (rpcvers_t)version, nconf, na); in pmap_set() 95 pmap_unset(u_long program, u_long version) in pmap_unset() argument 103 udp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version, in pmap_unset() 109 tcp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version, in pmap_unset()
|