Searched refs:program (Results 1 - 25 of 257) sorted by relevance

1234567891011

/freebsd-10-stable/share/examples/sunrpc/msg/
H A Dmsg.x5 program MESSAGEPROG {
/freebsd-10-stable/include/rpcsvc/
H A Drwall.x4 % * media and as a part of the software program in whole or part. Users
7 % * program developed by the user or with the express written consent of
46 program WALLPROG {
H A Dnis_callback.x69 program CB_PROG {
H A Dspray.x69 program SPRAYPROG {
H A Dcrypt.x82 program CRYPT_PROG {
H A Dnis_cache.x4 % * media and as a part of the software program in whole or part. Users
7 % * program developed by the user or with the express written consent of
78 program CACHEPROG {
/freebsd-10-stable/share/examples/sunrpc/sort/
H A Dsort.x15 program SORTPROG {
/freebsd-10-stable/share/examples/sunrpc/dir/
H A Ddir.x30 * The directory program definition
32 program DIRPROG {
/freebsd-10-stable/lib/libkvm/
H A Dkvm_amd64.c100 _kvm_err(kd, kd->program, "cannot mmap corefile");
164 _kvm_err(kd, kd->program, "cannot allocate vm");
183 _kvm_err(kd, kd->program, "bad namelist - no kernbase");
192 _kvm_err(kd, kd->program, "bad namelist - no KPML4phys");
197 _kvm_err(kd, kd->program, "cannot read KPML4phys");
202 _kvm_err(kd, kd->program, "cannot read KPML4phys");
240 _kvm_err(kd, kd->program,
250 _kvm_err(kd, kd->program, "_kvm_vatop: pml4e not valid");
260 _kvm_err(kd, kd->program, "_kvm_vatop: pdpe_pa not found");
264 _kvm_syserr(kd, kd->program, "_kvm_vato
[all...]
H A Dkvm_vnet.c107 /* _kvm_err(kd, kd->program, "%s: no namelist", __func__); */
118 _kvm_err(kd, kd->program, "%s: dumptid", __func__);
139 _kvm_err(kd, kd->program, "%s: proc", __func__);
148 _kvm_err(kd, kd->program, "%s: thread",
167 _kvm_err(kd, kd->program, "%s: pid/tid not found", __func__);
172 _kvm_err(kd, kd->program, "%s: cred", __func__);
176 _kvm_err(kd, kd->program, "%s: no jail", __func__);
181 _kvm_err(kd, kd->program, "%s: prison", __func__);
185 _kvm_err(kd, kd->program, "%s: no vnet", __func__);
190 _kvm_err(kd, kd->program, "
[all...]
H A Dkvm_minidump_amd64.c144 _kvm_err(kd, kd->program, "cannot allocate vm");
151 _kvm_err(kd, kd->program, "cannot read dump header");
155 _kvm_err(kd, kd->program, "not a minidump for this platform");
164 _kvm_err(kd, kd->program, "wrong minidump version. expected %d got %d",
174 _kvm_err(kd, kd->program, "cannot allocate %d bytes for bitmap", vmst->hdr.bitmapsize);
179 _kvm_err(kd, kd->program, "cannot read %d bytes for page bitmap", vmst->hdr.bitmapsize);
186 _kvm_err(kd, kd->program, "cannot allocate %d bytes for page_map", vmst->hdr.pmapsize);
191 _kvm_err(kd, kd->program, "cannot read %d bytes for page_map", vmst->hdr.pmapsize);
221 _kvm_err(kd, kd->program, "_kvm_vatop: pte not valid");
227 _kvm_err(kd, kd->program, "_kvm_vato
[all...]
H A Dkvm_i386.c106 _kvm_err(kd, kd->program, "cannot mmap corefile");
171 _kvm_err(kd, kd->program, "cannot allocate vm");
202 _kvm_err(kd, kd->program, "cannot read IdlePDPT");
209 _kvm_err(kd, kd->program, "Cannot read PDPT");
215 _kvm_err(kd, kd->program, "cannot read PDPT");
227 _kvm_err(kd, kd->program, "bad namelist");
232 _kvm_err(kd, kd->program, "cannot read IdlePTD");
237 _kvm_err(kd, kd->program, "cannot read PTD");
273 _kvm_err(kd, kd->program,
283 _kvm_err(kd, kd->program, "_kvm_vato
[all...]
H A Dkvm_pcpu.c83 _kvm_err(kd, kd->program, "unable to find cpuid_to_pcpu");
87 _kvm_err(kd, kd->program, "unable to find mp_maxcpus");
92 _kvm_err(kd, kd->program, "cannot read mp_maxcpus");
96 _kvm_err(kd, kd->program, "unable to find mp_ncpus");
101 _kvm_err(kd, kd->program, "cannot read mp_ncpus");
107 _kvm_err(kd, kd->program, "out of memory");
112 _kvm_err(kd, kd->program, "cannot read cpuid_to_pcpu array");
149 _kvm_err(kd, kd->program, "out of memory");
154 _kvm_err(kd, kd->program, "unable to read per-CPU data");
192 _kvm_err(kd, kd->program, "
[all...]
H A Dkvm_file.c92 _kvm_err(kd, kd->program, "cannot read allproc");
97 _kvm_err(kd, kd->program, "can't read proc at %p", p);
105 _kvm_err(kd, kd->program, "can't read filedesc at %p",
119 _kvm_err(kd, kd->program, "can't read ofiles at %p",
139 _kvm_err(kd, kd->program, "can't read kfp");
162 _kvm_syserr(kd, kd->program, "kvm_getfiles has been broken for years");
170 _kvm_syserr(kd, kd->program, "kvm_getfiles");
182 _kvm_syserr(kd, kd->program, "kvm_getfiles");
197 _kvm_err(kd, kd->program,
202 _kvm_err(kd, kd->program, "ca
[all...]
H A Dkvm_private.h43 const char *program; member in struct:__kvm
90 void _kvm_err(kvm_t *kd, const char *program, const char *fmt, ...)
99 void _kvm_syserr (kvm_t *kd, const char *program, const char *fmt, ...)
H A Dkvm_minidump_arm.c146 _kvm_err(kd, kd->program, "cannot allocate vm");
155 _kvm_err(kd, kd->program, "cannot read dump header");
161 _kvm_err(kd, kd->program, "not a minidump for this platform");
165 _kvm_err(kd, kd->program, "wrong minidump version. "
175 _kvm_err(kd, kd->program, "cannot allocate %d bytes for "
182 _kvm_err(kd, kd->program, "cannot read %d bytes for page bitmap",
190 _kvm_err(kd, kd->program, "cannot allocate %d bytes for "
197 _kvm_err(kd, kd->program, "cannot read %d bytes for ptemap",
231 _kvm_err(kd, kd->program, "_kvm_vatop: pte not valid");
245 _kvm_err(kd, kd->program, "_kvm_vato
[all...]
H A Dkvm_minidump_mips.c148 _kvm_err(kd, kd->program, "cannot allocate vm");
158 _kvm_err(kd, kd->program, "cannot read dump header");
164 _kvm_err(kd, kd->program, "not a minidump for this platform");
168 _kvm_err(kd, kd->program, "wrong minidump version. "
178 _kvm_err(kd, kd->program, "cannot allocate %d bytes for "
185 _kvm_err(kd, kd->program, "cannot read %d bytes for page bitmap",
193 _kvm_err(kd, kd->program, "cannot allocate %d bytes for "
200 _kvm_err(kd, kd->program, "cannot read %d bytes for ptemap",
247 _kvm_err(kd, kd->program, "_kvm_vatop: pte not valid");
254 _kvm_err(kd, kd->program, "_kvm_vato
[all...]
H A Dkvm_minidump_i386.c146 _kvm_err(kd, kd->program, "cannot allocate vm");
153 _kvm_err(kd, kd->program, "cannot read dump header");
157 _kvm_err(kd, kd->program, "not a minidump for this platform");
161 _kvm_err(kd, kd->program, "wrong minidump version. expected %d got %d",
171 _kvm_err(kd, kd->program, "cannot allocate %d bytes for bitmap", vmst->hdr.bitmapsize);
176 _kvm_err(kd, kd->program, "cannot read %d bytes for page bitmap", vmst->hdr.bitmapsize);
183 _kvm_err(kd, kd->program, "cannot allocate %d bytes for ptemap", vmst->hdr.ptesize);
188 _kvm_err(kd, kd->program, "cannot read %d bytes for ptemap", vmst->hdr.ptesize);
218 _kvm_err(kd, kd->program, "_kvm_vatop: pte not valid");
224 _kvm_err(kd, kd->program, "_kvm_vato
[all...]
/freebsd-10-stable/bin/sh/
H A Dmkbuiltins51 * This file was generated by the mkbuiltins program.
80 * This file was generated by the mkbuiltins program.
/freebsd-10-stable/contrib/ntp/sntp/
H A Dlog.h22 void sntp_init_logging(const char *program);
/freebsd-10-stable/lib/libc/rpc/
H A Dpmap_clnt.c63 pmap_set(u_long program, u_long version, int protocol, int port) argument
84 rslt = rpcb_set((rpcprog_t)program, (rpcvers_t)version, nconf, na);
91 * Remove the mapping between program, version and port.
95 pmap_unset(u_long program, u_long version) argument
103 udp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version,
109 tcp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version,
/freebsd-10-stable/contrib/gperf/doc/
H A Dhelp2man6 # This program is free software; you can redistribute it and/or modify
11 # This program is distributed in the hope that it will be useful,
17 # along with this program; if not, write to the Free Software Foundation,
170 (my $program = $ARGV[0]) =~ s!.*/!!;
171 my $package = $program;
188 # <program> <version>
189 # {GNU,Free} <program> <version>
190 # <program> ({GNU,Free} <package>) <version>
191 # <program> - {GNU,Free} <package> <version>
200 $program
[all...]
/freebsd-10-stable/tools/test/hwpmc/
H A Dpmctest.py36 # Description: A program to run a simple program against every available
67 parser.add_option("-p", "--program", dest="program",
68 help="program to execute")
74 if (options.program == None):
75 print("specify program, such as ls, with -p/--program")
88 p = subprocess.Popen(["pmcstat", "-p", counter, options.program],
/freebsd-10-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswd_private.x65 program MASTER_YPPASSWDPROG {
/freebsd-10-stable/contrib/gdb/gdb/gdbserver/
H A Dtarget.h9 This program is free software; you can redistribute it and/or modify
14 This program is distributed in the hope that it will be useful,
20 along with this program; if not, write to the Free Software
50 PROGRAM is a path to the program to execute.
57 int (*create_inferior) (char *program, char **args);
142 #define create_inferior(program, args) \
143 (*the_target->create_inferior) (program, args)

Completed in 166 milliseconds

1234567891011