Searched refs:ENTER (Results 26 - 50 of 57) sorted by relevance

123

/freebsd-current/contrib/openpam/lib/libpam/
H A Dpam_chauthtok.c59 ENTER();
H A Dpam_setenv.c66 ENTER();
H A Dpam_getenvlist.c60 ENTER();
H A Dopenpam_debug.h40 #define ENTER() openpam_log(PAM_LOG_LIBDEBUG, "entering") macro
98 #define ENTER() macro
H A Dopenpam_restore_cred.c66 ENTER();
H A Dpam_end.c60 ENTER();
H A Dpam_putenv.c63 ENTER();
H A Dpam_vprompt.c69 ENTER();
H A Dpam_start.c72 ENTER();
H A Dpam_get_user.c69 ENTER();
H A Dpam_get_authtok.c76 ENTER();
H A Dopenpam_dispatch.c69 ENTER();
H A Dopenpam_ttyconv.c326 ENTER();
/freebsd-current/contrib/llvm-project/llvm/include/llvm/XRay/
H A DXRayRecord.h58 ENTER, member in class:llvm::xray::RecordTypes
H A DFDRTraceExpander.h29 XRayRecord CurrentRecord{0, 0, RecordTypes::ENTER, 0, 0, 0, 0, {}, {}}; member in class:llvm::xray::TraceExpander::RecordTypes
H A DYAMLXRayRecord.h57 IO.enumCase(Type, "function-enter", xray::RecordTypes::ENTER);
/freebsd-current/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_hsearch.c103 ep = hsearch(e, ENTER);
148 ep = hsearch(e, ENTER);
156 ep = hsearch(e, ENTER);
204 ep = hsearch(e, ENTER);
213 ep = hsearch(e, ENTER);
263 ATF_REQUIRE(hsearch_r(e, ENTER, &ep, &t) == 1);
309 ATF_REQUIRE(hsearch_r(e, ENTER, &ep, &t) == 1);
316 ATF_REQUIRE(hsearch_r(e, ENTER, &ep, &t) == 1);
369 ATF_REQUIRE(hsearch_r(e, ENTER, &ep, &t) == 1);
377 ATF_REQUIRE(hsearch_r(e, ENTER,
[all...]
/freebsd-current/include/
H A Dsearch.h25 FIND, ENTER enumerator in enum:__anon78
/freebsd-current/contrib/llvm-project/llvm/lib/XRay/
H A DRecordPrinter.cpp82 case RecordTypes::ENTER:
H A DProfile.cpp341 case RecordTypes::ENTER:
H A DTrace.cpp103 Record.Type = RecordTypes::ENTER;
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp130 case RecordTypes::ENTER:
304 case RecordTypes::ENTER:
H A Dxray-account.cpp178 case RecordTypes::ENTER:
427 case RecordTypes::ENTER:
/freebsd-current/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_decompress.c146 p = hsearch(e, ENTER);
/freebsd-current/sbin/pfctl/
H A Dpfctl_altq.c141 if (hsearch_r(item, ENTER, &ret_item, &if_map) == 0)
150 if (hsearch_r(item, ENTER, &ret_item, &queue_map) == 0)
155 if (hsearch_r(item, ENTER, &ret_item, &qid_map) == 0)

Completed in 326 milliseconds

123