Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtsol/common/
H A Dgetpathbylabel.c232 char zonematch[ZONENAME_MAX + 20]; in getnfspathbyautofs() local
249 (void) strncpy(zonematch, ZONE_OPT, sizeof (zonematch)); in getnfspathbyautofs()
250 (void) strlcat(zonematch, zonename, sizeof (zonematch)); in getnfspathbyautofs()
273 if (strcmp(token, zonematch) == 0) { in getnfspathbyautofs()
277 if (strcmp(token, zonematch) == 0) { in getnfspathbyautofs()
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c246 boolean_t zonematch; in bpf_attachd() local
258 zonematch = B_TRUE; in bpf_attachd()
289 if (zonematch && niczone != zone) { in bpf_attachd()
305 if (zonematch && (zone == GLOBAL_ZONEID)) { in bpf_attachd()
311 zonematch = B_FALSE; in bpf_attachd()