OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOFAIL
(Results
1 - 3
of
3
) sorted by relevancy
/src/tests/rump/rumpkern/h_server/
h_simpleserver.c
16
#define
NOFAIL
(e) do { int rv = e; if (rv) err(1, #e); } while (/*CONSTCOND*/0)
34
NOFAIL
(rump_daemonize_begin());
35
NOFAIL
(rump_init());
36
NOFAIL
(rump_init_server(argv[1]));
37
NOFAIL
(rump_daemonize_done(RUMP_DAEMONIZE_SUCCESS));
/src/lib/librumpuser/
rumpuser_int.h
85
#define
NOFAIL
(a) do {if (!(a)) abort();} while (0)
rumpuser_pth.c
67
NOFAIL
(ptidp = malloc(sizeof(*ptidp)));
148
NOFAIL
(mtx = aligned_alloc(RUMPUSER_LOCKALIGN, allocsz));
361
NOFAIL
(rw = aligned_alloc(RUMPUSER_LOCKALIGN, allocsz));
505
NOFAIL
(*cv = malloc(sizeof(struct rumpuser_cv)));
Completed in 33 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025