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

  /src/sys/rump/kern/lib/libnv/
Makefile 12 SRCS+= nvpair.c
  /src/sys/modules/npf/
Makefile 19 SRCS+= nvlist.c nvpair.c nv_kern_netbsd.c dnvlist.c
  /src/sys/rump/net/lib/libnpf/
Makefile 23 SRCS+= nvlist.c nvpair.c nv_kern_netbsd.c dnvlist.c
  /src/sys/external/bsd/libnv/dist/
nv_impl.h 44 struct nvpair;
46 typedef struct nvpair nvpair_t;
140 /* Function removes the given nvpair from the nvlist. */
nvpair_impl.h 51 TAILQ_HEAD(nvl_head, nvpair);
nvpair.c 1 /* $NetBSD: nvpair.c,v 1.13 2024/09/04 12:57:10 riastradh 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.13 2024/09/04 12:57:10 riastradh Exp $");
109 struct nvpair { struct
117 TAILQ_ENTRY(nvpair) nvp_next;

Completed in 14 milliseconds