Searched defs:found (Results 251 - 275 of 531) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddcpc.c136 cmn_err(CE_NOTE, "dcpc_fire: no counter overflow found\n");
297 int found = 0, j; local
312 while (p < end && found == 0) {
316 found = 1;
322 if (found)
450 * the request set for any entries found.
736 int i, found = 0; local
761 found = 1;
770 if (!found) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_db.c84 * Caller does not want this entry to be found any longer
604 (CE_NOTE, "Entry for %p in %s not found",
768 bool_t found; local
780 found = FALSE;
798 found = TRUE;
802 if (found) {
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c312 * % has been found.
1212 int found = 1; local
1216 while (found) {
1218 found = 0;
1233 found = 1;
1299 if (!found && i != argno) {
1303 found = 1;
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_gen.c422 * updates offset to point just past the section that was found
1084 int found; local
1095 found = (sp->s_servers != NULL);
1102 if (found == 0)
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_cryptoadm.c921 boolean_t found = B_FALSE; local
950 found = !is_mech_disabled_byname(pd->pd_prov_type,
953 if (found)
958 * If we found the mechanism, then it means it is still enabled for
962 return (!found);
1067 if (strncmp(name, p->ce_name, MAXNAMELEN) == 0) { /* found */
1173 * has the specified mechanism in its mechanism list. If found,
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_regd.c281 int i, found; local
300 for (i = 0, found = 0;
301 (i < ARRAY_SIZE(regDomainPairs)) && (!found); i++) {
304 found = 1;
307 if (!found) {
323 found = ath9k_regd_is_valid_reg_domain(regDmn, rd);
324 if (!found) {
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_browser.c1094 "smb browser: master browser found at %s",
1297 * The dc argument will be set if a DC is found.
1303 boolean_t found = B_FALSE; local
1328 found = B_TRUE;
1332 return (found);
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c524 * found link to device in /devices
527 * not found entry of the form c10
849 "Reserved value found"));
992 for (found = 0, search_arr_ptr = s_ptr; \
996 found = 1;\
1005 * The FCA type and Xport type if found in the path on success
1033 char found; /* Updated by GetMatch marco */ local
1079 if (found == 0) {
1085 if (found != 0) {
1094 if (found
[all...]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_wr.c130 int found = 0, last_container; local
183 * the "found" flag and bail out.
186 found = 1;
219 * If the entry was found in this container, then continue to
223 * below can catch the case where no matching entry was found
226 if (found) {
245 /* Ensure that we've actually found what we were searching for */
/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c594 int found = 0; local
602 found++;
607 ASSERT(entry_present == NULL || found == 1);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c1377 * Pointer to the opcode in the buffer if opcode found.
1378 * NULL if opcode is not found.
1388 uint32_t found = 0; local
1402 found = 1;
1404 found = 0;
1411 /* found opcode requested */
1412 found = 1;
1432 return (found == 1 ? vpd : NULL);
1496 * we found it, but the tag doesn't have a data
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c610 * ib_set_client_data() and returns NULL if it's not found.
617 boolean_t found = B_FALSE; local
635 found = B_TRUE;
639 if (!found) {
643 "no ib_device found", device, client);
663 * ib_get_client_data(). If the specified device is not found, the function
671 boolean_t found = B_FALSE; local
678 cmn_err(CE_WARN, "No client context found for %s/%s\n",
687 found = B_TRUE;
691 if (!found) {
[all...]
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c764 /* Match with a physical slot, found */
941 PCIE_DBG("pcishpc_destroy_controller() not found\n");
1891 int slots_before, found; local
1933 pci_id_cnt = slots_before = found = 0;
1940 while (!found && (pci_id_cnt < 32)) {
1955 found = 1;
1983 /* slot-names entry not found */
1985 "No slot-names entry found for slot #%d\n",
/illumos-gate/usr/src/uts/common/io/
H A Dvcons.c1319 vc_state_t target, *found; local
1322 found = avl_find(&vc_avl_root, &target, &where);
1323 ASSERT(found != NULL && found->vc_flags == 0);
1324 avl_remove(&vc_avl_root, found);
1325 kmem_free(found, sizeof (vc_state_t));
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_acl.c114 * This is the catchall entry. If nothing else appropriate is found, or in
207 int t, found, opok, nmatch;
235 found = 0;
238 found = 1;
245 if (!found) {
205 int t, found, opok, nmatch; local
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c202 int found; local
225 found = 0;
241 found = 1;
247 if (found) {
256 } while (found && *value != '\0');
298 pkiDebug("%s: found keyword '%s'\n", __FUNCTION__, kw->value);
351 pkiDebug("%s: found value '%s'\n", __FUNCTION__, value);
627 pkiDebug("%s: After checking %d certs, we found %d matches\n",
768 pkiDebug("%s: no matching rules found in config file\n", __FUNCTION__);
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_rename.c1082 role_change_tab_t *found = NULL; local
1084 for (rp = role_swap_tab; !found && (rp->old_role != MDRR_UNK); rp++) {
1087 found = rp;
1094 ASSERT(found);
1095 ASSERT(found->default_svc != ILLEGAL_ROLESWAP_SVC);
1096 ASSERT(found->svc_name != ILLEGAL_SVC_NAME);
1098 if (!found ||
1099 (found->default_svc == ILLEGAL_ROLESWAP_SVC) ||
1100 (found->svc_name == ILLEGAL_SVC_NAME)) {
1104 return (found);
[all...]
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc_bd.c899 int found = 0; local
963 found++;
967 return (found);
974 int found; local
982 found = fhc_bdlist_scan(SYSC_CFGA_RSTATE_EMPTY, jtm);
983 if (!found)
984 found |= fhc_bdlist_scan(SYSC_CFGA_RSTATE_DISCONNECTED, jtm);
985 if (!found)
990 return (found);
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux_ioctl.c119 sm_dbg('M', ("mblk2assoc (%d): dev %d:%d not found\n",
356 boolean_t found; local
369 found = B_FALSE;
384 if (!found && append) {
388 found = B_TRUE;
416 } else if (!found) {
846 sm_dbg('M', ("Query Link (%d): dev %d:%d not found\n",
/illumos-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.c660 struct memlist *found; local
670 if ((found = ndata_select_chunk(ndata, wanted, alignment)) == NULL)
676 base = roundup(found->ml_address, alignment);
678 ASSERT(end <= found->ml_address + found->ml_size);
680 below = base - found->ml_address;
681 above = found->ml_address + found->ml_size - end;
688 found->ml_size = below - below % ecache_alignsize;
695 if ((fnd_above->ml_next = found
[all...]
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dacebus.c929 int length, rnums, imask[3], i, found = 0; local
932 * If "ranges" property is found, then the device is initialized
974 found = 1;
978 if (!found) {
983 found = 0;
998 found = 1;
1002 if (!found) {
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_subr.c298 int found; local
310 found = findoffset(hdl, node, &props[0], code, &offset);
311 ASSERT(found);
313 if (found)
316 return (found == 1);
356 int found; local
367 found = findoffset(hdl, node, &regs[0], code, &offset);
368 ASSERT(found);
370 ASSERT(found);
371 if (found)
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmicrocode.c353 /* No equivalent CPU id found, assume outdated microcode file. */
544 * We found a microcode file for the CPU we are processing,
928 /* No equivalent CPU id found, assume outdated microcode file. */
972 int found = 0; local
1020 found = 1;
1026 if (!found)
1039 int found = 0; local
1092 found = 1;
1134 if (!found)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_event.c441 uint32_t found = 0; local
458 found = 1;
465 return (found);
966 uint32_t found; local
1039 found = 0;
1044 found = 1;
1051 if (!found) {
1059 /* !!! Next event found !!! */
1391 uint32_t found; local
1461 found
[all...]
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmisc.cc200 Boolean found; local
201 np = hashtab.insert(mbs_name, found);
202 if (found) {
965 Name_set::insert(const char *key, Boolean &found) argument
976 found = false;
986 found = false;
993 found = true;
998 found = false;

Completed in 392 milliseconds

<<11121314151617181920>>