/third_party/ltp/testcases/kernel/syscalls/timer_create/ |
H A D | timer_create03.c | 32 struct sigevent evp; in run() local
|
H A D | timer_create01.c | 47 struct sigevent evp; in run() local
|
/third_party/musl/porting/linux/user/src/time/ |
H A D | timer_create.c | 62 int timer_create(clockid_t clk, struct sigevent *restrict evp, timer_t *restrict res) in timer_create() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_vertprog.c | 140 struct nv30_vertprog *evp = heap->next->priv; in nv30_vertprog_validate() local
|
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/ |
H A D | time.c | 127 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID) in timer_create() argument
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | s390-sample-raw.c | 143 struct pmu_event *evp = map->table; in get_counter_name() local
|
/third_party/musl/src/time/ |
H A D | timer_create.c | 111 int timer_create(clockid_t clk, struct sigevent *restrict evp, timer_t *restrict res) in timer_create() argument [all...] |
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | mod.rs | 49 mod evp; modules
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | lib.rs | 82 mod evp; modules
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | perf_event.c | 91 static int hw_perf_cache_event(int config, int *evp) in hw_perf_cache_event() argument
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | perf_event.c | 73 static int hw_perf_cache_event(int config, int *evp) in hw_perf_cache_event() argument
|
/kernel/linux/linux-5.10/drivers/media/i2c/m5mols/ |
H A D | m5mols_controls.c | 390 unsigned int evp = val ? 0xe : 0x0; in m5mols_set_stabilization() local
|
/kernel/liteos_a/syscall/ |
H A D | time_syscall.c | 160 int SysTimerCreate(clockid_t clockID, struct ksigevent *evp, timer_t *timerID) in SysTimerCreate() argument
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_time.cpp | 272 struct sigevent evp; in Bm_function_Timer() local
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | stream.c | 516 sctp_process_strreset_outreq( struct sctp_association *asoc, union sctp_params param, struct sctp_ulpevent **evp) sctp_process_strreset_outreq() argument 605 sctp_process_strreset_inreq( struct sctp_association *asoc, union sctp_params param, struct sctp_ulpevent **evp) sctp_process_strreset_inreq() argument 682 sctp_process_strreset_tsnreq( struct sctp_association *asoc, union sctp_params param, struct sctp_ulpevent **evp) sctp_process_strreset_tsnreq() argument 779 sctp_process_strreset_addstrm_out( struct sctp_association *asoc, union sctp_params param, struct sctp_ulpevent **evp) sctp_process_strreset_addstrm_out() argument 849 sctp_process_strreset_addstrm_in( struct sctp_association *asoc, union sctp_params param, struct sctp_ulpevent **evp) sctp_process_strreset_addstrm_in() argument 914 sctp_process_strreset_resp( struct sctp_association *asoc, union sctp_params param, struct sctp_ulpevent **evp) sctp_process_strreset_resp() argument [all...] |
/kernel/linux/linux-6.6/net/sctp/ |
H A D | stream.c | 516 sctp_process_strreset_outreq( struct sctp_association *asoc, union sctp_params param, struct sctp_ulpevent **evp) sctp_process_strreset_outreq() argument 605 sctp_process_strreset_inreq( struct sctp_association *asoc, union sctp_params param, struct sctp_ulpevent **evp) sctp_process_strreset_inreq() argument 682 sctp_process_strreset_tsnreq( struct sctp_association *asoc, union sctp_params param, struct sctp_ulpevent **evp) sctp_process_strreset_tsnreq() argument 779 sctp_process_strreset_addstrm_out( struct sctp_association *asoc, union sctp_params param, struct sctp_ulpevent **evp) sctp_process_strreset_addstrm_out() argument 849 sctp_process_strreset_addstrm_in( struct sctp_association *asoc, union sctp_params param, struct sctp_ulpevent **evp) sctp_process_strreset_addstrm_in() argument 914 sctp_process_strreset_resp( struct sctp_association *asoc, union sctp_params param, struct sctp_ulpevent **evp) sctp_process_strreset_resp() argument [all...] |
/kernel/liteos_m/kal/posix/src/ |
H A D | time.c | 129 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID) in timer_create() argument
|
/kernel/liteos_a/compat/posix/src/ |
H A D | time.c | 784 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID) in timer_create() argument 821 int OsTimerCreate(clockid_t clockID, struct ksigevent *evp, timer_t *timerID) in OsTimerCreate() argument [all...] |
/third_party/musl/porting/liteos_m/user/hook/ |
H A D | los_usr_libc.c | 306 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID) in timer_create() argument
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_ciph.c | 578 const EVP_CIPHER *evp = NULL; in ssl_cipher_get_evp() local
|
/third_party/openssl/ssl/ |
H A D | ssl_ciph.c | 577 const EVP_CIPHER *evp = NULL; in ssl_cipher_get_evp() local
|
/third_party/python/Modules/ |
H A D | _hashopenssl.c | 88 PY_EVP_MD *evp; member 378 PY_EVP_MD* evp; in py_digest_by_digestmod() local 1440 PY_EVP_MD *evp; _hashlib_hmac_singleshot_impl() local [all...] |