bundletype
OSEnvLog_T


bundletype OSEnvLog_T = { include "${OSKITDIR}/oskit/dev/dev.h"
osenv_log
osenv_vlog }

C types:

void osenv_log(int priority,const char *fmt,...);
void osenv_vlog(int priority,const char *fmt,void *vl);

Extended by:

Exported by:
OSEnv, osenv_layer, osenv_log

Imported by:
bootp, example_disknet, freebsd_net, linux_dev, linux_devices, linux_ether_support, linux_fs_base, linux_ide, netbsd_fs, osenv_dump, osenv_irq, osenv_logobj, osenv_panic, osenv_pci, osenv_rtc, osenv_softirq, osenv_timer


Rendered using Haskell HTML Combinators