Searched defs:ZONE_PATHLEN (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dzone.c37 #define ZONE_PATHLEN 32 macro
39 #define ZONE_PATHLEN 40 macro
88 char path[ZONE_PATHLEN];
154 len = mdb_readstr(path, ZONE_PATHLEN,
157 if (len == ZONE_PATHLEN)

Completed in 44 milliseconds