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

1234567891011

/freebsd-11-stable/share/examples/sunrpc/msg/
H A Dmsg.x5 program MESSAGEPROG {
/freebsd-11-stable/contrib/elftoolchain/common/
H A Dnative-elf-format11 program=`basename $0`
19 echo "/* Generated by ${program} on `date` */"
/freebsd-11-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-11-stable/share/examples/sunrpc/sort/
H A Dsort.x15 program SORTPROG {
/freebsd-11-stable/lib/libkvm/
H A Dkvm_i386.c128 _kvm_err(kd, kd->program, "cannot allocate vm");
146 _kvm_err(kd, kd->program, "cannot resolve kernbase");
160 _kvm_err(kd, kd->program, "cannot read IdlePDPT");
166 _kvm_err(kd, kd->program, "cannot allocate PTD");
172 _kvm_err(kd, kd->program, "Cannot read PDPT");
180 _kvm_err(kd, kd->program, "cannot read PDPT");
192 _kvm_err(kd, kd->program, "bad namelist");
197 _kvm_err(kd, kd->program, "cannot read IdlePTD");
203 _kvm_err(kd, kd->program, "cannot allocate PTD");
207 _kvm_err(kd, kd->program, "canno
[all...]
H A Dkvm_vnet.c112 /* _kvm_err(kd, kd->program, "%s: no namelist", __func__); */
123 _kvm_err(kd, kd->program, "%s: dumptid", __func__);
144 _kvm_err(kd, kd->program, "%s: proc", __func__);
153 _kvm_err(kd, kd->program, "%s: thread",
172 _kvm_err(kd, kd->program, "%s: pid/tid not found", __func__);
177 _kvm_err(kd, kd->program, "%s: cred", __func__);
181 _kvm_err(kd, kd->program, "%s: no jail", __func__);
186 _kvm_err(kd, kd->program, "%s: prison", __func__);
190 _kvm_err(kd, kd->program, "%s: no vnet", __func__);
195 _kvm_err(kd, kd->program, "
[all...]
H A Dkvm_amd64.c122 _kvm_err(kd, kd->program, "cannot allocate vm");
137 _kvm_err(kd, kd->program, "bad namelist - no kernbase");
146 _kvm_err(kd, kd->program, "bad namelist - no KPML4phys");
151 _kvm_err(kd, kd->program, "cannot read KPML4phys");
157 _kvm_err(kd, kd->program, "cannot allocate PML4");
161 _kvm_err(kd, kd->program, "cannot read KPML4phys");
199 _kvm_err(kd, kd->program,
209 _kvm_err(kd, kd->program, "_amd64_vatop: pml4e not valid");
218 _kvm_err(kd, kd->program, "_amd64_vatop: pdpe_pa not found");
222 _kvm_syserr(kd, kd->program, "_amd64_vato
[all...]
H A Dkvm_minidump_amd64.c85 _kvm_err(kd, kd->program, "cannot allocate vm");
91 _kvm_err(kd, kd->program, "cannot read dump header");
95 _kvm_err(kd, kd->program, "not a minidump for this platform");
105 _kvm_err(kd, kd->program, "wrong minidump version. expected %d got %d",
121 _kvm_err(kd, kd->program, "cannot allocate %d bytes for bitmap", vmst->hdr.bitmapsize);
126 _kvm_err(kd, kd->program, "cannot read %d bytes for page bitmap", vmst->hdr.bitmapsize);
134 _kvm_err(kd, kd->program, "cannot allocate %d bytes for page_map", vmst->hdr.pmapsize);
140 _kvm_err(kd, kd->program, "cannot read %d bytes for page_map", vmst->hdr.pmapsize);
173 _kvm_err(kd, kd->program,
180 _kvm_err(kd, kd->program,
[all...]
H A Dkvm_minidump_i386.c85 _kvm_err(kd, kd->program, "cannot allocate vm");
91 _kvm_err(kd, kd->program, "cannot read dump header");
95 _kvm_err(kd, kd->program, "not a minidump for this platform");
100 _kvm_err(kd, kd->program, "wrong minidump version. expected %d got %d",
115 _kvm_err(kd, kd->program, "cannot allocate %d bytes for bitmap", vmst->hdr.bitmapsize);
120 _kvm_err(kd, kd->program, "cannot read %d bytes for page bitmap", vmst->hdr.bitmapsize);
128 _kvm_err(kd, kd->program, "cannot allocate %d bytes for ptemap", vmst->hdr.ptesize);
134 _kvm_err(kd, kd->program, "cannot read %d bytes for ptemap", vmst->hdr.ptesize);
167 _kvm_err(kd, kd->program,
174 _kvm_err(kd, kd->program,
[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_cptime.c72 _kvm_err(kd, kd->program, "cannot read sysctl %s:%s", name,
77 _kvm_err(kd, kd->program, "sysctl %s has unexpected size",
100 _kvm_err(kd, kd->program,
114 _kvm_err(kd, kd->program, "cannot read cp_time array");
/freebsd-11-stable/share/examples/sunrpc/dir/
H A Ddir.x30 * The directory program definition
32 program DIRPROG {
/freebsd-11-stable/bin/sh/
H A Dmkbuiltins51 * This file was generated by the mkbuiltins program.
79 * This file was generated by the mkbuiltins program.
/freebsd-11-stable/contrib/ntp/sntp/
H A Dlog.h22 void sntp_init_logging(const char *program);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpression.h20 bool TranslateFPOProgramToDWARFExpression(llvm::StringRef program,
/freebsd-11-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-11-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-11-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-11-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswd_private.x65 program MASTER_YPPASSWDPROG {
/freebsd-11-stable/usr.sbin/ypserv/common/
H A Dyplib_host.h49 CLIENT *yp_bind_local(u_long program, u_long version);
50 CLIENT *yp_bind_host(char *server, u_long program, u_long version,
/freebsd-11-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 195 milliseconds

1234567891011