Home
last modified time | relevance | path

Searched refs:nvlist (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/usr.bin/config/
H A Ddefs.h121 struct nvlist { struct
122 struct nvlist *nv_next; argument
140 struct nvlist *cf_root; /* "root on ra0a" */ argument
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 …]
H A Dmain.c105 struct nvlist *machinesubarches;
119 struct nvlist *options; /* options */
120 struct nvlist *fsoptions; /* filesystems */
121 struct nvlist *mkoptions; /* makeoptions */
122 struct nvlist *appmkoptions; /* appending mkoptions */
123 struct nvlist *condmkoptions; /* conditional makeoption table */
177 static struct nvlist **nextopt;
178 static struct nvlist **nextmkopt;
179 static struct nvlist **nextappmkopt;
180 static struct nvlist **nextcndmkop
[all...]
H A Dutil.c189 * nvlist
192 struct nvlist *
193 newnv(const char *name, const char *str, void *ptr, long long i, struct nvlist *next) in newnv()
195 struct nvlist *nv; in newnv()
209 * Free an nvlist structure (just one).
212 nvfree(struct nvlist *nv) in nvfree()
219 * Free an nvlist (the whole list).
222 nvfreel(struct nvlist *nv) in nvfreel()
224 struct nvlist *next; in nvfreel()
232 struct nvlist *
[all...]
H A Dsem.h54 void defdevattach(struct deva *, struct devbase *, struct nvlist *,
70 void setconf(struct nvlist **, const char *, struct nvlist *);
81 struct condexpr *, struct nvlist *);
H A Dsem.c79 static struct nvlist *addtoattr(struct nvlist *, struct devbase *);
80 static int resolve(struct nvlist **, const char *, const char *,
81 struct nvlist *, int);
106 static struct nvlist *
110 struct nvlist *stack = NULL; in makedevstack()
119 devcleanup(struct nvlist *stack) in devcleanup()
121 struct nvlist *nv; in devcleanup()
499 static struct nvlist *
500 addtoattr(struct nvlist *
[all...]
H A Dfiles.c298 struct nvlist *flathead, **flatp; in fixfiles()
511 struct nvlist ***p = context; in fixcount()
513 struct nvlist *nv; in fixcount()
532 struct nvlist ***p = context; in fixfsel()
533 struct nvlist *nv; in fixfsel()
595 prexpr(struct nvlist *expr) in prexpr()
606 pr0(struct nvlist *e) in pr0()
H A Dmkheaders.c63 static int emitcnt(struct nvlist *);
162 fprintcnt(FILE *fp, struct nvlist *nv) in fprintcnt()
171 emitcnt(struct nvlist *head) in emitcnt()
174 struct nvlist *nv; in emitcnt()
234 struct nvlist *option; in defopts_print()
H A Dmkmakefile.c80 static void emitmkoption(FILE *, const char *, const struct nvlist *);
215 emitmkoption(FILE *fp, const char *ass, const struct nvlist *nv) in emitmkoption()
233 struct nvlist *option; in emitsubs()
279 struct nvlist *nv; in emitdefs()
652 struct nvlist *nv; in emitappmkoptions()
H A Dlint.c101 do_emit_fs(const char *name, struct nvlist *nv, void *v) in do_emit_fs()
129 struct nvlist *nv1; in do_emit_instances()
H A Dgram.y87 DECL_ALLOCWRAP(nvlist);
145 static void setmachine(const char *, const char *, struct nvlist *, int);
159 struct nvlist *list;
532 struct nvlist *__nv1, *__nv2;
1235 DEF_ALLOCWRAP(nvlist);
1322 setmachine(const char *mch, const char *mcharch, struct nvlist *mchsubarches, in setmachine()
1326 struct nvlist *nv; in setmachine()
/netbsd-src/usr.sbin/npf/npftest/
H A DREADME10 npfctl debug npftest.conf /tmp/npf.nvlist
11 npftest -c /tmp/npf.nvlist -t
16 npfctl debug npftest.conf /tmp/npf.nvlist
17 npftest -c /tmp/npf.nvlist -s stream.pcap > stream_npf_data.txt
23 npftest -b rule -c /tmp/npf.nvlist -p $ncpu
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddsl_destroy.h34 struct nvlist;
38 int dsl_destroy_snapshots_nvl(struct nvlist *, boolean_t,
39 struct nvlist *);
H A Ddmu.h73 struct nvlist;
282 struct nvlist *snaps);
284 int dsl_destroy_snapshots_nvl(struct nvlist *snaps, boolean_t defer,
285 struct nvlist *errlist);
849 void dmu_objset_stats(objset_t *os, struct nvlist *nv);
/netbsd-src/sys/external/bsd/libnv/dist/
H A Dcnvlist.c100 CNVLIST_GET(const nvlist_t *, nvlist, NVLIST) in CNVLIST_GET()
159 CNVLIST_TAKE(nvlist_t *, nvlist, NVLIST)
221 CNVLIST_FREE(nvlist)
H A Ddnv.h50 struct nvlist;
52 typedef struct nvlist nvlist_t;
H A Dcnv.h47 struct nvlist;
49 typedef struct nvlist nvlist_t;
H A Ddnvlist.c84 DNVLIST_GET(const nvlist_t *, nvlist) in DNVLIST_GET()
121 DNVLIST_TAKE(nvlist_t *, nvlist) in DNVLIST_TAKE()
H A Dnvlist.c1 /* $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"); argument
459 * Dump content of nvlist.
660 * The function obtains size of the nvlist after nvlist_pack().
1472 NVLIST_EXISTS(nvlist, NVLIST) in NVLIST_EXISTS()
1609 NVLIST_ADD(const nvlist_t *, nvlist)
[all...]
H A Dnv.h53 struct nvlist;
55 typedef struct nvlist nvlist_t;
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa_config.c79 nvlist_t *nvlist, *child; in spa_config_load() local
116 if (nvlist_unpack(buf, fsize, &nvlist, KM_SLEEP) != 0) in spa_config_load()
125 while ((nvpair = nvlist_next_nvpair(nvlist, nvpair)) != NULL) { in spa_config_load()
137 nvlist_free(nvlist); in spa_config_load()
/netbsd-src/external/bsd/libnv/lib/
H A Dsrcs.mk5 LIBNV_SRCS= dnvlist.c msgio.c nvlist.c nvpair.c nv_kern_netbsd.c
/netbsd-src/sys/external/bsd/libnv/conf/
H A Dfiles.libnv9 file nvlist.c libnv
/netbsd-src/sys/rump/kern/lib/libnv/
H A DMakefile11 SRCS= nvlist.c
/netbsd-src/external/cddl/osnet/dist/common/zfs/
H A Dzfs_deleg.h80 int zfs_deleg_verify_nvlist(nvlist_t *nvlist);
/netbsd-src/sys/modules/npf/
H A DMakefile19 SRCS+= nvlist.c nvpair.c nv_kern_netbsd.c dnvlist.c

12