Searched refs:me (Results 1 - 25 of 158) sorted by last modified time

1234567

/freebsd-current/share/man/man4/
H A DMakefile315 me.4 \
/freebsd-current/contrib/unbound/daemon/
H A Dworker.c125 size_t me, iter, val, anch; local
158 me = sizeof(*worker) + sizeof(*worker->base) + sizeof(*worker->comsig)
167 me += acl_list_get_mem(worker->daemon->acl);
169 me += serviced_get_mem(cur_serv);
171 total = front+back+mesh+msg+rrset+infra+iter+val+ac+superac+me;
176 "alloccache=%u globalalloccache=%u me=%u",
181 (unsigned)superac, (unsigned)me);
185 "alloccache=%u globalalloccache=%u me=%u",
189 (unsigned)ac, (unsigned)superac, (unsigned)me);
/freebsd-current/contrib/unbound/
H A Dconfigure1992 choke me
4113 choke me
5464 choke me
H A Dconfig.sub62 me=`echo "$0" | sed -e 's,.*/,,'`
85 Try '$me --help' for more information."
101 echo "$me: invalid option $1$help" >&2
115 0) echo "$me: missing argument$help" >&2
118 *) echo "$me: too many arguments$help" >&2
H A Dconfig.guess45 me=`echo "$0" | sed -e 's,.*/,,'`
50 Output the configuration name of the system '$me' is run on.
69 Try '$me --help' for more information."
85 echo "$me: invalid option $1$help" >&2
93 echo "$me: too many arguments$help" >&2
122 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; }
/freebsd-current/lib/libpfctl/
H A Dlibpfctl.c1131 snl_add_msg_attr_mape(struct snl_writer *nw, uint32_t type, const struct pf_mape_portset *me) argument
1137 snl_add_msg_attr_u8(nw, PF_MET_OFFSET, me->offset);
1138 snl_add_msg_attr_u8(nw, PF_MET_PSID_LEN, me->psidlen);
1139 snl_add_msg_attr_u16(nw, PF_MET_PSID, me->psid);
/freebsd-current/contrib/bmake/
H A Dconfigure1925 choke me
3655 choke me
4557 choke me
/freebsd-current/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in226 me = getpwuid(os.getuid())
228 if not user or user is me:
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c1887 processorid_t me = curcpu, cpu = me; local
1888 dtrace_dstate_percpu_t *dcpu = &dstate->dtds_percpu[me];
2205 if (cpu != me)
2273 dcpu = &dstate->dtds_percpu[me];
/freebsd-current/sys/net/
H A Dif_me.c65 static const char mename[] = "me";
128 static SYSCTL_NODE(_net_link, IFT_TUNNEL, me, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
/freebsd-current/sys/dev/ice/
H A Dif_ice_iflib.c849 ice_enable_intr(&sc->hw, sc->irqvs[0].me);
883 ice_enable_intr(&sc->hw, sc->irqvs[0].me);
1079 /* q_handle == me when only one TC */
1080 txq->me = txq->q_handle = i;
1158 rxq->me = i;
1643 sc->irqvs[0].me = 0;
1660 rxq, rxq->me, irq_name);
1669 sc->irqvs[vector].me = vector;
1677 txq->me, irq_name);
1742 ice_enable_intr(hw, sc->irqvs[0].me);
[all...]
H A Dice_lib.c1366 ice_configure_rxq_interrupt(hw, vsi->rx_qmap[rxq->me],
1367 rxq->irqv->me, ICE_RX_ITR);
1370 "RXQ(%d) intr enable: me %d rxqid %d vector %d\n",
1371 i, rxq->me, vsi->rx_qmap[rxq->me], rxq->irqv->me);
1414 ice_configure_txq_interrupt(hw, vsi->tx_qmap[txq->me],
1415 txq->irqv->me, ICE_TX_ITR);
1443 reg = vsi->rx_qmap[rxq->me];
1453 wr32(hw, GLINT_DYN_CTL(rxq->irqv->me),
[all...]
H A Dice_iflib.h114 * @me: the vector number
122 u32 me; member in struct:ice_irq_vector
133 * @me: this queue's index into the queue array
154 u32 me; member in struct:ice_tx_queue
171 * @me: this queue's index into the queue array
189 u32 me; member in struct:ice_rx_queue
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c566 attr_counter_new(struct mtree_entry *me, struct attr_counter *prev) argument
575 ac->m_entry = me;
598 struct attr_counter *last, struct mtree_entry *me)
626 ac = attr_counter_new(me, last);
638 attr_counter_set_collect(struct mtree_writer *mtree, struct mtree_entry *me) argument
646 acs->uid_list = attr_counter_new(me, NULL);
652 if (ac->m_entry->uid == me->uid)
656 if (attr_counter_inc(&acs->uid_list, ac, last, me) < 0)
662 acs->gid_list = attr_counter_new(me, NULL);
668 if (ac->m_entry->gid == me
597 attr_counter_inc(struct attr_counter **top, struct attr_counter *ac, struct attr_counter *last, struct mtree_entry *me) argument
726 get_global_set_keys(struct mtree_writer *mtree, struct mtree_entry *me) argument
777 struct mtree_entry *me; local
851 mtree_entry_free(struct mtree_entry *me) argument
906 write_mtree_entry(struct archive_write *a, struct mtree_entry *me) argument
1195 struct mtree_entry *me; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1687 for (unsigned mi = 0, me = Node->getNumOperands(); mi != me; ++mi) {
1700 if (mi + 1 != me)
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1792 for (MachineBasicBlock::iterator mi = MBB->begin(), me = MBB->end();
1793 mi != me; ) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h146 MachineBasicBlock *falsebb, MachineBasicBlock *me, SDLoc dl,
150 TrueBB(truebb), FalseBB(falsebb), ThisBB(me), DL(dl),
157 MachineBasicBlock *me, DebugLoc dl,
161 CmpRHS(cmprhs), TrueBB(truebb), FalseBB(falsebb), ThisBB(me),
144 CaseBlock(ISD::CondCode cc, const Value *cmplhs, const Value *cmprhs, const Value *cmpmiddle, MachineBasicBlock *truebb, MachineBasicBlock *falsebb, MachineBasicBlock *me, SDLoc dl, BranchProbability trueprob = BranchProbability::getUnknown(), BranchProbability falseprob = BranchProbability::getUnknown()) argument
154 CaseBlock(CmpInst::Predicate pred, bool nocmp, const Value *cmplhs, const Value *cmprhs, const Value *cmpmiddle, MachineBasicBlock *truebb, MachineBasicBlock *falsebb, MachineBasicBlock *me, DebugLoc dl, BranchProbability trueprob = BranchProbability::getUnknown(), BranchProbability falseprob = BranchProbability::getUnknown()) argument
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1719 [](const llvm::msf::MSFError &me) {
1720 error(me.message());
1721 if (me.isPageOverflow())
/freebsd-current/contrib/sqlite3/tea/
H A Dconfigure1748 choke me
3535 choke me
4474 choke me
/freebsd-current/contrib/sqlite3/
H A Dconfigure1734 choke me
4016 choke me
5144 choke me
/freebsd-current/contrib/arm-optimized-routines/math/test/
H A Dulp.h207 MPFR_DECL_INIT(me, RT(prec_mpfr));
252 mpfr_sub (me, my, mr, MPFR_RNDN);
253 mpfr_mul_2si (me, me, -p->ulpexp, MPFR_RNDN);
254 p->tail = mpfr_get_d (me, MPFR_RNDN);
/freebsd-current/sys/kern/
H A Dsched_4bsd.c1166 u_int id, me; local
1185 me = PCPU_GET(cpuid);
1188 if (CPU_ISSET(me, &idle_cpus_mask) &&
1189 (cpunum == NOCPU || me == cpunum))
1192 CPU_SETOF(me, &dontuse);
/freebsd-current/contrib/expat/lib/
H A Dxmlparse.c24 Copyright (c) 2017 Viktor Szakats <commit@vsz.me>
7549 CONTENT_SCAFFOLD *me; local
7591 me = &dtd->scaffold[next];
7603 me->firstchild = me->lastchild = me->childcnt = me->nextsib = 0;
/freebsd-current/tests/sys/file/
H A Dpath_test.c771 struct mem_extract me; local
792 me.me_vaddr = (uintptr_t)&me;
793 ATF_REQUIRE_ERRNO(EBADF, ioctl(pathfd, MEM_EXTRACT_PADDR, &me) == -1);
/freebsd-current/crypto/openssl/test/
H A Dsanitytest.c29 enum medchoices { ma, mb, mc, md, me, mf, mg, mh, mi, mj, mk, ml }; enumerator in enum:medchoices

Completed in 752 milliseconds

1234567