HomeSort by: relevance | last modified time | path
    Searched defs:nvlist_exists (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/libnv/dist/
nvlist.c 1454 nvlist_exists(const nvlist_t *nvl, const char *name) function in typeref:typename:bool
1460 #define NVLIST_EXISTS(type, TYPE) \
1468 NVLIST_EXISTS(null, NULL)
1469 NVLIST_EXISTS(bool, BOOL)
1470 NVLIST_EXISTS(number, NUMBER)
1471 NVLIST_EXISTS(string, STRING)
1472 NVLIST_EXISTS(nvlist, NVLIST)
1473 NVLIST_EXISTS(binary, BINARY)
1474 NVLIST_EXISTS(bool_array, BOOL_ARRAY)
1475 NVLIST_EXISTS(number_array, NUMBER_ARRAY
    [all...]
nvlist.c 1454 nvlist_exists(const nvlist_t *nvl, const char *name) function in typeref:typename:bool
1460 #define NVLIST_EXISTS(type, TYPE) \
1468 NVLIST_EXISTS(null, NULL)
1469 NVLIST_EXISTS(bool, BOOL)
1470 NVLIST_EXISTS(number, NUMBER)
1471 NVLIST_EXISTS(string, STRING)
1472 NVLIST_EXISTS(nvlist, NVLIST)
1473 NVLIST_EXISTS(binary, BINARY)
1474 NVLIST_EXISTS(bool_array, BOOL_ARRAY)
1475 NVLIST_EXISTS(number_array, NUMBER_ARRAY
    [all...]

Completed in 24 milliseconds