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

/illumos-gate/usr/src/lib/libtsol/common/
H A Dgetpathbylabel.c235 char zonematch[ZONENAME_MAX + 20]; local
252 (void) strncpy(zonematch, ZONE_OPT, sizeof (zonematch));
253 (void) strlcat(zonematch, zonename, sizeof (zonematch));
276 if (strcmp(token, zonematch) == 0) {
280 if (strcmp(token, zonematch) == 0) {
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c245 boolean_t zonematch; local
257 zonematch = B_TRUE;
286 if (zonematch && niczone != zone) {
302 if (zonematch && (zone == GLOBAL_ZONEID)) {
308 zonematch = B_FALSE;

Completed in 47 milliseconds