Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libvmmapi/
H A Dvmmapi.c914 static const char *capstrmap[] = { variable
933 for (i = 0; i < (int)nitems(capstrmap); i++) { in vm_capability_name2type()
934 if (strcmp(capstrmap[i], capname) == 0) in vm_capability_name2type()
944 if (type >= 0 && type < (int)nitems(capstrmap)) in vm_capability_type2name()
945 return (capstrmap[type]); in vm_capability_type2name()