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

12345678910

/freebsd-current/share/examples/sunrpc/msg/
H A Dmsg.x4 program MESSAGEPROG {
/freebsd-current/contrib/elftoolchain/common/
H A Dnative-elf-format11 program=`basename $0`
19 echo "/* Generated by ${program} on `date` */"
/freebsd-current/share/examples/sunrpc/sort/
H A Dsort.x14 program SORTPROG {
/freebsd-current/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
44 program WALLPROG {
H A Dnis_callback.x61 program CB_PROG {
H A Dspray.x60 program SPRAYPROG {
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
71 program CACHEPROG {
/freebsd-current/tools/test/stress2/misc/
H A Dmprotect2.sh37 For example, write a program that mmap(MAP_ANON)'s a gigabyte of
/freebsd-current/crypto/openssl/test/
H A Dgenerate_buildtest.pl20 * program builds.
/freebsd-current/contrib/kyua/utils/process/
H A Doperations.cpp122 /// \param program The binary to execute.
123 /// \param args The arguments to pass to the binary, without the program name.
125 process::exec(const fs::path& program, const args_vector& args) throw() argument
128 exec_unsafe(program, args);
149 /// \param program The binary to execute.
150 /// \param args The arguments to pass to the binary, without the program name.
154 process::exec_unsafe(const fs::path& program, const args_vector& args) argument
161 argv[0] = program.c_str();
166 const int ret = ::execv(program.c_str(),
170 std::cerr << "Failed to execute " << program << "
[all...]
/freebsd-current/lib/libkvm/
H A Dkvm_amd64.c117 _kvm_err(kd, kd->program, "cannot allocate vm");
132 _kvm_err(kd, kd->program, "bad namelist - no kernbase");
141 _kvm_err(kd, kd->program, "bad namelist - no KPML4phys");
146 _kvm_err(kd, kd->program, "cannot read KPML4phys");
152 _kvm_err(kd, kd->program, "cannot allocate PML4");
156 _kvm_err(kd, kd->program, "cannot read KPML4phys");
194 _kvm_err(kd, kd->program,
204 _kvm_err(kd, kd->program, "_amd64_vatop: pml4e not valid");
213 _kvm_err(kd, kd->program, "_amd64_vatop: pdpe_pa not found");
217 _kvm_syserr(kd, kd->program, "_amd64_vato
[all...]
H A Dkvm_i386.c123 _kvm_err(kd, kd->program, "cannot allocate vm");
141 _kvm_err(kd, kd->program, "cannot resolve kernbase");
155 _kvm_err(kd, kd->program, "cannot read IdlePDPT");
161 _kvm_err(kd, kd->program, "cannot allocate PTD");
167 _kvm_err(kd, kd->program, "Cannot read PDPT");
175 _kvm_err(kd, kd->program, "cannot read PDPT");
187 _kvm_err(kd, kd->program, "bad namelist");
192 _kvm_err(kd, kd->program, "cannot read IdlePTD");
198 _kvm_err(kd, kd->program, "cannot allocate PTD");
202 _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_pcpu.c93 _kvm_err(kd, kd->program, "unable to find cpuid_to_pcpu");
97 _kvm_err(kd, kd->program, "unable to find mp_maxcpus");
102 _kvm_err(kd, kd->program, "cannot read mp_maxcpus");
106 _kvm_err(kd, kd->program, "unable to find mp_ncpus");
111 _kvm_err(kd, kd->program, "cannot read mp_ncpus");
116 _kvm_err(kd, kd->program, "unable to find __pcpu");
121 _kvm_err(kd, kd->program, "cannot read __pcpu");
128 _kvm_err(kd, kd->program, "out of memory");
133 _kvm_err(kd, kd->program, "cannot read cpuid_to_pcpu array");
170 _kvm_err(kd, kd->program, "ou
[all...]
H A Dkvm.c83 _kvm_err(kd, kd->program, "Unsupported libelf");
88 _kvm_err(kd, kd->program, "%s", elf_errmsg(0));
92 _kvm_err(kd, kd->program, "kernel is not an ELF file");
96 _kvm_err(kd, kd->program, "%s", elf_errmsg(0));
107 _kvm_err(kd, kd->program,
130 _kvm_err(kd, kd->program, "exec file name too long");
134 _kvm_err(kd, kd->program, "bad flags arg");
141 _kvm_syserr(kd, kd->program, "%s", mf);
145 _kvm_syserr(kd, kd->program, "%s", mf);
150 _kvm_syserr(kd, kd->program, "empt
[all...]
/freebsd-current/lib/libc/rpc/
H A Dpmap_clnt.c58 pmap_set(u_long program, u_long version, int protocol, int port) argument
79 rslt = rpcb_set((rpcprog_t)program, (rpcvers_t)version, nconf, na);
86 * Remove the mapping between program, version and port.
90 pmap_unset(u_long program, u_long version) argument
98 udp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version,
104 tcp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version,
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_program/
H A Dzfs_program_json.ksh28 # 1. Compare JSON output formatting for a channel program to template
75 # 1. Compare JSON output formatting for a channel program to template
98 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 |
105 log_fail "Unexpected channel program output";
115 program [-jn] [-t <instruction limit>] [-m <memory limit (b)>]
116 <pool> <program file> [lua args...]
125 log_mustnot zfs program $cmd $TESTPOOL $TESTZCP $TESTDS 2>&1
126 log_mustnot zfs program
[all...]
/freebsd-current/share/examples/sunrpc/dir/
H A Ddir.x29 * The directory program definition
31 program DIRPROG {
/freebsd-current/contrib/ntp/sntp/
H A Dlog.h22 void sntp_init_logging(const char *program);
/freebsd-current/tests/sys/cddl/zfs/tests/zones/
H A Dcleanup.ksh38 for program in zoneadm lucreatezone lupi_zones lupi_bebasic pkginstall
40 $PKILL -9 $program
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpression.h20 bool TranslateFPOProgramToDWARFExpression(llvm::StringRef program,
/freebsd-current/contrib/bc/scripts/
H A Dformat.sh53 sed -i 's|^ // clang-format on| // clang-format on|g' src/program.c
/freebsd-current/tools/test/hwpmc/
H A Dpmctest.py37 # Description: A program to run a simple program against every available
68 parser.add_option("-p", "--program", dest="program",
69 help="program to execute")
75 if (options.program == None):
76 print("specify program, such as ls, with -p/--program")
89 p = subprocess.Popen(["pmcstat", "-p", counter, options.program],
/freebsd-current/usr.sbin/rpc.yppasswdd/
H A Dyppasswd_private.x64 program MASTER_YPPASSWDPROG {
/freebsd-current/usr.sbin/ypserv/common/
H A Dyplib_host.h47 CLIENT *yp_bind_local(u_long program, u_long version);
48 CLIENT *yp_bind_host(char *server, u_long program, u_long version,

Completed in 523 milliseconds

12345678910