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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_config.c356 static const char *restricted = NULL; local
365 restricted = getenv("__ZFS_POOL_RESTRICT");
379 if (NULL == restricted)
382 cur = restricted;
/illumos-gate/usr/src/cmd/sh/
H A Dmsg.c62 const char restricted[] = "restricted"; variable
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_share.c841 * administration share names are restricted: C$, D$ etc. Returns B_TRUE
842 * if the share is restricted. Otherwise B_FALSE is returned to indicate
848 static char *restricted[] = { local
857 for (i = 0; i < sizeof (restricted)/sizeof (restricted[0]); i++) {
858 if (smb_strcasecmp(restricted[i], sharename, 0) == 0)
868 * Check whether or not access to the share should be restricted to

Completed in 65 milliseconds