Searched defs:found (Results 276 - 300 of 531) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_table.cc157 entryp found = head->where; local
161 WRITEUNLOCK(this, found, "wu db_free_list::pop");
162 return (found);
193 * n2 is the number of entries actually found in the freelist.
502 * 'where'. Return NULL in both if no next entry is found.
527 * 'newentry'. Return NULL in both if no next entry is found.
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_domain.c157 * If the requested domain is found and given 'di' pointer is not NULL
167 boolean_t found = B_FALSE; local
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; local
238 found
265 boolean_t found = B_FALSE; local
[all...]
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c265 int found = 0; local
353 "statefile path %s was not found.\n", sfpath);
364 found = 1;
372 * If we have found a filesystem mounted on the current
378 if (found) {
384 found = 0;
/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_inbound.c331 int i, found = 0; local
355 found = 1;
366 if (found) {
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dentry.c65 int *found, int *errp);
672 * the whole disk, continue. If another slice is found
808 int found; local
827 found = 0;
830 found = 1;
836 return (found);
840 * Returns 'in use' details, if found, about a specific dev_name,
853 int found = 0; local
870 * for in use statistics. So, return found, which is == 0.
873 return (found);
1266 build_usage_string(char *dname, char *by, char *data, char **msg, int *found, int *errp) argument
[all...]
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dmodule.c772 int *intp, bestver, blen, clen, found, ival, modnamelen, reclen; local
776 found = 0;
785 while (recptr < bufend && !found) {
801 found = 1;
820 if (found)
826 * If nothing found or hints is absent - fallback to the old way
829 if (!found && !bestver && result == NULL)
/illumos-gate/usr/src/uts/common/os/
H A Dnetstack.c358 /* Not found */
950 * Increases the reference count if found; caller must do a
985 * Increases the reference count if found; caller must do a
1018 * Increases the reference count if found; caller must do a
1068 boolean_t found; local
1099 found = B_FALSE;
1105 found = B_TRUE;
1109 ASSERT(found);
/illumos-gate/usr/src/uts/i86pc/io/psm/
H A Dpsm_common.c128 /* look until a matching dev/pin is found */
163 * link device is already configured (i.e. found in the irq cache)
194 PSM_VERBOSE_IRQ((CE_CONT, "!psm: link object found from cache "
436 * entry is found or the top is reached
609 PSM_VERBOSE_IRQ((CE_WARN, "!psm: no crs object found or"
674 * Returns the interrupt flags, if a match was found, in `intr_flagp' if
680 int found = 0; local
683 while (irqlistp != NULL && !found) {
688 found = 1;
694 return (found
[all...]
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Dsvc_rpcsec_gss.c430 bool_t ret = TRUE, found = FALSE; local
439 found = TRUE;
450 if (!found) {
1423 * return cred if found,
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c109 /* CFGA_SATA_AP / CFGA_APID_NOEXIST -> "Attachment point not found" */
263 boolean_t found = B_FALSE; local
297 while (!found && (err = readdir_r(dp, dep, &newdep)) == 0 &&
321 found = B_TRUE;
353 found = B_TRUE;
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c784 int len, found = 0; local
852 /* the path apid not found */
867 found = 1;
873 if (!found) {
/illumos-gate/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi.c306 boolean_t found = B_FALSE; local
316 found = B_TRUE;
323 return (found);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_file.c907 /* found a match */
1116 "Key table file '%s' not found"),
1648 krb5_boolean found = FALSE;
1662 while (!found) {
1686 found = TRUE;
1696 } else if (!found) {
1700 found = TRUE;
1645 krb5_boolean found = FALSE; local
/illumos-gate/usr/src/lib/libsec/common/
H A Dacltext.c1129 uint32_t p_value; /* value for perm when pletter found */
1191 int i, found; local
1207 for (found = 0, i = 0; i != count; i++) {
1210 found = 1;
1214 if (found == 0)
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_dialog.c1219 sip_dialog_dontfree(void *obj, void *hindex, int *found) argument
1223 *found = 0;
1227 *found = 1;
1240 sip_dialog_free(void *obj, void *hindex, int *found) argument
1244 *found = 0;
1248 *found = 1;
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c124 gettext("No server found in configuration"));
582 * Returns: -1 = failure, the Connection ID found = success.
638 /* found an available connection */
645 "tid %d: Connection found cID=%d\n", t, i);
711 /* connection found in cache */
713 (void) fprintf(stderr, "tid= %d: connection found in "
887 * a). A good server is found or
1324 int found = 0; local
1335 found = 1;
1340 return (found);
[all...]
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlaggr.c892 * B_TRUE if a match was found, B_FALSE otherwise.
940 * B_TRUE if a match was found, B_FALSE otherwise.
1453 boolean_t found; member in struct:i_walk_key_state_s
1473 statep->found = B_TRUE;
1490 state.found = B_FALSE;
1495 if (state.found == B_TRUE) {
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_module.c524 * If the section isn't found, return success but leave cts_data set
1381 int found = 0; local
1470 found++;
1474 if (found == 0)
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtrace_jni.c853 dtj_throw_illegal_state(env, "program not found");
1786 boolean_t found; local
1814 found = B_FALSE;
1821 found = B_TRUE;
1827 if (program && !found) {
1828 dtj_throw_no_such_element(env, "program not found");
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_db.c1846 int found = 0; local
1868 found = 1;
1878 * There are four combinations of "errored" and "found"
1885 if (errored && !found) /* errored and !found */
1887 else if (!found) /* !errored and !found */
1889 else if (errored) /* errored and found */
1892 * else it is !errored and found. This means
/illumos-gate/usr/src/lib/libpkg/common/
H A Dkeystore.c130 boolean_t found = B_FALSE; local
154 found = B_TRUE;
189 found = B_TRUE;
203 if (found) {
592 /* whoops, found one already */
679 /* no key/cert pair found. bail. */
817 /* whoops, found one already */
845 /* whoops, found one already */
888 boolean_t found = B_FALSE; local
903 found
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/sunfire/common/
H A Dsunfire.c551 "No failures found in System\n"), 0);
660 * told us to do logging, and we found a system failure.
935 /* If no flashprom node found, continue */
939 /* flashprom node found, display board# */
986 int found; local
1107 * not found, then create a new one.
1112 found = 0;
1113 while ((i < MAX_GROUPS) && !found && (intrp->valid != 0)) {
1118 found = 1;
1127 if (!found) {
[all...]
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c1719 int found; local
1725 * then search the list of workers until a queue is found unlocked,
1746 found = 0;
1750 found = 1;
1757 if (found) {
1765 found = 1;
1775 if (!found) {
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcrypt.c112 static struct crypt_alg_s *getalgbyname(const char *algname, boolean_t *found);
150 boolean_t found; local
171 * have returned with found = B_FALSE so we use the unix algorithm.
172 * If alg is NULL but found = B_TRUE then there is a problem with
181 alg = getalgbyname(algname, &found);
182 if ((alg == NULL) || !found) {
187 } else if (!found) {
224 boolean_t found; local
249 alg = getalgbyname(algname, &found);
250 if (alg == NULL || !found) {
485 getalgbyname(const char *algname, boolean_t *found) argument
[all...]
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcertgetsetop.c122 * the extension if it is found.
125 * KMF_OK - if extension found and copied OK.
126 * KMF_ERR_EXTENSION_NOT_FOUND - extension not found.
136 int i, found = 0; local
150 for (i = 0; !found &&
156 found++;
160 if (!found)
177 * KMF_OK - if extension found and copied OK.
182 * NumOIDs - number of critical extensions found.
262 * KMF_ERR_EXTENSION_NOT_FOUND - extension not found
[all...]

Completed in 188 milliseconds

<<11121314151617181920>>