Searched refs:amp (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-9.3-release/sbin/hastd/
H A Dactivemap.c98 off2ext(const struct activemap *amp, off_t offset) argument
102 PJDLOG_ASSERT(offset >= 0 && offset < amp->am_mediasize);
103 extent = (offset >> amp->am_extentshift);
104 PJDLOG_ASSERT(extent >= 0 && extent < amp->am_nextents);
109 ext2off(const struct activemap *amp, int extent) argument
113 PJDLOG_ASSERT(extent >= 0 && extent < amp->am_nextents);
114 offset = ((off_t)extent << amp->am_extentshift);
115 PJDLOG_ASSERT(offset >= 0 && offset < amp->am_mediasize);
124 ext2reqs(const struct activemap *amp, int ext) argument
128 if (ext < amp
146 struct activemap *amp; local
203 keepdirty_find(struct activemap *amp, int extent) argument
215 keepdirty_add(struct activemap *amp, int extent) argument
252 keepdirty_fill(struct activemap *amp) argument
261 keepdirty_free(struct activemap *amp) argument
277 activemap_free(struct activemap *amp) argument
296 activemap_write_start(struct activemap *amp, off_t offset, off_t length) argument
332 activemap_write_complete(struct activemap *amp, off_t offset, off_t length) argument
369 activemap_extent_complete(struct activemap *amp, int extent) argument
396 activemap_ndirty(const struct activemap *amp) argument
409 activemap_differ(const struct activemap *amp) argument
422 activemap_size(const struct activemap *amp) argument
435 activemap_ondisk_size(const struct activemap *amp) argument
447 activemap_copyin(struct activemap *amp, const unsigned char *buf, size_t size) argument
485 activemap_merge(struct activemap *amp, const unsigned char *buf, size_t size) argument
527 activemap_bitmap(struct activemap *amp, size_t *sizep) argument
563 activemap_sync_rewind(struct activemap *amp) argument
585 activemap_sync_offset(struct activemap *amp, off_t *lengthp, int *syncextp) argument
655 activemap_need_sync(struct activemap *amp, off_t offset, off_t length) argument
685 activemap_dump(const struct activemap *amp) argument
[all...]
H A Dactivemap.h42 void activemap_free(struct activemap *amp);
44 bool activemap_write_start(struct activemap *amp, off_t offset, off_t length);
45 bool activemap_write_complete(struct activemap *amp, off_t offset,
47 bool activemap_extent_complete(struct activemap *amp, int extent);
48 uint64_t activemap_ndirty(const struct activemap *amp);
50 bool activemap_differ(const struct activemap *amp);
51 size_t activemap_size(const struct activemap *amp);
52 size_t activemap_ondisk_size(const struct activemap *amp);
53 void activemap_copyin(struct activemap *amp, const unsigned char *buf,
55 void activemap_merge(struct activemap *amp, cons
[all...]
/freebsd-9.3-release/tools/tools/epfe/
H A Depfe.pl13 sub Print { s/\&amp\;/&/g; push(@a,$_); }
/freebsd-9.3-release/sys/boot/i386/efi/
H A Delf32_freebsd.c45 static int elf32_exec(struct preloaded_file *amp);
46 static int elf32_obj_exec(struct preloaded_file *amp);
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Delf32_freebsd.c42 static int elf32_exec(struct preloaded_file *amp);
43 static int elf32_obj_exec(struct preloaded_file *amp);
H A Delf64_freebsd.c43 static int elf64_exec(struct preloaded_file *amp);
44 static int elf64_obj_exec(struct preloaded_file *amp);
/freebsd-9.3-release/sys/boot/userboot/userboot/
H A Delf32_freebsd.c41 static int elf32_exec(struct preloaded_file *amp);
42 static int elf32_obj_exec(struct preloaded_file *amp);
H A Delf64_freebsd.c42 static int elf64_exec(struct preloaded_file *amp);
43 static int elf64_obj_exec(struct preloaded_file *amp);
/freebsd-9.3-release/sys/dev/sound/pci/
H A Dcsavar.h34 void *amp; member in struct:csa_card
/freebsd-9.3-release/usr.sbin/acpi/acpiconf/
H A Dacpiconf.c89 int hours, min, amp; local
99 amp = battio.bif.units;
100 pwr_units = amp ? "mA" : "mW";
163 else if (amp && volt != UNKNOWN_VOLTAGE) {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Basic/
H A DOperatorPrecedence.cpp59 case tok::amp: return prec::And;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DTokenConcatenation.cpp77 TokenInfo[tok::amp ] |= aci_custom_firstchar;
103 TokenInfo[tok::amp ] |= aci_avoid_equal; // &=
249 case tok::amp: // &&
H A DPPExpressions.cpp437 case tok::amp: return 9;
655 case tok::amp:
/freebsd-9.3-release/contrib/ntp/util/
H A Dtg.c603 int amp /* amplitude */
609 if (amp == OFF || freq == 0)
615 switch (amp) {
H A Dtg2.c2292 int amp /* amplitude */
2298 if (amp == OFF || freq == 0)
2304 switch (amp) {
2332 int amp, /* amplitude */
2339 if (amp == OFF || freq == 0)
2345 switch (amp) {
2329 poop( int pulse, int freq, int amp, int inverted ) argument
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-decnet.c592 struct ackmsg *amp = (struct ackmsg *)nspp; local
597 TCHECK(*amp);
598 ack = EXTRACT_LE_16BITS(amp->ak_acknum[0]);
604 ack = EXTRACT_LE_16BITS(amp->ak_acknum[1]);
617 struct ackmsg *amp = (struct ackmsg *)nspp; local
622 TCHECK(*amp);
623 ack = EXTRACT_LE_16BITS(amp->ak_acknum[0]);
629 TCHECK(amp->ak_acknum[1]);
630 ack = EXTRACT_LE_16BITS(amp->ak_acknum[1]);
/freebsd-9.3-release/sys/boot/ia64/common/
H A Dexec.c53 static int elf64_exec(struct preloaded_file *amp);
54 static int elf64_obj_exec(struct preloaded_file *amp);
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_wwv.c488 double amp; /* sync signal */ member in struct:sync
1121 sp->amp = sqrt(ciamp * ciamp + cqamp * cqamp) / SYNCYC;
1149 rp->amp = sqrt(hiamp * hiamp + hqamp * hqamp) / SYNCYC;
1317 if (sp->amp > sp->maxeng) {
1318 sp->maxeng = sp->amp;
1321 sp->noieng += sp->amp;
1634 if (cp->wwv.amp > cp->wwv.syneng)
1635 cp->wwv.syneng = cp->wwv.amp;
1636 if (cp->wwvh.amp > cp->wwvh.syneng)
1637 cp->wwvh.syneng = cp->wwvh.amp;
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseInit.cpp48 case tok::amp:
75 case tok::amp:
H A DParseTentative.cpp633 if (Tok.is(tok::star) || Tok.is(tok::amp) || Tok.is(tok::caret) ||
907 case tok::amp:
1614 if (Next.is(tok::amp) || Next.is(tok::ampamp) ||
1801 if (Tok.is(tok::amp) || Tok.is(tok::ampamp))
H A DParseExprCXX.cpp663 (Next.is(tok::amp) && // [&] or [&,
712 if (Tok.is(tok::amp) &&
769 if (Tok.is(tok::amp)) {
H A DParseDecl.cpp1446 case tok::amp:
2358 HasMissingSemi = Next.is(tok::star) || Next.is(tok::amp) ||
4541 return Kind == tok::amp || Kind == tok::ampamp;
4707 Kind == tok::amp),
5175 if (Tok.is(tok::amp) || Tok.is(tok::ampamp)) {
5180 RefQualifierIsLValueRef = Tok.is(tok::amp);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnnotator.cpp127 Prev->isOneOf(tok::star, tok::amp, tok::ampamp) &&
404 if (CurrentToken->isOneOf(tok::star, tok::amp))
602 Previous->isOneOf(tok::star, tok::amp)) {
614 Previous && Previous->isOneOf(tok::star, tok::amp);
640 } else if (Current.isOneOf(tok::star, tok::amp, tok::ampamp)) {
1257 if (Left.is(tok::l_square) && Right.is(tok::amp))
H A DUnwrappedLineParser.cpp775 } else if (FormatTok->is(tok::amp)) {
791 if (FormatTok->is(tok::amp))
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Dconfigfile.c756 _xmlNm_(amp, '&') \

Completed in 229 milliseconds

12