Searched refs:sev (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/tests/sys/aio/
H A Dlio_test.c68 struct sigevent sev[2]; local
100 sev[i].sigev_notify = SIGEV_KEVENT;
101 sev[i].sigev_notify_kqueue = kq;
102 sev[i].sigev_value.sival_ptr = udata[i];
113 ATF_REQUIRE_EQ(0, lio_listio(LIO_NOWAIT, list[0], ios_per_call, &sev[0]));
114 ATF_REQUIRE_EQ(-1, lio_listio(LIO_NOWAIT, list[1], ios_per_call, &sev[1]));
141 struct sigevent sev; local
150 sev.sigev_notify = SIGEV_KEVENT;
151 sev.sigev_notify_kqueue = kq;
152 sev
169 struct sigevent sev; local
190 struct sigevent sev; local
[all...]
H A Daio_test.c205 static struct sigevent sev; local
208 sev.sigev_notify = SIGEV_SIGNAL;
209 sev.sigev_signo = SIGUSR1;
211 return (&sev);
222 static struct sigevent sev; local
225 sev.sigev_notify = SIGEV_THREAD;
226 sev.sigev_notify_function = thr_handler;
227 sev.sigev_notify_attributes = NULL;
228 return (&sev);
260 aio_write_test(struct aio_context *ac, completion comp, struct sigevent *sev) argument
289 aio_read_test(struct aio_context *ac, completion comp, struct sigevent *sev) argument
331 aio_file_test(completion comp, struct sigevent *sev) argument
382 aio_fifo_test(completion comp, struct sigevent *sev) argument
449 aio_unix_socketpair_test(completion comp, struct sigevent *sev) argument
514 aio_pty_test(completion comp, struct sigevent *sev) argument
580 aio_pipe_test(completion comp, struct sigevent *sev) argument
661 aio_md_test(completion comp, struct sigevent *sev) argument
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dfmtmsg.c49 fmtmsg(long class, const char *label, int sev, const char *text, argument
69 output = printfmt(msgverb, class, label, sev, text, action,
81 output = printfmt(DFLT_MSGVERB, class, label, sev, text,
113 printfmt(char *msgverb, long class, const char *label, int sev, argument
123 if ((sevname = sevinfo(sev)) != NULL)
141 strlcat(output, sevinfo(sev), size);
181 sevinfo(int sev) argument
184 switch (sev) {
/freebsd-11-stable/sys/arm/ti/omap4/
H A Domap4_mp.c68 sev();
/freebsd-11-stable/contrib/amd/libamu/
H A Dxutil.c328 char *sev; local
353 sev = "fatal:";
356 sev = "error:";
359 sev = "user: ";
362 sev = "warn: ";
365 sev = "info: ";
368 sev = "debug:";
371 sev = "map: ";
374 sev = "stats:";
377 sev
[all...]
/freebsd-11-stable/sys/arm/xilinx/
H A Dzy7_mp.c98 sev();
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2836_mp.c122 sev();
139 /* dsb and sev */
141 sev();
/freebsd-11-stable/sys/arm/altera/socfpga/
H A Dsocfpga_mp.c155 sev();
/freebsd-11-stable/sys/arm/rockchip/
H A Drk30xx_mp.c167 sev();
/freebsd-11-stable/sys/arm/mv/armada38x/
H A Dpmsu.c150 sev();
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_mp.c128 sev();
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_mp.c154 sev();
/freebsd-11-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_mp.c125 sev();
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dhttpd.c665 isc_socketevent_t *sev = (isc_socketevent_t *)ev; local
674 if (sev->result != ISC_R_SUCCESS) {
680 result = process_request(httpd, sev->n);
919 isc_socketevent_t *sev = (isc_socketevent_t *)ev; local
930 ISC_LIST_UNLINK(sev->bufferlist, &httpd->headerbuffer, link);
947 ISC_LIST_UNLINK(sev->bufferlist, &httpd->bodybuffer, link);
951 if (sev->result != ISC_R_SUCCESS) {
/freebsd-11-stable/sys/arm/allwinner/
H A Daw_mp.c197 sev();
284 sev();
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dlog.c188 const char *sev, const char *fac)
198 i = find_value(sev, syslogvals);
186 open_syslog(krb5_context context, krb5_log_facility *facility, int min, int max, const char *sev, const char *fac) argument
/freebsd-11-stable/sys/arm/arm/
H A Dmp_machdep.c472 sev();
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_mp.c491 sev();
/freebsd-11-stable/sys/arm/include/
H A Dcpu-v6.h59 #define sev() __asm __volatile("sev" : : : "memory") macro
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c564 #define LOGEQ(sev,msg) do { \
565 tt_int_op(logsev,==,sev); \
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c8411 X(sev, bf40, f3af9004), /* typo, 8004? */
15327 tCE(sev, 320f004, sev, 0, (), noargs, t_hint),

Completed in 206 milliseconds