Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dbitset.c288 int i, anyset; in bitset_and() local
293 for (anyset = 0, i = 0; i < bs1->bs_words; i++) { in bitset_and()
295 anyset = 1; in bitset_and()
297 return (anyset); in bitset_and()
303 int i, anyset; in bitset_or() local
308 for (anyset = 0, i = 0; i < bs1->bs_words; i++) { in bitset_or()
310 anyset = 1; in bitset_or()
312 return (anyset); in bitset_or()
318 int i, anyset = 0; in bitset_xor() local
325 anyset = 1; in bitset_xor()
[all …]
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c1792 boolean_t anyset = B_FALSE; in xvattr_to_dosattr() local
1803 anyset = B_TRUE; in xvattr_to_dosattr()
1811 anyset = B_TRUE; in xvattr_to_dosattr()
1819 anyset = B_TRUE; in xvattr_to_dosattr()
1827 anyset = B_TRUE; in xvattr_to_dosattr()
1830 if (anyset == B_FALSE) in xvattr_to_dosattr()