Searched defs:found (Results 126 - 150 of 531) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdma.c170 struct rdsv3_mr *mr = NULL, *found; local
251 found = rdsv3_mr_tree_walk(&rs->rs_rdma_keys, mr->r_key, mr);
254 ASSERT(!(found && found != mr));
H A Dsend.c562 struct rdsv3_message *rm, *tmp, *found = NULL; local
571 found = rm;
580 found = rm;
588 return (found);
596 * removing the messages from the 'messages' list regardless of if it found
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_rmpp.c1335 boolean_t found = B_TRUE; local
1345 found = B_FALSE;
1349 found = B_FALSE;
1362 found = B_FALSE;
1368 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 Dckitem.c237 char *pt, *found; local
275 found = NULL;
281 found = chp->token;
283 } else if (found) {
287 found = chp->token;
302 found = menup->invis[i];
304 } else if (found) {
308 found = menup->invis[i];
312 if (found) {
313 choice[nchoice++] = found;
555 struct _choice_ *found; local
[all...]
H A Ddevtab.c219 * occurrence of any of the delimiters. If one is found, change it
221 * found, forget the restart address and prepare to return NULL.
235 if (*q) { /* Terminator found? */
239 leftoff = p = NULL; /* Nothin found or left */
918 int found; /* TRUE if record found */ local
928 found = FALSE;
930 while (!found && (devrec = _getdevtabent())) {
933 if (strcmp(device, devrec->cdevice) == 0) found = TRUE;
935 if (strcmp(device, devrec->bdevice) == 0) found
[all...]
H A Dputdev.c116 * pointed to by "p", escaping those characters in "q" found in the
439 int found; /* TRUE the attr is found */ local
547 found = FALSE;
558 } while (!found && noerr &&
561 if (!found && noerr) {
862 int found; /* FLAG, TRUE if attr found for dev */ local
903 found = FALSE;
904 for (old = ent->attrlist; !found
1103 int found; /* TRUE if attribute found */ local
[all...]
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/misc/
H A Dfindlib.h61 int found; member in struct:__anon2637
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman_domain.c177 * devices were found.
586 int found = 0; local
632 mipathp->mip_devs[found] = ndev;
633 found++;
636 ("man_find_devs: found eri maj(%d) "
649 MAN_DBG(MAN_PATH, ("man_find_devs returns found = %d\n", found));
651 mipathp->mip_ndevs = found;
652 return (found);
733 "SCHIZO found
[all...]
H A Dgptwo_pci.c389 int found, j, circ; local
409 found = 0;
413 found = 1;
416 if (!found) {
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpuid_subr.c360 int found = 0; local
371 found = 1;
376 if (!found)
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/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_clock.c529 "timer_check_pkts: Invalid IO found. iotag=%d",
669 uint32_t found; local
676 found = 0;
709 found = 1;
726 if (found) {
733 if (found) {
740 if (!found) {
929 uint32_t found; local
948 found = 0;
956 found
1333 uint32_t found; local
[all...]
H A Demlxs_node.c229 uint32_t found; local
304 found = 0;
312 found = 1;
319 if (found) {
326 if (!found) {
549 /* no match found */
578 /* no match found */
630 /* no match found */
676 /* no match found */
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dzone.c309 uint_t found; /* Was the specific ZSD entry found? */ member in struct:zsd_cb_data
344 cbdp->found = TRUE;
406 cbd.found = FALSE;
433 if (cbd.keygiven == TRUE && cbd.found == FALSE) {
434 mdb_printf("no corresponding ZSD entry found\n");
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vss.c133 * By using the cur_node passed in, a new node is found or
137 * Once the new smb node is found, the path is modified by
191 * empty after the map call, no such snapshot was found.
349 boolean_t found; local
355 found = B_FALSE;
358 if (!found && smb_vss_is_gmttoken(src)) {
362 found = B_TRUE;
424 * of the path. If the snapshot cannot be found, a string with a NULL
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_doorclnt.c218 * buf (output) - fully-qualified hostname of the AD server found
223 * B_TRUE if an AD server is found. Otherwise, returns B_FALSE;
234 boolean_t found = B_FALSE; local
257 found = B_TRUE;
263 return (found);
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_ksetpwd.c372 boolean_t found = B_FALSE; local
375 return (found);
378 return (found);
383 return (found);
389 found = B_TRUE;
398 return (found);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Ddnssec.h41 mDNSu16 found; member in struct:RRVerifier_struct
/illumos-gate/usr/src/cmd/format/
H A Dmenu_fdisk.c245 /* If pN is found, do not include it */
294 /* If sN is found, do not include it */
406 err_print("No fdisk solaris partition found\n");
487 ushort_t found = 0; local
546 found = 2;
593 found = 1;
602 if (!found) {
603 err_print("Solaris fdisk partition not found\n");
605 } else if (found == 1) {
/illumos-gate/usr/src/test/libc-tests/tests/common/
H A Dtest_common.c281 int found; local
297 found = 0;
300 found++;
302 if (!found && fname[0] != '/') {
310 found++;
315 found++;
374 found = 0;
379 found++;
384 if (!found) {
/illumos-gate/usr/src/lib/passwdutil/
H A Dfiles_attr.c153 int found; local
158 found = 0;
159 while (!found && fgetpwent_r(fp, result, buffer, buflen) != NULL) {
161 found = 1;
166 if (!found) {
190 int found; local
196 found = 0;
197 while (!found && fgetspent_r(fp, result, buffer, buflen) != NULL) {
199 found = 1;
204 if (!found) {
1149 int found; local
[all...]
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObject.c354 boolean_t found; local
375 found = get_template_boolean(CKA_TOKEN,
377 if (!found) {
408 found = get_template_boolean(CKA_PRIVATE,
410 if (!found) {
979 * a token object is found from the keystore,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtemplate.c460 parselist[i].found = template_attribute_find(
463 if (parselist[i].found && parselist[i].ptr != NULL)
545 CK_BBOOL found; local
547 found = template_attribute_find(tmpl, CKA_CLASS, &attr);
548 if (mode == MODE_CREATE && found == FALSE)
852 CK_BBOOL found; local
863 found = TRUE;
875 return (found);

Completed in 175 milliseconds

1234567891011>>