*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: loadfirmware | Section: 9 | Source: OpenBSD | File: loadfirmware.9
LOADFIRMWARE(9) FreeBSD Kernel Developer's Manual LOADFIRMWARE(9) NAME loadfirmware - load a firmware file from the filesystem SYNOPSIS #include <sys/device.h> int loadfirmware(const char *filename, u_char **buf, size_t *buflen); DESCRIPTION The loadfirmware() function loads a firmware from the file specified by filename in the directory /etc/firmware. Memory for the firmware is allocated using malloc(9) with type M_DEVBUF as need be, within a reasonable size limit. If no longer needed, the firmware buffer buf can be freed using free(9) with type M_DEVBUF. RETURN VALUES If successful, buf is set to point to the allocation and buflen is set to the size of the firmware. Then loadfirmware() returns 0. Otherwise, it returns an errno style error. FreeBSD 14.1-RELEASE-p8 June 4, 2013 FreeBSD 14.1-RELEASE-p8

Navigation Options