Searched defs:found (Results 201 - 225 of 531) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/pbind/
H A Dpbind.c246 int i, fd, found; local
283 found = 0;
290 found++;
300 if (found == 0) {
302 "No matching LWPs found\n"),
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_lic.c494 boolean_t found; local
507 found = B_FALSE;
511 found = B_TRUE;
513 return (found);
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_dtime.c283 * Returns the dump level found. The buffer pointer is moved
643 int found; local
697 found = 0;
708 found = 1;
723 if (!found) {
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_cpu.c67 boolean_t found; member in struct:acpidev_cpu_MAT_arg
259 rp->found = B_TRUE;
276 rp->found = B_TRUE;
338 if (mat.found) {
578 if (!mat.found) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_ns.c317 * path component is found, the vis_count field is bumped.
437 int found; local
459 found = 0;
466 found = 1;
478 /* If not found - add to the end of the list */
479 if (! found) {
570 * if necessary until an export entry is found, or the
573 * If an unexported mountpoint is found, then
577 * pseudo export is found, then the pathname is added
/illumos-gate/usr/src/uts/common/os/
H A Dexit.c930 int found; local
1036 found = 0;
1091 * Don't complain if a process was found in
1104 found++;
1111 * If we found no interesting processes at all,
1114 if (found + proc_gone == 0)
1129 * If we found no processes of interest that could
1133 if (found == proc_gone)
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObjectUtil.c333 boolean_t found = B_FALSE; local
351 found = B_TRUE;
356 if (!found)
1348 boolean_t found = B_FALSE; local
1360 while ((!found) && (ondisk_obj != NULL)) {
1365 /* found a match */
1366 found = B_TRUE;
1410 if (!found) {
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dkey.c299 CK_BBOOL found; local
301 found = template_attribute_find(tmpl, CKA_KEY_TYPE, &attr);
302 if (! found) {
1104 CK_BBOOL found; local
1106 found = template_attribute_find(tmpl, CKA_MODULUS, &attr);
1107 if (! found) {
1113 found = template_attribute_find(tmpl, CKA_MODULUS_BITS, &attr);
1114 if (! found) {
1120 found = template_attribute_find(tmpl, CKA_PUBLIC_EXPONENT, &attr);
1121 if (! found) {
1228 CK_BBOOL found; local
1527 CK_BBOOL found; local
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c733 boolean_t found = B_FALSE; local
808 while ((token != EOF) && !found) {
814 found = usb_cmp_rec(&cfgrec, user_rec);
815 DPRINTF("add_entry: token=%x, found=%x\n", token, found);
820 if (found) {
/illumos-gate/usr/src/lib/efcode/engine/
H A Dproperties.c91 prop_t *found = NULL; local
94 while (p && !found) {
97 found = p;
117 return (found);
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dauxprop.c375 * returns number of matching properties which were found (values != NULL)
958 int ret, found = 0; local
976 found=1;
1004 found=1;
1017 if(!found)
/illumos-gate/usr/src/lib/libsec/common/
H A Daclutils.c487 int found = 0; local
512 found++;
542 return ((found == 0) ? EACL_NO_ACL_ENTRY : 0);
/illumos-gate/usr/src/lib/libshare/common/
H A Dscfutil.c165 * simplification. Basically, if name isn't found, return MAXPATHLEN
219 * plugin protocols were found.
673 sa_resource_t found = NULL; local
677 resource != NULL && found == NULL;
682 /* found it so save in "found" */
683 found = resource;
688 return (found);
1021 /* Do a second pass if shares were found */
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributeVerifier.java69 // Bitfields for found template attributes.
76 // When all template attribute assignments are found.
761 int found = 0;
770 found = found | parseTemplateAttribute(tk, found);
772 } while (found != TEMPLATE_FOUND);
787 private int parseTemplateAttribute(StreamTokenizer tk, int found) argument
864 if ((found & SERVICE_MASK) == 0) {
924 if ((found
[all...]
/illumos-gate/usr/src/lib/libcpc/common/
H A Dlibcpc.c1143 int found; member in struct:priv
1151 ((struct priv *)arg)->found = 1;
1158 ((struct priv *)arg)->found = 1;
1170 if (pr.found)
1174 if (pr.found)
1205 return (pr.found);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pid.c718 int ret = 0, found = B_FALSE; local
735 found = B_TRUE;
753 if (found) {
840 dt_dprintf("found weird modname with linkmap, "
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c510 bool_t found, subnet_match; local
517 subnet_match = FALSE; /* subnet match not found yet */
559 found = FALSE;
564 found = TRUE;
576 if (found && (netmask == ntohl(ifn->if_netmask.s_addr))) {
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_known_wlan.c419 * found a gap. We can halt the walk now.
761 int i, found = -1; local
781 found = i;
786 /* Given BSSID was not found in the array */
787 if (found == -1) {
814 for (i = 0; i < found; i++)
816 for (i = found + 1; i < nelem; i++)
/illumos-gate/usr/src/lib/libpkg/common/
H A Dp12lib.c139 { SUNW_R_NO_TRUST_ANCHOR, "no trust anchors found" },
256 * 3) Return the first matching key/cert pair found.
257 * 4) Return the last matching key/cert pair found.
272 * >= 0 - Objects were found and returned. Which objects are indicated by
355 * sunw_PEM_contents() parses a PEM file and returns component parts found
388 * >= 0 - Objects were found and returned. Which objects are indicated by
433 * parts found, without evaluation.
451 * >= 0 - Objects were found and returned. Which objects are indicated by
515 * of certs successfully moved can be found by checking sk_X509_num(keycerts).
537 int found; local
2603 int found = 0; local
[all...]
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Ddoprnt.c1156 int found = 1; local
1159 while (found)
1162 found = 0;
1178 found = 1;
1238 if (!found && i != argno) {
1242 found = 1;
/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...]
H A Dttyname.c34 * pathname cannot be found.
139 static int dev_flag; /* if set, dev + rdev match was found */
207 int found = 0; local
277 while ((!found) && (srch_dirs[dirno].name != NULL)) {
291 found = 1;
294 found = srch_dir(srch_dirs[dirno], match_mask,
304 if (!found)
305 found = srch_dir(dev_dir, match_mask, 0, srch_dirs, fsp);
312 if (found) {
468 * fsb. It puts the answer into rbuf. If a match is found o
489 int found = 0; local
[all...]
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c825 boolean_t found = B_FALSE; local
900 found = B_TRUE;
905 if (!found) {
H A Dpolicy.c329 boolean_t found = FALSE; local
346 found = TRUE;
357 found = TRUE;
361 if ((n == NULL) && (!found))
864 int found = 0; local
891 while (node != NULL && !found) {
906 found = (ret == KMF_OK);
914 if (!found) {
933 * the policy DB for the named policy. If it is not found
986 int found local
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dsis900.c320 int found=0; local
357 printf ("sis900_probe: Error MAC address not found\n");
372 found = 0;
390 printf("sis900_probe: %s transceiver found at address %d.\n",
398 found=1;
404 if (found == 0) {
405 printf("sis900_probe: No MII transceivers found!\n");
409 /* Arbitrarily select the last PHY found as current PHY */
1135 * Description: checks for a received packet and returns it if found.

Completed in 103 milliseconds

1234567891011>>