Searched refs:is_valid (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp115 bool is_valid = false; local
117 is_valid = m_opaque_up->UserIDIsValid();
119 return is_valid;
125 bool is_valid = false; local
127 is_valid = m_opaque_up->GroupIDIsValid();
129 return is_valid;
155 bool is_valid = false; local
157 is_valid = m_opaque_up->EffectiveUserIDIsValid();
159 return is_valid;
165 bool is_valid local
[all...]
/freebsd-12-stable/sys/arm/mv/armada/
H A Dthermal.c61 boolean_t (*is_valid)(struct armada_thermal_softc *); member in struct:armada_thermal_data
83 .is_valid = armada_tsen_readout_valid,
249 boolean_t is_valid; local
255 is_valid = ((tsen_stat & TSEN_STAT_READOUT_VALID) != 0);
257 return (is_valid);
270 if ((tdata->is_valid != NULL) && !tdata->is_valid(sc))
/freebsd-12-stable/contrib/gdb/include/
H A Dfloatformat.h85 int (*is_valid) PARAMS ((const struct floatformat *fmt, const char *from)); member in struct:floatformat
/freebsd-12-stable/contrib/gcclibs/include/
H A Dfloatformat.h87 int (*is_valid) (const struct floatformat *fmt, const void *from); member in struct:floatformat
/freebsd-12-stable/contrib/binutils/include/
H A Dfloatformat.h87 int (*is_valid) (const struct floatformat *fmt, const void *from); member in struct:floatformat
/freebsd-12-stable/sys/dev/isci/scil/
H A Dscu_remote_node_context.h119 U32 is_valid : 1; member in struct:SSP_REMOTE_NODE_CONTEXT
H A Dscic_sds_remote_node_context.c197 rnc->ssp.is_valid = FALSE;
1180 rnc_buffer->ssp.is_valid = TRUE;
1229 rnc_buffer->ssp.is_valid = FALSE;
H A Dscic_sds_port.c678 rnc->ssp.is_valid = TRUE;
2481 rnc->ssp.is_valid = TRUE;
2518 rnc->ssp.is_valid = FALSE;
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcrypto.h128 svn_crypto__verify_secret(svn_boolean_t *is_valid,
H A Dcrypto.c612 svn_crypto__verify_secret(svn_boolean_t *is_valid,
631 *is_valid = FALSE;
696 *is_valid = strcmp(checktext,
703 *is_valid = FALSE;
610 svn_crypto__verify_secret(svn_boolean_t *is_valid, svn_crypto__ctx_t *ctx, const svn_string_t *master, const svn_string_t *ciphertext, const svn_string_t *iv, const svn_string_t *salt, const char *checktext, apr_pool_t *scratch_pool) argument
/freebsd-12-stable/contrib/wpa/src/fst/
H A Dfst_session.c1353 Boolean is_valid; local
1365 fsts_id = fst_read_next_int_param(params, &is_valid, &endp);
1366 if (!is_valid)
1405 Boolean is_valid; local
1419 fsts_id = fst_read_next_int_param(params, &is_valid, &endp);
1420 if (!is_valid)
1480 Boolean is_valid; local
1489 fsts_id = fst_read_next_int_param(params, &is_valid, &endp);
1490 if (!is_valid)
1508 Boolean is_valid; local
1536 Boolean is_valid; local
1563 Boolean is_valid; local
[all...]
H A Dfst_ctrl_iface.c890 Boolean is_valid; local
904 val = fst_read_next_int_param(pos + 1, &is_valid,
906 if (is_valid)
914 val = fst_read_next_int_param(pos + 1, &is_valid,
916 if (is_valid)
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cpp76 static bool is_valid(const args_type &args) { return true; } function in struct:__msan::ChainedOriginDepotNode
/freebsd-12-stable/contrib/googletest/googletest/src/
H A Dgtest-port.cc747 bool is_valid = true; local
763 is_valid = false;
772 is_valid = false;
776 is_valid = false;
780 is_valid = false;
784 is_valid = false;
791 return is_valid;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp57 static bool is_valid(const args_type &args) { function in struct:__sanitizer::StackDepotNode
H A Dsanitizer_stackdepotbase.h100 if (!Node::is_valid(args)) return handle_type();
/freebsd-12-stable/contrib/gdb/gdb/
H A Dpa64solib.c114 int is_valid; member in struct:__anon1748
875 dld_cache.is_valid = 0;
949 if (!dld_cache.is_valid)
1076 /* Record other information and set is_valid to 1. */
1083 dld_cache_p->is_valid = 1;
H A Dsomsolib.c189 int is_valid; member in struct:__anon1780
1209 if (dld_cache.is_valid)
1281 dld_cache.is_valid = 1;
1532 dld_cache.is_valid = 0;
/freebsd-12-stable/usr.bin/dtc/
H A Ddtc.cc345 if (!(tree.is_valid() || keep_going))
H A Dfdt.hh982 inline bool is_valid() function in class:dtc::fdt::device_tree
/freebsd-12-stable/contrib/gcc/
H A Dsched-rgn.c178 char is_valid;
198 #define IS_VALID(src) ( candidate_table[src].is_valid )
1369 sp->is_valid = 1;
1379 sp->is_valid = IS_DOMINATED (i, trg);
1380 if (sp->is_valid)
1386 sp->is_valid = (sp->src_prob >= min_spec_prob);
1389 if (sp->is_valid)
1394 sp->is_valid = 0;
1397 if (sp->is_valid)
1458 if (!candidate_table[i].is_valid)
177 char is_valid; member in struct:__anon1543
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs_fs.c696 svn_boolean_t is_valid = TRUE;
723 is_valid = FALSE;
726 is_valid = FALSE;
730 is_valid = FALSE;
733 if (!is_valid)
694 svn_boolean_t is_valid = TRUE; local
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_l2.c2250 u32 coalesce, address, is_valid; local
2270 is_valid = GET_FIELD(coalesce, COALESCING_TIMESET_VALID);
2271 if (!is_valid)
2285 u32 coalesce, address, is_valid; local
2305 is_valid = GET_FIELD(coalesce, COALESCING_TIMESET_VALID);
2306 if (!is_valid)
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dfloatformat.c564 return fmt->is_valid (fmt, from);
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dfloatformat.c564 return fmt->is_valid (fmt, from);

Completed in 531 milliseconds

12