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

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa_config.c 32 #include <sys/nvpair.h>
80 nvpair_t *nvpair; local
124 nvpair = NULL;
125 while ((nvpair = nvlist_next_nvpair(nvlist, nvpair)) != NULL) {
126 if (nvpair_type(nvpair) != DATA_TYPE_NVLIST)
129 child = fnvpair_value_nvlist(nvpair);
131 if (spa_lookup(nvpair_name(nvpair)) != NULL)
133 (void) spa_add(nvpair_name(nvpair), child, NULL);
  /src/external/cddl/osnet/dist/uts/common/sys/
nvpair.h 78 typedef struct nvpair { struct
79 int32_t nvp_size; /* size of this nvpair */
245 /* processing nvpair */
  /src/sys/external/bsd/libnv/dist/
nvpair.c 1 /* $NetBSD: nvpair.c,v 1.14 2026/01/11 16:23:36 christos Exp $ */
37 __FBSDID("$FreeBSD: head/sys/contrib/libnv/nvpair.c 335382 2018-06-19 18:43:02Z lwhsu $");
39 __RCSID("$NetBSD: nvpair.c,v 1.14 2026/01/11 16:23:36 christos Exp $");
109 struct nvpair { struct
117 TAILQ_ENTRY(nvpair) nvp_next;

Completed in 51 milliseconds