Searched defs:found (Results 151 - 175 of 531) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c91 int found; local
93 found = 0;
96 found = 1;
101 return((found) ? 0 : EINVAL);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c44 boolean_t found = FALSE; local
65 found = TRUE;
78 if (found == TRUE)
770 * 3 default realm is not found in realms section
771 * (val returns realm not found)
773 * 5 no realm found in realms section
774 * 6 no domain realm mapping entry found corresponding to a realm
801 boolean_t found = FALSE; local
846 found = TRUE;
891 if (found
[all...]
/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/libdiskmgt/common/
H A Dinuse_svm.c119 int found = 0; local
123 return (found);
202 found = 1;
209 return (found);
H A Dslice.c155 int found = 0; local
159 found = match_fixed_name(dp, name, errp);
161 if (found) {
834 /* found it */
855 * If we found a match on the name we now have to check that this
/illumos-gate/usr/src/lib/libdladm/common/
H A Dpropfuncs.c108 * specified name. If a match is found, this function is invoked with the
144 * If the prop is not found, append it to the list.
164 * If the prop is found, delete the existing values from it.
501 * If the specified name is not found above, we add the
627 boolean_t found = B_FALSE; local
637 found = B_TRUE;
655 if (!found)
/illumos-gate/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c192 boolean_t found = B_FALSE; local
330 found = B_TRUE;
372 if (!found && (addRemoveFlag == FCOE_SCF_REMOVE)) {
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_util.c189 int found = 0; local
194 found = 1;
199 if (!found) {
393 * criteria, or NULL if no matching nvpair is found
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c511 int found = 0; local
530 * We just set found instead of returning because
533 found = 1;
537 if (!found) {
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnsparse.c825 int found, tmpfound; local
829 found = (*p == key);
830 if (found) {
837 found = tmpfound;
844 if (!found)
/illumos-gate/usr/src/cmd/users/
H A Dusers.c114 int found; member in struct:reqgrp
126 int found; member in struct:reqlogin
358 * These functions control the group membership list, as found in the
437 * TRUE If 'p' is found in the members list,
445 int found; /* FLAG: TRUE if login found */ local
450 found = FALSE;
451 for (pmem = membershead; !found && pmem; pmem = pmem->next) {
452 if (strcmp(p, pmem->membername) == 0) found = TRUE;
455 return (found);
540 int found; /* FLAG, insertion point found */ local
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.c812 boolean_t found = B_FALSE; local
825 found = ib_cmp_service();
826 if (found == B_TRUE) {
827 DPRINTF("ib_add_service: token=%x, found=%x\n",
828 token, found);
834 if (found) {
924 boolean_t found = B_FALSE; local
938 found = ib_cmp_service(); /* search for a match */
939 if (found == B_TRUE) {
940 DPRINTF("ib_delete_service: token=%x, found
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/common/memcfg/
H A Dpiclmemcfg_comm.c706 int found = 0; local
714 * an entry found on which the open failed.
732 found = 1;
740 if (!found) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/
H A Dpsvcplugin.c147 int found; local
160 found = sscanf(buf, "%s", name);
161 if (found != 1) {
300 int32_t found; local
324 found = sscanf(buf, "%s %s %s %s", src, src_prop, dst,
326 if (found != 4) {
/illumos-gate/usr/src/cmd/power/
H A Dsys-suspend.c480 * return, if a Xauthority file is found, concatenate it to this string,
780 int found = 0; local
784 return (found);
790 found = cf.is_autopm_default;
794 return (found);
/illumos-gate/usr/src/cmd/powertop/common/
H A Ddisplay.c331 boolean_t found = B_FALSE, first = B_FALSE; local
360 found = B_TRUE;
368 if (found) {
/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/lvm/rpc.metamedd/
H A Dmed_db.c717 int found = 0; local
735 found = 1;
741 if (! found)
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_whatis.c118 * or a non-found address at our match point.
123 /* Search backwards then forwards for a non-found address */
213 /* If we've found them all, we're done */
463 int found = 0; local
473 found++;
481 if (found != 0) {
484 whatis_cb_count -= 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/cmd/mdb/common/modules/scsi_vhci/
H A Dscsi_vhci.c246 int found = 0; local
259 mdb_warn("mdi driver variable mdi_vhci_head not found.\n");
284 found = 1;
307 if (found == 0) {
308 mdb_warn("vhciguid: No scsi_vhci class found");
313 mdb_printf("----- Number of devices found %d ----------\n",
514 mdb_warn("vhci driver variable vhci_softstate not found.\n");
540 int found = 0; local
557 found = 1;
595 if (found) {
[all...]
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c116 mdb_warn("symbol 'memsegs' not found");
573 int found = 0; local
634 if (found)
647 found = 1;
653 if (!found)
/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcadm-list.c155 boolean_t found = B_FALSE; local
280 found = B_TRUE;
322 if (!found && (addRemoveFlag == NPIV_REMOVE)) {
559 gettext("Error: HBA port %s: not found\n"),
683 gettext("Error: HBA port %s: not found\n"),
978 fprintf(stderr, gettext("Error: HBA %s not found\n"),
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautomount.c190 * automount maps found. enable services as needed.
356 struct extmnttab *found = NULL; local
361 found = mntl->mntl_mnt;
367 return (found);
/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.c301 int found; local
335 found = 0;
361 found = 1;
366 if (found == 0) {
386 * RETURNS: int - 0 if maxphys not found
387 * - 1 if maxphys is found
508 * wasn't found in any other mounts on the system. This means it's

Completed in 153 milliseconds

1234567891011>>