Searched defs:reported (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_ssnsetup.c327 static boolean_t reported = B_FALSE; local
495 if (!reported && ctx->ct_srv_OS != NULL && ctx->ct_srv_LM != NULL) {
496 reported = B_TRUE;
/osnet-11/usr/src/lib/libshare_plugins/smb/
H A Dlibshare_smb.c1114 static boolean_t reported = B_FALSE; local
1126 reported = B_FALSE;
1131 if (!reported) {
1135 reported = B_TRUE;
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_vdev.c656 boolean_t reported; local
667 * The 'reported' variable indicates that we've
668 * already reported an error for this spec, so don't
672 reported = B_FALSE;
716 if (!reported && type != NULL && strcmp(type, childtype) != 0) {
722 reported = B_TRUE;
757 if (!reported &&
765 reported = B_TRUE;
771 /* success if we haven't reported an error */
772 return (!reported);
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses.c1405 * "libses-elem-sensor-self-reported" needs to be reported
1407 * SES element has its sensors self-reported.
1451 /* create the enclosure sensor self reported property. */
1536 * 'reported-via' property to know that this controller corresponds to
1645 * We are adding reported target path using the report bit
1675 * reported target path since there may be multiple
1702 * There should be at least one reported target for
1704 * due to missing reported target we create the prop
1705 * only when the reported targe
3686 boolean_t ext_managed = B_FALSE, reported = B_FALSE; local
[all...]

Completed in 25 milliseconds