Home
last modified time | relevance | path

Searched refs:evp (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Ds390-sample-raw.c143 struct pmu_event *evp = map->table; in get_counter_name() local
145 for (; evp->name || evp->event || evp->desc; ++evp) { in get_counter_name()
146 if (evp->name == NULL || evp->event == NULL) in get_counter_name()
148 rc = sscanf(evp->event, "event=%x", &event_nr); in get_counter_name()
150 return evp->name; in get_counter_name()
/kernel/liteos_a/compat/posix/src/
H A Dtime.c784 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID) in timer_create() argument
792 if (!timerID || (clockID != CLOCK_REALTIME) || !evp) { in timer_create()
797 if ((evp->sigev_notify != SIGEV_THREAD) || evp->sigev_notify_attributes) { in timer_create()
802 ret = LOS_SwtmrCreate(1, LOS_SWTMR_MODE_ONCE, (SWTMR_PROC_FUNC)evp->sigev_notify_function, in timer_create()
803 &swtmrID, (UINTPTR)evp->sigev_value.sival_ptr); in timer_create()
821 int OsTimerCreate(clockid_t clockID, struct ksigevent *evp, timer_t *timerID) in OsTimerCreate() argument
836 signo = evp ? evp->sigev_signo : SIGALRM; in OsTimerCreate()
841 if (evp in OsTimerCreate()
[all...]
/kernel/linux/linux-5.10/net/sctp/
H A Dstream.c519 struct sctp_ulpevent **evp) in sctp_process_strreset_outreq()
596 *evp = sctp_ulpevent_make_stream_reset_event(asoc, in sctp_process_strreset_outreq()
608 struct sctp_ulpevent **evp) in sctp_process_strreset_inreq()
685 struct sctp_ulpevent **evp) in sctp_process_strreset_tsnreq()
769 *evp = sctp_ulpevent_make_assoc_reset_event(asoc, 0, init_tsn, in sctp_process_strreset_tsnreq()
782 struct sctp_ulpevent **evp) in sctp_process_strreset_addstrm_out()
840 *evp = sctp_ulpevent_make_stream_change_event(asoc, in sctp_process_strreset_addstrm_out()
852 struct sctp_ulpevent **evp) in sctp_process_strreset_addstrm_in()
917 struct sctp_ulpevent **evp) in sctp_process_strreset_resp()
972 *evp in sctp_process_strreset_resp()
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 Dstream.c519 struct sctp_ulpevent **evp) in sctp_process_strreset_outreq()
596 *evp = sctp_ulpevent_make_stream_reset_event(asoc, in sctp_process_strreset_outreq()
608 struct sctp_ulpevent **evp) in sctp_process_strreset_inreq()
685 struct sctp_ulpevent **evp) in sctp_process_strreset_tsnreq()
769 *evp = sctp_ulpevent_make_assoc_reset_event(asoc, 0, init_tsn, in sctp_process_strreset_tsnreq()
782 struct sctp_ulpevent **evp) in sctp_process_strreset_addstrm_out()
840 *evp = sctp_ulpevent_make_stream_change_event(asoc, in sctp_process_strreset_addstrm_out()
852 struct sctp_ulpevent **evp) in sctp_process_strreset_addstrm_in()
917 struct sctp_ulpevent **evp) in sctp_process_strreset_resp()
972 *evp in sctp_process_strreset_resp()
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-5.10/include/net/sctp/
H A Dsm.h277 struct sctp_ulpevent **evp);
281 struct sctp_ulpevent **evp);
285 struct sctp_ulpevent **evp);
289 struct sctp_ulpevent **evp);
293 struct sctp_ulpevent **evp);
297 struct sctp_ulpevent **evp);
/kernel/linux/linux-6.6/include/net/sctp/
H A Dsm.h280 struct sctp_ulpevent **evp);
284 struct sctp_ulpevent **evp);
288 struct sctp_ulpevent **evp);
292 struct sctp_ulpevent **evp);
296 struct sctp_ulpevent **evp);
300 struct sctp_ulpevent **evp);
/kernel/liteos_m/kal/posix/src/
H A Dtime.c129 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID) in timer_create() argument
134 if (!timerID || (clockID != CLOCK_REALTIME) || !evp) { in timer_create()
139 if ((evp->sigev_notify != SIGEV_THREAD) || evp->sigev_notify_attributes) { in timer_create()
144 ret = LOS_SwtmrCreate(1, LOS_SWTMR_MODE_ONCE, (SWTMR_PROC_FUNC)evp->sigev_notify_function, in timer_create()
145 &swtmrID, (UINT32)(UINTPTR)evp->sigev_value.sival_ptr in timer_create()
/kernel/linux/linux-5.10/tools/build/feature/
H A Dtest-libcrypto.c2 #include <openssl/evp.h>
/kernel/linux/linux-6.6/tools/build/feature/
H A Dtest-libcrypto.c2 #include <openssl/evp.h>
/kernel/liteos_a/syscall/
H A Dtime_syscall.c160 int SysTimerCreate(clockid_t clockID, struct ksigevent *evp, timer_t *timerID) in SysTimerCreate() argument
171 if (evp && LOS_ArchCopyFromUser(&ksevp, evp, sizeof(struct ksigevent))) { in SysTimerCreate()
176 ret = OsTimerCreate(clockID, evp ? &ksevp : NULL, &stimerID); in SysTimerCreate()
H A Dlos_syscall.h194 extern int SysTimerCreate(clockid_t clockID, struct ksigevent *evp, timer_t *timerID);
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dperf_event.c91 static int hw_perf_cache_event(int config, int *evp) in hw_perf_cache_event() argument
114 *evp = ev; in hw_perf_cache_event()
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Dperf_event.c73 static int hw_perf_cache_event(int config, int *evp) in hw_perf_cache_event() argument
96 *evp = ev; in hw_perf_cache_event()
/kernel/linux/linux-5.10/drivers/media/i2c/m5mols/
H A Dm5mols_controls.c390 unsigned int evp = val ? 0xe : 0x0; in m5mols_set_stabilization() local
393 ret = m5mols_write(sd, AE_EV_PRESET_MONITOR, evp); in m5mols_set_stabilization()
397 return m5mols_write(sd, AE_EV_PRESET_CAPTURE, evp); in m5mols_set_stabilization()
/kernel/linux/linux-5.10/scripts/
H A Dsign-file.c27 #include <openssl/evp.h>
/kernel/linux/linux-6.6/scripts/
H A Dsign-file.c27 #include <openssl/evp.h>
/kernel/linux/linux-6.6/tools/perf/util/
H A Dgenelf.c44 #include <openssl/evp.h>

Completed in 16 milliseconds