Home
last modified time | relevance | path

Searched defs:category (Results 1 – 25 of 61) sorted by relevance

123

/freebsd/crypto/openssl/include/openssl/
H A Dtrace.h201 # define OSSL_TRACE_BEGIN(category) \ argument
207 # define OSSL_TRACE_END(category) \ argument
211 # define OSSL_TRACE_CANCEL(category) \ argument
216 # define OSSL_TRACE_BEGIN(category) \ argument
221 # define OSSL_TRACE_END(category) \ argument
240 # define OSSL_TRACE_ENABLED(category) \ argument
245 # define OSSL_TRACE_ENABLED(category) (0) argument
273 # define OSSL_TRACEV(category, args) \ argument
280 # define OSSL_TRACEV(category, args) ((void)0) argument
284 # define OSSL_TRACE(category, text) \ argument
[all …]
/freebsd/crypto/openssl/crypto/
H A Dtrace.c60 int category; member
193 static int trace_attach_cb(int category, int type, const void *data) in trace_attach_cb()
242 static int set_trace_data(int category, int type, BIO **channel, in set_trace_data() argument
338 int category; in ossl_trace_cleanup() local
357 int OSSL_trace_set_channel(int category, BIO *channel) in OSSL_trace_set_channel()
427 int OSSL_trace_set_prefix(int category, const char *prefix) in OSSL_trace_set_prefix()
437 int OSSL_trace_set_suffix(int category, const char *suffix) in OSSL_trace_set_suffix()
448 static int ossl_trace_get_category(int category) in ossl_trace_get_category()
458 int OSSL_trace_enabled(int category) in OSSL_trace_enabled()
469 BIO *OSSL_trace_begin(int category) in OSSL_trace_begin()
[all …]
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp77 bool DataVisualization::Categories::GetCategory(ConstString category, in GetCategory()
92 void DataVisualization::Categories::Add(ConstString category) { in Add()
96 bool DataVisualization::Categories::Delete(ConstString category) { in Delete()
105 void DataVisualization::Categories::Clear(ConstString category) { in Clear()
109 void DataVisualization::Categories::Enable(ConstString category, in Enable()
122 void DataVisualization::Categories::Disable(ConstString category) { in Disable()
134 const lldb::TypeCategoryImplSP &category, TypeCategoryMap::Position pos) { in Enable()
143 const lldb::TypeCategoryImplSP &category) { in Disable()
H A DTypeCategoryMap.cpp48 TypeCategoryImplSP category; in Enable() local
56 TypeCategoryImplSP category; in Disable() local
62 bool TypeCategoryMap::Enable(TypeCategoryImplSP category, Position pos) { in Enable()
84 bool TypeCategoryMap::Disable(TypeCategoryImplSP category) { in Disable()
215 lldb::TypeCategoryImplSP category = *begin; in ForEach() local
/freebsd/sys/fs/tarfs/
H A Dtarfs_dbg.h50 #define TARFS_DPF(category, fmt, ...) \ argument
55 #define TARFS_DPF_IFF(category, cond, fmt, ...) \ argument
62 #define TARFS_DPF(category, fmt, ...) argument
63 #define TARFS_DPF_IFF(category, cond, fmt, ...) argument
/freebsd/lib/libc/locale/
H A Dsetlocale.c97 setlocale(int category, const char *locale) in setlocale()
224 loadlocale(int category) in loadlocale()
280 __get_locale_env(int category) in __get_locale_env()
/freebsd/crypto/openssl/test/testutil/
H A Dtestutil_init.c23 int category, int cmd, void *vdata) in internal_trace_cb()
70 static void setup_trace_category(int category) in setup_trace_category()
119 int category = OSSL_trace_get_category_num(item); in setup_trace() local
/freebsd/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.c173 find_bthid_command(char const *command, struct bthid_command *category) in find_bthid_command()
194 print_bthid_command(struct bthid_command *category) in print_bthid_command()
/freebsd/usr.sbin/bluetooth/l2control/
H A Dl2control.c179 find_l2cap_command(char const *command, struct l2cap_command *category) in find_l2cap_command()
200 print_l2cap_command(struct l2cap_command *category) in print_l2cap_command()
/freebsd/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.c178 find_sdp_command(char const *command, struct sdp_command *category) in find_sdp_command()
199 print_sdp_command(struct sdp_command *category) in print_sdp_command()
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dmpi.c363 mpiMsgCategory_t category, in mpiMsgPrepare()
428 mpiMsgCategory_t category, in mpiMsgProduce()
463 mpiMsgCategory_t category, in mpiMsgProduce()
911 mpiMsgCategory_t category, in mpiMsgProduceOQ()
/freebsd/contrib/diff/lib/
H A Dhard-locale.c35 hard_locale (int category) in hard_locale()
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dlog.c789 const isc_logcategory_t *category, in isc_log_usechannel()
831 isc_log_write(isc_log_t *lctx, isc_logcategory_t *category, in isc_log_write()
847 isc_log_vwrite(isc_log_t *lctx, isc_logcategory_t *category, in isc_log_vwrite()
859 isc_log_write1(isc_log_t *lctx, isc_logcategory_t *category, in isc_log_write1()
875 isc_log_vwrite1(isc_log_t *lctx, isc_logcategory_t *category, in isc_log_vwrite1()
887 isc_log_iwrite(isc_log_t *lctx, isc_logcategory_t *category, in isc_log_iwrite()
905 isc_log_ivwrite(isc_log_t *lctx, isc_logcategory_t *category, in isc_log_ivwrite()
918 isc_log_iwrite1(isc_log_t *lctx, isc_logcategory_t *category, in isc_log_iwrite1()
936 isc_log_ivwrite1(isc_log_t *lctx, isc_logcategory_t *category, in isc_log_ivwrite1()
1405 isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category, in isc_log_doit()
/freebsd/contrib/kyua/cli/
H A Dcmd_help.cpp116 const std::string& category = (*iter).first; in general_help() local
150 const std::string& category = (*iter).first; in general_help() local
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.c263 find_hci_command(char const *command, struct hci_command *category) in find_hci_command()
319 print_hci_command(struct hci_command *category) in print_hci_command()
/freebsd/crypto/openssl/apps/
H A Dopenssl.c105 int category, int cmd, void *vdata) in internal_trace_cb()
167 static void setup_trace_category(int category) in setup_trace_category()
215 int category = OSSL_trace_get_category_num(item); in setup_trace() local
/freebsd/contrib/ntp/sntp/libopts/
H A Dgettext.h151 int category) in pgettext_aux()
171 int category) in npgettext_aux()
214 int category) in dcpgettext_expr()
262 int category) in dcnpgettext_expr()
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derror_code.h77 _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; } in category() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp451 lldb::TypeCategoryImplSP category; in IOHandlerInputComplete() local
859 lldb::TypeCategoryImplSP category; in DoExecute() local
866 lldb::TypeCategoryImplSP category; in DoExecute() local
949 lldb::TypeCategoryImplSP category; in DoExecute() local
1106 &any_printed](const lldb::TypeCategoryImplSP &category) -> void { in DoExecute()
1136 const lldb::TypeCategoryImplSP &category) -> bool { in DoExecute()
1599 lldb::TypeCategoryImplSP category; in AddSummary() local
2277 lldb::TypeCategoryImplSP category; in Execute_PythonClass() local
2322 lldb::TypeCategoryImplSP category; in AddSynth() local
2462 lldb::TypeCategoryImplSP category; in AddFilter() local
[all …]
/freebsd/crypto/openssl/test/
H A Dtrace_api_test.c117 int category, int cmd, void *data) in trace_cb()
/freebsd/sys/dev/rtwn/
H A Dif_rtwn_fw.h36 uint8_t category; member
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h77 void DisableCategory(const lldb::TypeCategoryImplSP &category) { in DisableCategory()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DTimer.cpp60 Timer::Timer(Timer::Category &category, const char *format, ...) in Timer() function in Timer
H A DLog.cpp50 for (const auto &category : entry.second.m_channel.categories) in ForEachCategory() local
68 for (const char *category : categories) { in GetFlags() local
/freebsd/sys/net80211/
H A Dieee80211_mesh.c2711 int category, int action, void *args0) in mesh_send_action_meshpeering_open()
2771 int category, int action, void *args0) in mesh_send_action_meshpeering_confirm()
2839 int category, int action, void *args0) in mesh_send_action_meshpeering_close()
2888 int category, int action, void *arg0) in mesh_send_action_meshlmetric()
2936 int category, int action, void *arg0) in mesh_send_action_meshgate()

123