HomeSort by relevance Sort by last modified time
    Searched defs:found (Results 1 - 25 of 557) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/ucbcmd/printenv/
printenv.c 57 int found = 0; local
66 found++;
75 return (!found);
  /onnv/onnv-gate/usr/src/lib/sun_sas/common/
Sun_sasCloseAdapter.c 39 int found = 0; local
82 found = 1;
89 if (found == 0) {
  /onnv/onnv-gate/usr/src/common/openssl/crypto/bn/
bn_depr.c 74 int found = 0; local
88 found = 1;
90 if (!found && (ret == NULL) && (rnd != NULL)) BN_free(rnd);
91 return(found ? rnd : NULL);
  /onnv/onnv-gate/usr/src/lib/libadm/common/
devattr.c 86 * was found. If the function returns (char *) NULL and the error was
92 * ENOENT The specified device-table file could not be found
93 * ENODEV Device not found in the device table
108 int found; /* TRUE if attribute found */ local
118 found = FALSE;
123 found = TRUE;
129 found = TRUE;
135 found = TRUE;
141 found = TRUE
    [all...]
ckkeywd.c 43 char *found; local
48 found = NULL;
51 if (found)
53 found = set[i];
57 if (found) {
58 (void) strcpy(strval, found);
  /onnv/onnv-gate/usr/src/lib/libdiskmgt/common/
inuse_dump.c 58 int found = 0; local
64 return (found);
90 found = 1;
95 return (found);
inuse_zpool.c 70 int found = 0; local
78 return (found);
89 return (found);
101 found = 1;
103 found = 1;
106 found = 1;
110 found = 1;
113 if (found) {
126 return (found);
  /onnv/onnv-gate/usr/src/cmd/cmd-crypto/kmfcfg/
export.c 47 int opt, found = 0; local
131 while (pnode != NULL && !found) {
135 found++;
148 if (!found) {
import.c 48 int opt, found = 0; local
133 while (pnode != NULL && !found) {
137 found++;
150 if (!found) {
create.c 429 int found = 0; local
436 while (pnode != NULL && !found) {
438 found++;
443 if (found) {
kmfcfg.c 178 int found; local
205 found = -1;
208 found = i;
213 if (found < 0) {
219 ret = (*cmds[found].action)(argc, argv);
253 "error 0x%02x\n"), cmds[found].verb, ret);
uninstall.c 55 boolean_t found; local
161 found = B_FALSE;
192 found = B_TRUE;
196 if (found) {
198 * If found and not in_package, then don't write
  /onnv/onnv-gate/usr/src/cmd/fs.d/autofs/
autod_lookup.c 57 int found = 0; local
83 found = (rddir_entry_lookup(key, rdcp->entp) != NULL);
99 if (found)
103 * entry not found in cache, try the name service now
118 * If the entry isn't found in the map and the
152 * was found or not. The mount will be done on a later RPC to
  /onnv/onnv-gate/usr/src/lib/libeti/menu/common/
pattern.c 65 int found; local
88 found = FALSE;
102 found = TRUE;
108 if (found) {
  /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/common/
friendly.c 91 int esc = 0, found = 0; local
93 for ( ++s; *s && !found; s++ ) {
100 found = 1;
  /onnv/onnv-gate/usr/src/uts/i86pc/io/
microfind.c 60 * that found will be 0xf000 PIT counts, but because it is only a
75 unsigned long found, min = 0xe000; local
109 found = inb(PITCTR0_PORT) | (inb(PITCTR0_PORT) << 8);
149 found = 0x10000 - found;
150 if (found > min)
155 max = 0x100000001 * found;
178 * There is no risk of dividing by zero since found is in the
181 count = count / found;
190 max = ((uint64_t)found) * 100000
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/sfio/
sfgetr.c 41 int found; local
55 found = 0;
64 found = 1;
68 found = 1;
73 while(!found)
103 if(s < ends) /* found separator */
105 found = 1;
121 if(!found && (_Sfmaxr > 0 && un+n+1 >= _Sfmaxr || (f->flags&SF_STRING))) /* already exceed limit */
149 if(found && rc != 0 && (type&SF_STRING) )
159 rsrv->slen = found ? 0 : -un
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
genget.c 88 register char **c, **found; local
94 found = 0;
101 if (found)
103 found = c;
105 return (found);
  /onnv/onnv-gate/usr/src/cmd/mdb/i86pc/modules/uppc/
uppc.c 71 boolean_t found = B_FALSE; local
99 found = B_TRUE;
103 if (found == B_FALSE) {
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nispasswdd/
npd_cache.c 141 struct update_item *found = NULL; local
146 found = (struct update_item *)nis_find_item(principal, &upd_list);
147 if (found == NULL)
149 *upd = found;
212 syslog(LOG_ERR, "no entry found for %s", prin);
  /onnv/onnv-gate/usr/src/cmd/tbl/
t3.c 51 int c, ci, found; local
67 found=0;
95 found=1;
99 if (!found)
  /onnv/onnv-gate/usr/src/lib/libldap4/common/
friendly.c 91 int esc = 0, found = 0; local
93 for ( ++s; *s && !found; s++ ) {
100 found = 1;
getvalues.c 48 int found = 0; local
64 found = 1;
67 while ( ! found ) {
79 * if we get this far, we've found the attribute and are sitting
96 int found = 0; local
112 found = 1;
115 while ( ! found ) {
127 * if we get this far, we've found the attribute and are sitting
  /onnv/onnv-gate/usr/src/lib/libsip/common/
sip_hash.c 84 * if found.
146 int found; local
152 if (del_func(tmp->sip_obj, digest, &found)) {
184 * If we found the object, we are done
186 } else if (found == 1) {
  /onnv/onnv-gate/usr/src/uts/common/io/
etheraddr.c 40 static int found = 0; local
44 if (!found) {
49 found = 1;

Completed in 660 milliseconds

1 2 3 4 5 6 7 8 91011>>