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

  /src/lib/libnpf/
npf.c 262 if (!nvlist_exists(req, "version")) {
483 if (params == NULL || !nvlist_exists(params, name)) {
496 if (nvlist_exists(ncf->ncf_dict, "params")) {
506 if (nvlist_exists(params, name)) {
1114 if (nvlist_exists(nt->rule_dict, "nat-addr")) {
  /src/sys/external/bsd/libnv/dist/
nv.h 122 * The nvlist_exists functions check if the given name (optionally of the given
126 bool nvlist_exists(const nvlist_t *nvl, const char *name);
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...]
nvpair.c 228 !nvlist_exists(nvl, nvpair_name(nvp)));

Completed in 16 milliseconds