Lines Matching defs:found
157 * If the requested domain is found and given 'di' pointer is not NULL
167 boolean_t found = B_FALSE;
181 found = (smb_strcasecmp(dcnode->di_nbname, name, 0) == 0) ||
184 if (found) {
192 found = (smb_strcasecmp(dcnode->di_fqname, name,
195 if (found) {
206 return (found);
212 * If the requested domain is found and given 'di' pointer is not NULL
222 boolean_t found = B_FALSE;
238 found = (strcmp(dcnode->di_sid, sidstr) == 0);
239 if (found) {
249 return (found);
255 * If the requested domain is found and given 'di' pointer is not NULL
265 boolean_t found = B_FALSE;
276 found = B_TRUE;
286 return (found);