Home
last modified time | relevance | path

Searched refs:capstrmap (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/lib/libvmmapi/
H A Dvmmapi.c896 static const char *capstrmap[] = { variable
910 for (i = 0; i < (int)nitems(capstrmap); i++) { in vm_capability_name2type()
911 if (strcmp(capstrmap[i], capname) == 0) in vm_capability_name2type()
921 if (type >= 0 && type < (int)nitems(capstrmap)) in vm_capability_type2name()
922 return (capstrmap[type]); in vm_capability_type2name()