Searched refs:found (Results 176 - 200 of 698) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl59 # and append any tst.*.d, tst.*.ksh, err.*.d or drp.*.d files found within
217 # Return 1 if the test is found in the exception set, 0 otherwise.
246 # that a matching drop tag was produced. If any *.out or *.err files are found
262 die "$PNAME: $dtrace not found; aborting\n" unless (-x "$dtrace");
504 $found = 0;
509 $found = 1;
516 unless ($found) {
573 die "$PNAME: '$dep' not found (use -F to force run)\n";
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dlist.c220 int opt, found = 0; local
310 found++;
326 if (!found) {
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddirectory_server.c145 * Mark that the attribute was found.
172 lvals->found = TRUE;
195 * Mark that the attribute was found.
217 lvals->found = TRUE;
243 * Mark that the attribute was found.
262 lvals->found = TRUE;
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcppath.c236 int found = 0; local
270 found++;
275 return (!found);
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsafestore.c137 int found = 0; local
149 ++found;
155 if (!found)
157 "ss module %p not found", (void *)ss_ops);
164 * the first module found that supports these reqested type
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_brdcfg.h109 int i, found = 0; \
113 found = 1; \
117 if (!found) \
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_rpc_handle.c74 bool_t found = FALSE; local
82 found = TRUE;
87 if (!found)
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmemscrub.c430 int found = 0; local
439 found++;
448 if (found == ncpus)
490 panic("memscrub found overlapping memory ranges "
514 * one, then we have found the right spot for our
/illumos-gate/usr/src/cmd/locator/
H A Dlocator.c42 int found; /* Nonzero if found during walk */ member in struct:locator_info
189 locator_info->found = 1;
272 if (locator_info.found == 0) {
273 (void) fprintf(stderr, gettext("'%s' locator not found\n"),
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_signing.c66 * If found, correct sign->seqnum and return 0, else return -1
82 goto found;
87 goto found;
93 found:
94 cmn_err(CE_WARN, "smb_sign_find_seqnum: found! %d <- %d",
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drefcount.c242 boolean_t found = B_FALSE; local
254 found = B_TRUE;
258 ASSERT(found);
/illumos-gate/usr/src/
H A DMakefile250 $(ECHO) No 32-bit compiler found; \
269 $(ECHO) No 64-bit compiler found; \
284 $(ECHO) No Java compiler found; \
/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c306 groupNamePrint, gettext("not found"));
321 gettext("STMF service not found"));
394 groupNamePrint, gettext("not found"));
409 gettext("STMF service not found"));
466 * If one is found, we're done
695 gettext("STMF service not found"));
779 gettext("STMF service not found"));
1441 gettext("not found"));
1491 gettext("STMF service not found"));
1535 groupNamePrint, gettext("not found"));
1654 boolean_t found = B_TRUE; local
1785 boolean_t found = B_TRUE; local
1900 boolean_t found; local
2553 boolean_t operandEntered, found, verbose = B_FALSE; local
2679 boolean_t found = B_TRUE; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_solaris.c282 boolean_t found = FALSE; local
304 found = TRUE;
307 found = TRUE;
310 if (found == TRUE) {
329 found = FALSE;
415 * is returned by the acceptor when the requested kvno is not found within the
/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_symbol.c167 boolean_t found = B_FALSE; local
182 while (!found && *ptr != '\0') {
189 for (del = dels; !found && *del != '\0'; del++) {
192 found = B_TRUE;
202 if (!found) {
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c304 * 5. Return a pointer to the delimiter we found
408 int done; /* Flag, sev def'n found and ok? */
436 /* If we've found a <kywd>,... */
505 /* End of string found */
682 int found; /* FLAG, element found in the list */ local
706 found = FALSE;
707 for (p = paugsevs; !found && (p != (struct sevstr *)NULL);
721 found = TRUE;
727 if (!found
[all...]
/illumos-gate/usr/src/cmd/cpc/common/
H A Dstrtoset.c90 static int found; variable
110 found = 1;
119 found = 0;
123 if (found)
128 if (found)
/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dsched_impl.c458 int found; member in struct:reqid_cb_data
602 cbdata->found = TRUE; /* printed if false || reqid */
603 /* is this the first rd_idhash found for this table? */
666 cbdata.found = FALSE;
691 if ((cbdata.cb_reqid != 0L) && (cbdata.found == FALSE))
692 mdb_printf("ID 0x%lx not found\n", cbdata.cb_reqid);
695 mdb_printf("DEBUG: cbdata.db_reqid = %lx, cbdata.found = %d\n",
696 cbdata.cb_reqid, cbdata.found);
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_msg.c291 * For unsolicited transactions, the message is found
477 /* everything matches, found the correct message */
516 boolean_t found = B_FALSE; local
546 found = B_TRUE;
554 * If not found on the regular message list,
557 if (found == B_FALSE) {
577 found = B_TRUE;
590 return (found);
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsmops.c393 ASSERT(p_drv); /* If we found controller, there MUST be a driver */
472 rsmops_ctrl_t *found; local
488 found = *p_prev;
490 if (found->refcnt) {
496 *p_prev = found->next;
501 kmem_free(found, sizeof (rsmops_ctrl_t));
/illumos-gate/usr/src/lib/libadm/common/
H A Dputdgrp.c771 * device-group. Any members not found in that device-group are
791 char ***notfounds) /* Members req'd but not found */
798 char **nflst; /* Ptr to not-found list */
799 char **pnf; /* Ptr into not-found list */
804 int found; /* TRUE if member is in membership */ local
813 /* Nothing is "not found" yet */
819 /* Allocate space for the not-found list */
832 found = FALSE;
837 while (pm && !found) {
846 found
[all...]
/illumos-gate/usr/src/lib/libast/common/hash/
H A Dhashlook.c114 if (s1 >= s3) goto found;
117 if (!*s1++) goto found;
121 if (!(*tab->root->local->compare)(hashname(b), name, tab->root->namesize)) goto found;
123 else if (!(*tab->root->local->compare)(hashname(b), name)) goto found;
142 * found the bucket
145 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/cmd-inet/usr.bin/rdist/
H A Ddocmd.c144 goto found;
148 goto found;
153 found:
211 goto found;
214 found:
559 goto found;
562 found:
/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c846 int found = 0; local
879 found = 1;
901 if (found) {
904 return (found);
910 bferr("then/endif not found");
913 bferr("endif not found");
917 bferr("endsw not found");
920 bferr("end not found");
924 bferr("label not found");

Completed in 100 milliseconds

1234567891011>>