| /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/cmd/which/ |
| which.csh | 35 unset found 40 echo $arg not found 48 set found 53 if ( ! $?found ) then
|
| /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/fs.d/nfs/lib/ |
| nfslogtab.c | 165 * If found, '*lepp' points to the matching entry, otherwise '*lepp' is 172 boolean_t found = B_FALSE; local 174 while (!found && (logtab_getent(fd, lepp) > 0)) { 175 found = B_TRUE; 177 found = strcmp(buffer, (*lepp)->le_buffer) == 0; 179 found = found && (strcmp(path, (*lepp)->le_path) == 0); 181 found = found && (strcmp(tag, (*lepp)->le_tag) == 0); 183 found = found && (state == (*lepp)->le_state) 216 boolean_t found; local 298 boolean_t found; local [all...] |
| /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/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/acct/lib/ |
| devtolin.c | 33 * return ptr to LSZ-byte string, "?" if not found 70 int found = 0; local 79 while ((!found) && (srch_dirs[dirno] != NULL)) { 83 found = srch_dir(device, srch_dirs[dirno], 90 /* if not yet found search remaining /dev directory skipping the 93 if (!found) 94 found = srch_dir(device, dev_dir, 0, srch_dirs); 96 /* if found then put it (without the "/dev/" prefix) in the tlist 99 if (found) { 107 /* if not found put "?" in the tlist structure for that device an 129 int found = 0; local [all...] |
| /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/libc/amd64/gen/ |
| memchr.s | 32 / or NULL if not found in chars; doesn't stop at \0. 68 je .L4 / goto .L4 (found) 70 je .L5 / goto .L5 (found) 73 je .L6 / goto .L6 (found) 75 je .L7 / goto .L7 (found) 82 jz .L8 / goto .L8 (not found) 84 je .L4 / goto .L4 (found) 90 xorl %eax, %eax / not found 95 jz .L8 / goto .L8 (not found) 97 je .L4 / goto .L4 (found) [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/i386/gen/ |
| memchr.s | 32 / or NULL if not found in chars; doesn't stop at \0. 71 je .L4 / goto .L4 (found) 73 je .L5 / goto .L5 (found) 76 je .L6 / goto .L6 (found) 78 je .L7 / goto .L7 (found) 85 jz .L8 / goto .L8 (not found) 87 je .L4 / goto .L4 (found) 93 xorl %eax, %eax / not found 99 jz .L8 / goto .L8 (not found) 101 je .L4 / goto .L4 (found) [all...] |
| /onnv/onnv-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
| hwf_obj.c | 299 CK_BBOOL found; local 301 found = template_attribute_find(tmpl, CKA_HW_FEATURE_TYPE, &attr); 302 if (! found) { 315 CK_BBOOL found; local 318 found = template_attribute_find(tmpl, CKA_VALUE, &attr); 319 if (! found) { 331 CK_BBOOL found; local 334 found = template_attribute_find(tmpl, CKA_VALUE, &attr); 335 if (! found) { 339 found = template_attribute_find(tmpl, CKA_HAS_RESET, &attr) [all...] |
| cert.c | 307 CK_BBOOL found; local 313 found = template_attribute_find(tmpl, 315 if (found == FALSE) { 354 CK_BBOOL found; local 356 found = template_attribute_find(tmpl, CKA_SUBJECT, &attr); 357 if (! found) { 360 found = template_attribute_find(tmpl, CKA_VALUE, &attr); 361 if (! found) {
|
| /onnv/onnv-gate/usr/src/uts/common/inet/ip/ |
| ip_listutils.c | 71 boolean_t found; local 80 found = B_FALSE; 84 found = B_TRUE; 88 if (!found) 155 boolean_t found = B_FALSE; local 174 found = B_TRUE; 178 if (!found) { 181 found = B_FALSE; 271 boolean_t found; local 282 found = B_FALSE 312 boolean_t found; local 352 boolean_t found; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpbatch/ |
| ResourceBundle.properties | 32 dhcpbatch_file_not_found=File not found - {0}
|
| /onnv/onnv-gate/usr/src/cmd/format/ |
| checkdev.c | 147 int found = -1; local 154 return (found); 162 return (found); 169 return (found); 176 return (found); 191 return (found); 212 int found = 0; local 237 found = -1; 246 found = -1; 252 * If we found trouble and we're running from a command file 277 int found = 0; local 566 int found = 0; local 740 int i, found = 0; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/allocate/ |
| wdwwrapper.sh | 56 echo **** Clean script $SCRIPT not found ****
|
| /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/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-crypto/kmfcfg/ |
| 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);
|
| /onnv/onnv-gate/usr/src/lib/libldap4/common/ |
| 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/tools/bfuld/ |
| bfuld.c | 84 boolean_t found = B_FALSE; local 94 found = B_TRUE; 99 found = B_TRUE; 105 found = B_TRUE; 110 found = B_TRUE; 117 if (!found) 118 fprintf(stderr, "bfuld: %s: no ld.so.1 found\n",
|
| /onnv/onnv-gate/usr/src/tools/depcheck/ |
| get_depend_info | 310 $found = 0; 316 $found++; 319 # Haven't found it yet, check /kernel 320 if (($FTYPE{"/kernel/$file"} =~ /\w/) && ($found == 0)){ 322 $found++; 325 # Haven't found it yet, check /usr/kernel 326 if (($FTYPE{"/usr/kernel/$file"} =~ /\w/) && ($found == 0)){ 328 $found++; 331 if ($found == 0) { 355 $found = 0 [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| mkdir.t | 23 print ($! =~ /cannot find|such|exist|not found|not a directory/i ? "ok 7\n" : "# $!\nnot ok 7\n");
|