/src/sys/sys/ |
common_int_types.h | 36 #error Your compiler does not provide exact width type macros. 43 /* 7.18.1.1 Exact-width integer types */
|
/src/lib/libc/db/btree/ |
bt_get.c | 70 int exact, status; local in function:__bt_get 86 if ((e = __bt_search(t, key, &exact)) == NULL) 88 if (!exact) {
|
bt_put.c | 79 int dflags, exact, status; local in function:__bt_put 165 if (t->bt_order == NOT || (e = bt_fast(t, key, data, &exact)) == NULL) 166 if ((e = __bt_search(t, key, &exact)) == NULL) 179 if (!exact) 184 if (!exact || !F_ISSET(t, B_NODUPS))
|
bt_seq.c | 160 int exact; local in function:__bt_seqset 177 return (__bt_first(t, key, ep, &exact)); 252 int exact, rval; local in function:__bt_seqadv 263 * be in the current tree. If the returned key is an exact match, 270 * notices and doesn't do a put() of it. Since the key is an exact 273 * back a record if it's an exact match. 288 if ((rval = __bt_first(t, &c->key, ep, &exact)) == RET_ERROR) 290 if (!exact) 457 * exactp: pointer to exact match flag 473 * If it's an exact match and duplicates are possible, walk backward [all...] |
bt_delete.c | 153 int exact, level; local in function:__bt_stkacq 161 if ((e = __bt_search(t, &c->key, &exact)) == NULL) 220 if ((e = __bt_search(t, &c->key, &exact)) == NULL) 292 int deleted, exact, redo; local in function:__bt_bdelete 297 loop: if ((e = __bt_search(t, key, &exact)) == NULL) 299 if (!exact) {
|
/src/lib/libform/ |
type_enum.c | 56 bool exact; member in struct:__anon0f6d32f40108 96 new->exact = (va_arg(*args, int)) ? TRUE : FALSE; 99 new->ignore_case, new->exact); 149 bool exact, char *this, unsigned *match_num) 179 /* don't bother if we are after an exact match 183 if ((exact == TRUE) && (blen != elen)) 191 if ((exact != TRUE) && (blen > elen)) 234 ta->exact, args, &match_num) == TRUE) { 263 ta->exact, args, &cur_choice) == FALSE) { 299 ta->exact, args, &cur_choice) == FALSE) [all...] |
/src/usr.sbin/mrouted/ |
snmp.c | 190 o_scalar(vp, name, length, exact, var_len, write_method) 194 int exact; /* IN - TRUE if an exact match was requested. */ 202 if ((exact && (result != 0)) || (!exact && (result >= 0))) 286 o_dvmrpBoundaryTable(vp, name, length, exact, var_len, write_method) 290 int exact; /* IN - TRUE if an exact match was requested. */ 303 if (exact) { 416 o_dvmrpNeighborTable(vp, name, length, exact, var_len, write_method [all...] |
/src/sys/arch/arm/pci/ |
pci_msi_machdep.c | 82 arm_pci_msi_alloc_common(pci_intr_handle_t **ihps, int *count, const struct pci_attach_args *pa, bool exact) 94 vectors = msi->msi_alloc(msi, count, pa, exact); 104 arm_pci_msix_alloc_common(pci_intr_handle_t **ihps, u_int *table_indexes, int *count, const struct pci_attach_args *pa, bool exact) 116 vectors = msi->msix_alloc(msi, table_indexes, count, pa, exact);
|
/src/usr.bin/make/unit-tests/ |
opt-define.mk | 8 # The variable has the exact value "1", not "1.0".
|
directive-for-generating-endif.mk | 4 # directives to close nested .if directives. Depending on the exact
|
job-output-null.mk | 20 # exact timing, which in this test makes a crucial difference since before 23 # exact timing, the output of that test varied, its possible values were '2a',
|
parse-var.mk | 89 # 2023-02-18, the exact way of parsing an expression with subexpressions 93 # modifier according to its exact definition (see varmod.mk).
|
deptgt-posix.mk | 7 # that, POSIX support is still incomplete, the exact set of supported features
|
var-scope-cmdline.mk | 41 # variable was deleted, but not with the exact same name as the cmdline
|
/src/sys/arch/arm/cortex/ |
gic_v2m.c | 230 const struct pci_attach_args *pa, bool exact) 240 if (exact && *count > avail) 269 const struct pci_attach_args *pa, bool exact) 284 if (exact && *count > avail)
|
/src/sys/arch/x86/pci/ |
pci_msi_machdep.c | 154 const struct pci_attach_args *pa, bool exact) 184 if (exact) { 252 int *count, const struct pci_attach_args *pa, bool exact) 280 if (exact) {
|
/src/sys/arch/powerpc/pci/ |
pci_machdep_common.c | 274 int *count, bool exact) 283 pci_intr_handle_t **ihps, u_int *table_indexes, int *count, bool exact)
|
/src/lib/libc/gdtoa/ |
strtodg.c | 179 (d, fpi, expt, bits, exact, rd, irv) 180 U *d; CONST FPI *fpi; Long *expt; ULong *bits; int exact, rd, *irv; 182 (U *d, CONST FPI *fpi, Long *expt, ULong *bits, int exact, int rd, int *irv) 194 if (exact) 201 exact && 220 if (!exact) 267 if (!lostbits && !exact)
|
/src/sys/arch/x68k/stand/xxboot/ |
memcmp.S | 54 | To comply with standards, recalc exact return value.
|
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
fp_trunc_impl.inc | 107 // a underflows on conversion to the destination type or is an exact
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
sdm845-cheza-r1.dts | 21 * NOTE: Technically pp3500_a is not the exact same signal as
|
sdm845-cheza-r2.dts | 21 * NOTE: Technically pp3500_a is not the exact same signal as
|
/src/sys/arch/arm/apple/ |
apple_pcie.c | 578 const struct pci_attach_args *pa, bool exact) 591 if (exact && *count > avail) 620 int *count, const struct pci_attach_args *pa, bool exact) 635 if (exact && *count > avail)
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
logicpd-som-lv-baseboard.dtsi | 108 /* This isn't the exact LCD, but the timings meet spec */
|
/src/usr.sbin/sysinst/ |
README.md_defs | 39 are supported, depending on exact model), the variables above can all be
|