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

  /src/sys/external/bsd/libnv/dist/
nvlist.c 1 /* $NetBSD: nvlist.c,v 1.11 2024/09/11 15:01:11 riastradh Exp $ */
37 __FBSDID("$FreeBSD: head/sys/contrib/libnv/nvlist.c 335347 2018-06-18 22:57:32Z oshogbo $");
39 __RCSID("$NetBSD: nvlist.c,v 1.11 2024/09/11 15:01:11 riastradh Exp $");
120 struct nvlist { struct
135 MALLOC_DEFINE(M_NVLIST, "nvlist", "kernel nvlist");
459 * Dump content of nvlist.
660 * The function obtains size of the nvlist after nvlist_pack().
1472 NVLIST_EXISTS(nvlist, NVLIST)
    [all...]
  /src/usr.bin/config/
defs.h 121 struct nvlist { struct
122 struct nvlist *nv_next;
140 struct nvlist *cf_root; /* "root on ra0a" */
141 struct nvlist *cf_dump; /* "dumps on ra0b" */
155 struct nvlist *dl_depends;
204 struct nvlist *a_devs; /* children */
205 struct nvlist *a_refs; /* parents */
246 struct nvlist *p_devs; /* children using it */
299 struct nvlist *d_atlist; /* e.g., "at tg" (attr list) */
366 struct nvlist *fi_optf; /* flattened version of above, if needed *
    [all...]

Completed in 73 milliseconds