Searched hist:"36 da5199bbd36b93cb5a52708ffcc2848a6637a6" (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libnv/ |
H A D | msgio.h | 36da5199bbd36b93cb5a52708ffcc2848a6637a6 Tue Nov 12 20:39:14 CET 2013 Pawel Jakub Dawidek <pjd@FreeBSD.org> Bring in libnv library for managing name/value pairs. The following types are currently supported:
- NV_TYPE_NULL - only name, no data; - NV_TYPE_BOOL - boolean (true or false); - NV_TYPE_NUMBER - 64bit unsigned integer; - NV_TYPE_STRING - C string; - NV_TYPE_NVLIST - nested nvlist; - NV_TYPE_DESCRIPTOR - file descriptor; - NV_TYPE_BINARY - binary data.
For detailed documentation and examples see nv(3) manual page.
Sponsored by: The FreeBSD Foundation
|
H A D | msgio.c | 36da5199bbd36b93cb5a52708ffcc2848a6637a6 Tue Nov 12 20:39:14 CET 2013 Pawel Jakub Dawidek <pjd@FreeBSD.org> Bring in libnv library for managing name/value pairs. The following types are currently supported:
- NV_TYPE_NULL - only name, no data; - NV_TYPE_BOOL - boolean (true or false); - NV_TYPE_NUMBER - 64bit unsigned integer; - NV_TYPE_STRING - C string; - NV_TYPE_NVLIST - nested nvlist; - NV_TYPE_DESCRIPTOR - file descriptor; - NV_TYPE_BINARY - binary data.
For detailed documentation and examples see nv(3) manual page.
Sponsored by: The FreeBSD Foundation
|
H A D | Makefile | 36da5199bbd36b93cb5a52708ffcc2848a6637a6 Tue Nov 12 20:39:14 CET 2013 Pawel Jakub Dawidek <pjd@FreeBSD.org> Bring in libnv library for managing name/value pairs. The following types are currently supported:
- NV_TYPE_NULL - only name, no data; - NV_TYPE_BOOL - boolean (true or false); - NV_TYPE_NUMBER - 64bit unsigned integer; - NV_TYPE_STRING - C string; - NV_TYPE_NVLIST - nested nvlist; - NV_TYPE_DESCRIPTOR - file descriptor; - NV_TYPE_BINARY - binary data.
For detailed documentation and examples see nv(3) manual page.
Sponsored by: The FreeBSD Foundation
|
/freebsd/share/mk/ |
H A D | bsd.libnames.mk | diff 36da5199bbd36b93cb5a52708ffcc2848a6637a6 Tue Nov 12 20:39:14 CET 2013 Pawel Jakub Dawidek <pjd@FreeBSD.org> Bring in libnv library for managing name/value pairs. The following types are currently supported:
- NV_TYPE_NULL - only name, no data; - NV_TYPE_BOOL - boolean (true or false); - NV_TYPE_NUMBER - 64bit unsigned integer; - NV_TYPE_STRING - C string; - NV_TYPE_NVLIST - nested nvlist; - NV_TYPE_DESCRIPTOR - file descriptor; - NV_TYPE_BINARY - binary data.
For detailed documentation and examples see nv(3) manual page.
Sponsored by: The FreeBSD Foundation
|
/freebsd/lib/ |
H A D | Makefile | diff 36da5199bbd36b93cb5a52708ffcc2848a6637a6 Tue Nov 12 20:39:14 CET 2013 Pawel Jakub Dawidek <pjd@FreeBSD.org> Bring in libnv library for managing name/value pairs. The following types are currently supported:
- NV_TYPE_NULL - only name, no data; - NV_TYPE_BOOL - boolean (true or false); - NV_TYPE_NUMBER - 64bit unsigned integer; - NV_TYPE_STRING - C string; - NV_TYPE_NVLIST - nested nvlist; - NV_TYPE_DESCRIPTOR - file descriptor; - NV_TYPE_BINARY - binary data.
For detailed documentation and examples see nv(3) manual page.
Sponsored by: The FreeBSD Foundation
|