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

  /src/usr.bin/config/
util.c 233 nvcat(struct nvlist *nv1, struct nvlist *nv2) function in typeref:struct:nvlist *
gram.y 518 | devnodetype ',' devnodeflags { $$ = nvcat($1, $3); }
525 | VECTOR '=' devnode_dims { $$ = nvcat(new_s("DEVNODE_VECTOR"), $3); }
536 $$ = nvcat(__nv1, __nv2);
defs.h 672 struct nvlist *nvcat(struct nvlist *, struct nvlist *);

Completed in 13 milliseconds