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

12

/freebsd-11-stable/sbin/hastd/
H A Dactivemap.c100 off2ext(const struct activemap *amp, off_t offset) argument
104 PJDLOG_ASSERT(offset >= 0 && offset < amp->am_mediasize);
105 extent = (offset >> amp->am_extentshift);
106 PJDLOG_ASSERT(extent >= 0 && extent < amp->am_nextents);
111 ext2off(const struct activemap *amp, int extent) argument
115 PJDLOG_ASSERT(extent >= 0 && extent < amp->am_nextents);
116 offset = ((off_t)extent << amp->am_extentshift);
117 PJDLOG_ASSERT(offset >= 0 && offset < amp->am_mediasize);
126 ext2reqs(const struct activemap *amp, int ext) argument
130 if (ext < amp
148 struct activemap *amp; local
205 keepdirty_find(struct activemap *amp, int extent) argument
217 keepdirty_add(struct activemap *amp, int extent) argument
254 keepdirty_fill(struct activemap *amp) argument
263 keepdirty_free(struct activemap *amp) argument
279 activemap_free(struct activemap *amp) argument
298 activemap_write_start(struct activemap *amp, off_t offset, off_t length) argument
334 activemap_write_complete(struct activemap *amp, off_t offset, off_t length) argument
371 activemap_extent_complete(struct activemap *amp, int extent) argument
398 activemap_ndirty(const struct activemap *amp) argument
411 activemap_differ(const struct activemap *amp) argument
424 activemap_size(const struct activemap *amp) argument
437 activemap_ondisk_size(const struct activemap *amp) argument
449 activemap_copyin(struct activemap *amp, const unsigned char *buf, size_t size) argument
487 activemap_merge(struct activemap *amp, const unsigned char *buf, size_t size) argument
529 activemap_bitmap(struct activemap *amp, size_t *sizep) argument
565 activemap_sync_rewind(struct activemap *amp) argument
587 activemap_sync_offset(struct activemap *amp, off_t *lengthp, int *syncextp) argument
657 activemap_need_sync(struct activemap *amp, off_t offset, off_t length) argument
687 activemap_dump(const struct activemap *amp) argument
[all...]
H A Dactivemap.h44 void activemap_free(struct activemap *amp);
46 bool activemap_write_start(struct activemap *amp, off_t offset, off_t length);
47 bool activemap_write_complete(struct activemap *amp, off_t offset,
49 bool activemap_extent_complete(struct activemap *amp, int extent);
50 uint64_t activemap_ndirty(const struct activemap *amp);
52 bool activemap_differ(const struct activemap *amp);
53 size_t activemap_size(const struct activemap *amp);
54 size_t activemap_ondisk_size(const struct activemap *amp);
55 void activemap_copyin(struct activemap *amp, const unsigned char *buf,
57 void activemap_merge(struct activemap *amp, cons
[all...]
/freebsd-11-stable/sys/fs/autofs/
H A Dautofs_vfsops.c61 struct autofs_mount *amp; local
85 amp = malloc(sizeof(*amp), M_AUTOFS, M_WAITOK | M_ZERO);
86 mp->mnt_data = amp;
87 amp->am_mp = mp;
88 strlcpy(amp->am_from, from, sizeof(amp->am_from));
89 strlcpy(amp->am_mountpoint, fspath, sizeof(amp->am_mountpoint));
90 strlcpy(amp
118 struct autofs_mount *amp; local
185 struct autofs_mount *amp; local
[all...]
H A Dautofs.c246 struct autofs_mount *amp; local
249 amp = anp->an_mount;
262 tmp = malloc(strlen(amp->am_mountpoint) + strlen(path) + 2,
264 strcpy(tmp, amp->am_mountpoint);
298 struct autofs_mount *amp; local
300 amp = anp->an_mount;
302 AUTOFS_ASSERT_UNLOCKED(amp);
312 AUTOFS_SLOCK(amp);
314 AUTOFS_SUNLOCK(amp);
332 autofs_flush(struct autofs_mount *amp) argument
388 struct autofs_mount *amp; local
[all...]
H A Dautofs_vnops.c216 struct autofs_mount *amp; local
224 amp = VFSTOAUTOFS(mp);
272 AUTOFS_SLOCK(amp);
276 AUTOFS_SUNLOCK(amp);
280 AUTOFS_SUNLOCK(amp);
287 AUTOFS_SUNLOCK(amp);
305 struct autofs_mount *amp; local
311 amp = VFSTOAUTOFS(vp->v_mount);
320 AUTOFS_XLOCK(amp);
321 error = autofs_node_new(anp, amp, a
398 struct autofs_mount *amp; local
561 autofs_node_new(struct autofs_node *parent, struct autofs_mount *amp, const char *name, int namelen, struct autofs_node **anpp) argument
[all...]
H A Dautofs.h132 void autofs_flush(struct autofs_mount *amp);
134 int autofs_node_new(struct autofs_node *parent, struct autofs_mount *amp,
/freebsd-11-stable/tools/tools/epfe/
H A Depfe.pl13 sub Print { s/\&amp\;/&/g; push(@a,$_); }
/freebsd-11-stable/stand/efi/loader/arch/i386/
H A Delf32_freebsd.c49 static int elf32_exec(struct preloaded_file *amp);
50 static int elf32_obj_exec(struct preloaded_file *amp);
/freebsd-11-stable/stand/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-11-stable/sys/dev/sound/pci/
H A Dcsavar.h34 void *amp; member in struct:csa_card
/freebsd-11-stable/stand/userboot/userboot/
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.c45 static int elf64_exec(struct preloaded_file *amp);
46 static int elf64_obj_exec(struct preloaded_file *amp);
/freebsd-11-stable/stand/efi/loader/arch/arm64/
H A Dexec.c55 static int elf64_exec(struct preloaded_file *amp);
56 static int elf64_obj_exec(struct preloaded_file *amp);
/freebsd-11-stable/usr.sbin/acpi/acpiconf/
H A Dacpiconf.c91 int hours, min, amp; local
101 amp = battio.bix.units;
102 pwr_units = amp ? "mA" : "mW";
206 else if (amp && volt != UNKNOWN_VOLTAGE) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DOperatorPrecedence.cpp59 case tok::amp: return prec::And;
/freebsd-11-stable/stand/efi/loader/arch/amd64/
H A Delf64_freebsd.c59 static int elf64_exec(struct preloaded_file *amp);
60 static int elf64_obj_exec(struct preloaded_file *amp);
/freebsd-11-stable/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-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DTokenConcatenation.cpp76 TokenInfo[tok::amp ] |= aci_custom_firstchar;
110 TokenInfo[tok::amp ] |= aci_avoid_equal; // &=
271 case tok::amp: // &&
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-decnet.c1000 const struct ackmsg *amp = (const struct ackmsg *)nspp; local
1005 ND_TCHECK(*amp);
1006 ack = EXTRACT_LE_16BITS(amp->ak_acknum[0]);
1012 ack = EXTRACT_LE_16BITS(amp->ak_acknum[1]);
1025 const struct ackmsg *amp = (const struct ackmsg *)nspp; local
1030 ND_TCHECK(*amp);
1031 ack = EXTRACT_LE_16BITS(amp->ak_acknum[0]);
1037 ND_TCHECK(amp->ak_acknum[1]);
1038 ack = EXTRACT_LE_16BITS(amp->ak_acknum[1]);
/freebsd-11-stable/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-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_serdes.h817 uint8_t amp; member in struct:al_serdes_adv_tx_params
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp88 case tok::amp:
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp789 if (Tok.isOneOf(tok::star, tok::amp, tok::caret, tok::ampamp) ||
1063 case tok::amp:
1584 if (((Tok.is(tok::amp) || Tok.is(tok::star)) &&
1878 if (Next.isOneOf(tok::amp, tok::ampamp, tok::kw_const, tok::kw_volatile,
2058 if (Tok.isOneOf(tok::amp, tok::ampamp))

Completed in 238 milliseconds

12