Searched refs:PR (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-9.3-release/usr.sbin/lpr/lpc/
H A Dcmdtab.c64 #define PR LPC_PRIVCMD macro
68 { "abort", aborthelp, PR, 0, abort_q },
69 { "bottomq", botmqhelp, PR, bottomq_cmd, 0 },
70 { "clean", cleanhelp, PR, clean_gi, clean_q },
71 { "enable", enablehelp, PR, 0, enable_q },
73 { "disable", disablehelp, PR, 0, disable_q },
74 { "down", downhelp, PR|M, down_gi, down_q },
78 { "start", starthelp, PR, 0, start_q },
80 { "setstatus", setstatushelp, PR|M, setstatus_gi, setstatus_q },
81 { "stop", stophelp, PR,
[all...]
/freebsd-9.3-release/usr.bin/hexdump/
H A Dhexdump.h55 } PR; typedef in typeref:struct:_pr
90 void bpad(PR *);
91 void conv_c(PR *, u_char *, size_t);
92 void conv_u(PR *, u_char *);
H A Dconv.c49 conv_c(PR *pr, u_char *p, size_t bufsize)
149 conv_u(PR *pr, u_char *p)
H A Ddisplay.c54 static void print(PR *, u_char *);
61 PR *pr;
112 print(PR *pr, u_char *bp)
210 bpad(PR *pr)
H A Dparse.c206 PR *pr, **nextpr;
222 if ((pr = calloc(1, sizeof(PR))) == NULL)
387 * Copy to PR format string, set conversion character
/freebsd-9.3-release/sys/dev/aac/
H A Daac_debug.c377 switch(aif->data.PR[0].status) {
396 aif->data.PR[0].currentTick,
397 aif->data.PR[0].finalTick);
398 switch(aif->data.PR[0].jd.type) {
401 aif->data.PR[0].jd.client.scsi_dh);
406 aif->data.PR[0].jd.client.scsi_dh);
411 aif->data.PR[0].jd.client.scsi_dh);
417 aif->data.PR[0].jd.client.scsi_dh);
422 aif->data.PR[0].jd.client.container.src);
427 aif->data.PR[
[all...]
/freebsd-9.3-release/sys/dev/aacraid/
H A Daacraid_debug.c291 switch(aif->data.PR[0].status) {
310 aif->data.PR[0].currentTick,
311 aif->data.PR[0].finalTick);
312 switch(aif->data.PR[0].jd.type) {
315 aif->data.PR[0].jd.client.scsi_dh);
320 aif->data.PR[0].jd.client.scsi_dh);
325 aif->data.PR[0].jd.client.scsi_dh);
331 aif->data.PR[0].jd.client.scsi_dh);
336 aif->data.PR[0].jd.client.container.src);
341 aif->data.PR[
[all...]
/freebsd-9.3-release/tools/tools/prstats/
H A Dprstats.pl36 use vars qw($TTY $NOW %MONTH %PR @EVENTS @COUNT @AGE);
96 my $pr = {}; # PR hash
97 my $age; # PR age
108 exists($PR{$pr->{'number'}})
109 and die("$fn: PR $pr->{'number'} already exists\n");
112 print(" "x40, "\r", scalar(keys(%PR)),
128 warn("PR $pr->{'category'}/$pr->{'number'} is incomplete\n");
145 $PR{$pr->{'number'}} = {
185 my $count; # PR count
276 printf("Total PRs in database: %d\n", scalar(keys(%PR)));
[all...]
/freebsd-9.3-release/usr.sbin/ndp/
H A Dndp.c1334 #define PR pr.prefix[i]
1335 for (i = 0; PR.if_index && i < PRLSTSIZ ; i++) {
1341 p6 = PR.prefix;
1346 p6.sin6_addr = PR.prefix;
1371 printf("%s/%d if=%s\n", namebuf, PR.prefixlen,
1372 if_indextoname(PR.if_index, ifix_buf));
1381 PR.origin == PR_ORIG_RA ? "" : "advertise: ");
1385 PR.raflags.onlink ? "L" : "",
1386 PR.raflags.autonomous ? "A" : "",
1387 (PR
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessingRecord.h34 void* operator new(size_t bytes, clang::PreprocessingRecord& PR,
38 void operator delete(void* ptr, clang::PreprocessingRecord& PR,
100 void* operator new(size_t bytes, PreprocessingRecord& PR, argument
102 return ::operator new(bytes, PR, alignment);
109 void operator delete(void* ptr, PreprocessingRecord& PR, argument
111 return ::operator delete(ptr, PR, alignment);
599 inline void* operator new(size_t bytes, clang::PreprocessingRecord& PR, argument
601 return PR.Allocate(bytes, alignment);
604 inline void operator delete(void* ptr, clang::PreprocessingRecord& PR, argument
606 PR
[all...]
/freebsd-9.3-release/usr.bin/tip/tip/
H A Dremote.c61 &AT, &DV, &CM, &CU, &EL, &IE, &OE, &PN, &PR, &DI,
199 if (PR != NOSTR)
200 vstring("pr", PR);
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dicom.c38 * Frames begin with a two-octet preamble PR-PR followyd by the
49 * | PR | PR | RE | TX | CN | DA | FI |
78 u_char cmd[] = {PAD, PR, PR, 0, TX, V_SFREQ, 0, 0, 0, 0, FI,
/freebsd-9.3-release/contrib/ntp/include/
H A Dicom.h44 #define PR 0xfe /* preamble */ macro
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h889 static inline raw_ostream &operator<<(raw_ostream &OS, const PrintReg &PR) { argument
890 PR.print(OS);
913 static inline raw_ostream &operator<<(raw_ostream &OS, const PrintRegUnit &PR) { argument
914 PR.print(OS);
928 const PrintVRegOrUnit &PR) {
929 PR.print(OS);
927 operator <<(raw_ostream &OS, const PrintVRegOrUnit &PR) argument
/freebsd-9.3-release/gnu/usr.bin/groff/font/devps/
H A DMakefile7 NB NBI NI NR PB PBI PI PR TB TBI TI TR ZCMI \
/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp270 unsigned PR = 1, S1 = 2, S2 = 3; // Operand indices. local
293 unsigned PSrc = MI->getOperand(PR).getReg();
295 MI->getOperand(PR).setReg(POrig);
/freebsd-9.3-release/contrib/cvs/src/
H A Dcvsbug.in30 # The default mail address for PR submissions.
101 # Find out the name of the originator of this PR.
253 ORIGINATOR_C='<name of the PR author (one line)>'
254 ORGANIZATION_C='<organization of PR author (multiple lines)>'
275 # The PR is coming from the standard input.
306 SEND-PR: -*- send-pr -*-
307 SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
308 SEND-PR: will all comments (text enclosed in `<' and `>').
309 SEND-PR
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dgccbug.in30 # The default mail address for PR submissions.
114 # Find out the name of the originator of this PR.
228 ORIGINATOR_C='<name of the PR author (one line)>'
229 ORGANIZATION_C='<organization of PR author (multiple lines)>'
250 # The PR is coming from the standard input.
281 SEND-PR: -*- send-pr -*-
282 SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
283 SEND-PR: will all comments (text enclosed in `<' and `>').
284 SEND-PR
[all...]
/freebsd-9.3-release/contrib/llvm/tools/llc/
H A Dllc.cpp347 const PassRegistry *PR = PassRegistry::getPassRegistry(); local
349 const PassInfo *PI = PR->getPassInfo(StartAfter);
357 const PassInfo *PI = PR->getPassInfo(StopAfter);
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dia64-opc.h54 #define PR IA64_OPND_PR macro
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DPasses.cpp465 const PassRegistry *PR = PassRegistry::getPassRegistry(); local
466 const PassInfo *TPI = PR->getPassInfo(PrintMachineInstrs.getValue());
467 const PassInfo *IPI = PR->getPassInfo(StringRef("print-machineinstrs"));
H A DRegisterScavenging.cpp65 BitVector PR = MBB->getParent()->getFrameInfo()->getPristineRegs(MBB); local
66 for (int I = PR.find_first(); I>0; I = PR.find_next(I))
/freebsd-9.3-release/contrib/groff/font/devps/generate/
H A DMakefile38 HNI HNR NB NBI NI NR PB PBI PI PR TB TBI TI TR ZCMI
102 PR:
/freebsd-9.3-release/sys/cam/
H A DREADME.quirks170 * * PR: kern/53094
176 3. Filing a PR
179 to submit a PR, see this page.
181 Please include the following in your PR:
201 referencing the PR. (Again, all quirks must be submitted as PRs).
207 PR number. Always include the name and PR number for scsi_da.c (see
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DFastISelEmitter.cpp300 const std::vector<std::string> &PR) const {
301 assert(PR.size() == Operands.size());
304 if (PR[i] != "")
342 void PrintManglingSuffix(raw_ostream &OS, const std::vector<std::string> &PR, argument
346 if (PR[i] != "")

Completed in 310 milliseconds

12