Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

1
2
3
4
5
6
7
8
9
/* $FreeBSD$ */

#define	min(a, b) ((a) > (b) ? (b) : (a))
#define	VALGRIND_MAKE_MEM_DEFINED(...)	0
#define	s6_addr32 __u6_addr.__u6_addr32
#define	STREAM_CLOEXEC "e"
#define	ENODATA ECONNREFUSED
#define	IBACM_PORT_FILE "/var/run/ibacm.port"