Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dacpi.c349 static char iaslbuf[3*MAXPATHLEN + 10]; in basl_compile() local
369 snprintf(iaslbuf, sizeof(iaslbuf), in basl_compile()
373 err = system(iaslbuf); in basl_compile()