Searched refs:found (Results 1 - 25 of 698) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libadm/common/
H A Ddevattr.c86 * 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
[all...]
H A Dckkeywd.c43 char *found; local
48 found = NULL;
51 if (found)
53 found = set[i];
57 if (found) {
58 (void) strcpy(strval, found);
/illumos-gate/usr/src/cmd/which/
H A Dwhich.csh35 unset found
40 echo $arg not found
48 set found
53 if ( ! $?found ) then
/illumos-gate/usr/src/test/libc-tests/tests/common/
H A Drun_arch_tests.ksh45 found=
52 [[ -n $found ]] && continue
57 found=yes
63 [[ -z $found ]] && [[ -n $debug ]] && print "NOT PRESENT"
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dgenget.c88 register char **c, **found; local
94 found = 0;
101 if (found)
103 found = c;
105 return (found);
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslogtab.c165 * 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
216 boolean_t found; local
298 boolean_t found; local
[all...]
/illumos-gate/usr/src/ucbcmd/printenv/
H A Dprintenv.c57 int found = 0; local
66 found++;
75 return (!found);
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_dump.c58 int found = 0; local
64 return (found);
90 found = 1;
95 return (found);
H A Dinuse_zpool.c70 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);
/illumos-gate/usr/src/cmd/acct/lib/
H A Ddevtolin.c33 * 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 pu
129 int found = 0; local
[all...]
/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsetup.ksh55 found=
62 [[ -n $found ]] && continue
67 found=yes
73 [[ -z $found ]] && [[ -n $debug ]] && print "NOT PRESENT"
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemchr.s32 / 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...]
H A Dstrrchr.s32 / appears; NULL if no found
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemchr.s32 / 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...]
H A Dstrrchr.s32 / appears; NULL if no found
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dhwf_obj.c299 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
[all...]
H A Dcert.c308 CK_BBOOL found; local
314 found = template_attribute_find(tmpl,
316 if (found == FALSE) {
352 CK_BBOOL found; local
354 found = template_attribute_find(tmpl, CKA_SUBJECT, &attr);
355 if (! found) {
358 found = template_attribute_find(tmpl, CKA_VALUE, &attr);
359 if (! found) {
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_listutils.c71 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
312 boolean_t found; local
352 boolean_t found; local
[all...]
/illumos-gate/usr/src/cmd/format/
H A Dcheckdev.c147 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 troubl
277 int found = 0; local
566 int found = 0; local
740 int i, found = 0; local
[all...]
/illumos-gate/usr/src/cmd/allocate/
H A Dwdwwrapper.sh56 echo **** Clean script $SCRIPT not found ****
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfgetr.c41 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
[all...]
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dkmfcfg.c182 int found; local
209 found = -1;
212 found = i;
217 if (found < 0) {
223 ret = (*cmds[found].action)(argc, argv);
257 "error 0x%02x\n"), cmds[found].verb, ret);
/illumos-gate/usr/src/tools/depcheck/
H A Dget_depend_info310 $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
[all...]
/illumos-gate/usr/src/cmd/tbl/
H A Dt3.c51 int c, ci, found; local
67 found=0;
95 found=1;
99 if (!found)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_009_neg.ksh58 typeset found
66 found=false
70 found=true
79 if [[ $found == "false" ]]; then

Completed in 131 milliseconds

1234567891011>>