| /netbsd-src/usr.bin/config/ |
| H A D | defs.h | 121 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 D | main.c | 105 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 D | util.c | 189 * 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 D | sem.h | 54 void defdevattach(struct deva *, struct devbase *, struct nvlist *, 70 void setconf(struct nvlist **, const char *, struct nvlist *); 81 struct condexpr *, struct nvlist *);
|
| H A D | sem.c | 79 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 D | files.c | 298 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 D | mkheaders.c | 63 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 D | mkmakefile.c | 80 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 D | lint.c | 101 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 D | gram.y | 87 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 D | README | 10 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 D | dsl_destroy.h | 34 struct nvlist; 38 int dsl_destroy_snapshots_nvl(struct nvlist *, boolean_t, 39 struct nvlist *);
|
| H A D | dmu.h | 73 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 D | cnvlist.c | 100 CNVLIST_GET(const nvlist_t *, nvlist, NVLIST) in CNVLIST_GET() 159 CNVLIST_TAKE(nvlist_t *, nvlist, NVLIST) 221 CNVLIST_FREE(nvlist)
|
| H A D | dnv.h | 50 struct nvlist; 52 typedef struct nvlist nvlist_t;
|
| H A D | cnv.h | 47 struct nvlist; 49 typedef struct nvlist nvlist_t;
|
| H A D | dnvlist.c | 84 DNVLIST_GET(const nvlist_t *, nvlist) in DNVLIST_GET() 121 DNVLIST_TAKE(nvlist_t *, nvlist) in DNVLIST_TAKE()
|
| H A D | 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"); 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 D | nv.h | 53 struct nvlist; 55 typedef struct nvlist nvlist_t;
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | spa_config.c | 79 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 D | srcs.mk | 5 LIBNV_SRCS= dnvlist.c msgio.c nvlist.c nvpair.c nv_kern_netbsd.c
|
| /netbsd-src/sys/external/bsd/libnv/conf/ |
| H A D | files.libnv | 9 file nvlist.c libnv
|
| /netbsd-src/sys/rump/kern/lib/libnv/ |
| H A D | Makefile | 11 SRCS= nvlist.c
|
| /netbsd-src/external/cddl/osnet/dist/common/zfs/ |
| H A D | zfs_deleg.h | 80 int zfs_deleg_verify_nvlist(nvlist_t *nvlist);
|
| /netbsd-src/sys/modules/npf/ |
| H A D | Makefile | 19 SRCS+= nvlist.c nvpair.c nv_kern_netbsd.c dnvlist.c
|