next up previous contents index
Next: 25.0.7 fs_netbsd_mount: Mount a Up: 25 NetBSD File Systems: Previous: 25 NetBSD File Systems:

25.0.6 fs_netbsd_init: Initialize the NetBSD fs library

 

SYNOPSIS

#include <oskit/fs/netbsd.h>

oskit_error_t fs_netbsd_init(void);

DIRECTION

client OS tex2html_wrap_inline32841 filesystem library

DESCRIPTION

This function initializes the NetBSD fs library, and must be invoked prior to the first call to fs_netbsd_mount. This function only needs to be invoked once by the client operating system.

RETURNS

Returns 0 on success, or an error code specified in <oskit/error.h>, on error.



University of Utah Flux Research Group