Searched refs:starts (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dmake-exported.mk14 # variable name starts with a hyphen.
21 # it is just ignored since its name starts with '-'.
H A Dvarmod-match.mk46 # '$' starts.
H A Dopt-m-include-dir.mk6 # The .../canary.mk special argument starts searching in the current
H A Dvar-op-sunsh.mk67 # Until 2020-10-04, the word 'shift' was also affected since it starts with
H A Dvarmod-assign.mk76 # The modifier for assignment operators starts with a ':'.
/freebsd-13-stable/sys/net/
H A Dmp_ring.h57 counter_u64_t starts; member in struct:ifmp_ring
H A Dmp_ring.c107 counter_u64_add(r->starts, 1);
181 counter_u64_add(r->starts, 1);
273 r->starts = counter_u64_alloc(flags);
277 if (r->enqueues == NULL || r->drops == NULL || r->starts == NULL ||
302 if (r->starts != NULL)
303 counter_u64_free(r->starts);
519 counter_u64_zero(r->starts);
H A Diflib.c3167 * Determine where frame payload starts.
6824 CTLFLAG_RD, &txq->ift_br->starts,
6825 "# of normal consumer starts in the mp_ring for this queue");
/freebsd-13-stable/sys/dev/pccbb/
H A Dpccbb.c1110 uint32_t starts[2]; local
1116 starts[0] = starts[1] = START_NONE;
1137 if (rman_get_start(rle->res) < starts[i])
1138 starts[i] = rman_get_start(rle->res);
1143 if (starts[i] == START_NONE)
1145 starts[i] &= ~(align - 1);
1148 if (starts[0] != START_NONE && starts[1] != START_NONE) {
1149 if (starts[
[all...]
/freebsd-13-stable/stand/i386/pxeldr/
H A Dpxeldr.S50 .set MEM_BTX_ENTRY,0x9010 # where BTX starts to execute
/freebsd-13-stable/contrib/bmake/mk/
H A Dsys.clean-env.mk31 # We save any env var that starts with the words in MAKE_ENV_SAVE_PREFIX_LIST.
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp442 os << "Parameter '" << PVD->getNameAsString() << "' starts at +";
798 << "') starts with '" << StringRef(FuncName).substr(0, 3) << "'";
/freebsd-13-stable/stand/i386/cdboot/
H A Dcdboot.S50 .set MEM_BTX_ENTRY,0x9010 # where BTX starts to execute
/freebsd-13-stable/contrib/nvi/regex/
H A Dregcomp.c1512 sop *starts = 0; local
1563 starts = newstarts;
1582 scans = starts;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc866 // warnings back on. If MinGW starts to support diagnostic stacks, we can
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_cd.c288 u_int32_t starts, u_int32_t startf,
3469 cdplaymsf(struct cam_periph *periph, u_int32_t startm, u_int32_t starts, argument
3499 scsi_cmd->start_s = starts;

Completed in 244 milliseconds