Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 949) sorted by relevance

12345678910>>...38

/illumos-gate/usr/src/test/libc-tests/tests/
H A Dmemchr.c72 const void *found; in memchr_basic() local
79 "expected %p", found, memchr_buf); in memchr_basic()
85 "expected %p", found, memchr_buf); in memchr_basic()
94 "expected %p", found, memchr_buf); in memchr_basic()
100 "expected %p", found, targ); in memchr_basic()
109 "expected %p", found, targ); in memchr_basic()
115 "expected %p", found, targ); in memchr_basic()
129 const void *found; in memchr_notfound() local
197 const void *found; in memchr_truncation() local
204 "expected %p", found, memchr_buf); in memchr_truncation()
[all …]
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslogtab.c173 found = B_TRUE; in logtab_findent()
177 found = found && (strcmp(path, (*lepp)->le_path) == 0); in logtab_findent()
179 found = found && (strcmp(tag, (*lepp)->le_tag) == 0); in logtab_findent()
181 found = found && (state == (*lepp)->le_state); in logtab_findent()
182 if (!found) in logtab_findent()
222 found = found && (strcmp(path, lep->le_path) == 0); in logtab_rement()
224 found = found && (strcmp(tag, lep->le_tag) == 0); in logtab_rement()
226 found = found && (state == lep->le_state); in logtab_rement()
227 if (found) { in logtab_rement()
306 found = found && (strcmp(path, lep->le_path) == 0); in logtab_deactivate()
[all …]
/illumos-gate/usr/src/cmd/format/
H A Dcheckdev.c132 int found = -1; in getpartition() local
195 int found = 0; in checkswap() local
220 found = -1; in checkswap()
229 found = -1; in checkswap()
245 return (found); in checkswap()
388 found ++; in checkdevinuse()
466 found ++; in checkdevinuse()
588 found = -1; in checkmount()
601 found = -1; in checkmount()
758 if (found) in checkpartitions()
[all …]
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/
H A Dcall_tree.pl42 my $found = 0;
48 if (%{$param_map{$link}}->{found} == $NOTFOUND) {
52 %{$param_map{$link}}->{found} = $NOTFOUND;
56 $found = recurse($l, $target);
57 if (!$found) {
64 return $found;
73 %{$param_map{$start_func}}->{found} = $NOTFOUND;
75 %{$param_map{$l}}->{found} = $NOTFOUND;
78 %{$param_map{$link}}->{found} = $UNKNOWN;
89 $param_map{$one} = {found => $UNKNOWN, links => []};
[all …]
H A Dtrace_params.pl25 my $found = 0;
28 $param_map{$link}->{found} = $FOUND;
32 if ($param_map{$link}->{found} == $FOUND) {
35 if ($param_map{$link}->{found} == $NOTFOUND) {
39 $param_map{$link}->{found} = $NOTFOUND;
41 $found = recurse($l, $target);
42 if ($found) {
43 $param_map{$link}->{found} = $FOUND;
68 $param_map{$one} = {found => $UNKNOWN, links => []};
90 if ($tmp->{found} == $FOUND) {
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_listutils.c69 boolean_t found; in lists_are_different() local
78 found = B_FALSE; in lists_are_different()
82 found = B_TRUE; in lists_are_different()
86 if (!found) in lists_are_different()
176 if (!found) { in l_difference()
269 boolean_t found; in l_union_in_a() local
288 if (!found) { in l_union_in_a()
310 boolean_t found; in l_intersection_in_a() local
330 if (!found) in l_intersection_in_a()
350 boolean_t found; in l_difference_in_a() local
[all …]
/illumos-gate/usr/src/cmd/acct/lib/
H A Ddevtolin.c70 int found = 0; in devtolin() local
79 while ((!found) && (srch_dirs[dirno] != NULL)) { in devtolin()
85 found = srch_dir(device, srch_dirs[dirno], in devtolin()
96 if (!found) in devtolin()
97 found = srch_dir(device, dev_dir, 0, srch_dirs); in devtolin()
104 if (found) { in devtolin()
139 int found = 0; in srch_dir() local
166 while ((!found) && ((d = readdir(fdev)) != NULL)) { in srch_dir()
188 found = 1; in srch_dir()
195 found = srch_dir(device, file_name, depth+1, in srch_dir()
[all …]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dhwf_obj.c299 CK_BBOOL found; in hwf_object_check_required_attributes() local
302 if (! found) { in hwf_object_check_required_attributes()
315 CK_BBOOL found; in clock_check_required_attributes() local
318 found = template_attribute_find(tmpl, CKA_VALUE, &attr); in clock_check_required_attributes()
319 if (! found) { in clock_check_required_attributes()
331 CK_BBOOL found; in counter_check_required_attributes() local
334 found = template_attribute_find(tmpl, CKA_VALUE, &attr); in counter_check_required_attributes()
335 if (! found) { in counter_check_required_attributes()
339 found = template_attribute_find(tmpl, CKA_HAS_RESET, &attr); in counter_check_required_attributes()
340 if (! found) { in counter_check_required_attributes()
[all …]
H A Dcert.c308 CK_BBOOL found; in cert_check_required_attributes() local
314 found = template_attribute_find(tmpl, in cert_check_required_attributes()
316 if (found == FALSE) { in cert_check_required_attributes()
352 CK_BBOOL found; in cert_x509_check_required_attributes() local
354 found = template_attribute_find(tmpl, CKA_SUBJECT, &attr); in cert_x509_check_required_attributes()
355 if (! found) { in cert_x509_check_required_attributes()
358 found = template_attribute_find(tmpl, CKA_VALUE, &attr); in cert_x509_check_required_attributes()
359 if (! found) { in cert_x509_check_required_attributes()
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemchr.S68 je .L4 / goto .L4 (found)
70 je .L5 / goto .L5 (found)
73 je .L6 / goto .L6 (found)
75 je .L7 / goto .L7 (found)
84 je .L4 / goto .L4 (found)
90 xorl %eax, %eax / not found
97 je .L4 / goto .L4 (found)
107 / found at the fourth byte
110 / found at the third byte
113 / found at the second byte
[all …]
/illumos-gate/usr/src/lib/libadm/common/
H A Ddevattr.c106 int found; /* TRUE if attribute found */ in devattr() local
116 found = FALSE; in devattr()
121 found = TRUE; in devattr()
127 found = TRUE; in devattr()
133 found = TRUE; in devattr()
139 found = TRUE; in devattr()
150 while (!found && (p)) { in devattr()
153 found = TRUE; in devattr()
163 if (found) { in devattr()
H A Ddevtab.c916 int found; /* TRUE if record found */ in _getdevrec() local
926 found = FALSE; in _getdevrec()
945 if (!found) { in _getdevrec()
966 found = TRUE; in _getdevrec()
971 if (!found) _freedevtabent(devrec); in _getdevrec()
989 found = TRUE; in _getdevrec()
994 if (!found) _freedevtabent(devrec); in _getdevrec()
1013 found = TRUE; in _getdevrec()
1022 if (!found) { in _getdevrec()
1044 found = TRUE; in _getdevrec()
[all …]
H A Dckkeywd.c42 char *found; in match() local
47 found = NULL; in match()
50 if (found) in match()
52 found = set[i]; in match()
56 if (found) { in match()
57 (void) strcpy(strval, found); in match()
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemchr.S71 je .L4 / goto .L4 (found)
73 je .L5 / goto .L5 (found)
76 je .L6 / goto .L6 (found)
78 je .L7 / goto .L7 (found)
87 je .L4 / goto .L4 (found)
93 xorl %eax, %eax / not found
101 je .L4 / goto .L4 (found)
111 / found at the fourth byte
114 / found at the third byte
117 / found at the second byte
[all …]
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaMechManager.c217 boolean_t found; in meta_mechManager_get_slots() local
231 if (!found) { in meta_mechManager_get_slots()
285 boolean_t found; in meta_mechManager_update_mech() local
299 if (!found) { in meta_mechManager_update_mech()
339 boolean_t found; in meta_mechManager_update_slot() local
404 if (!found) { in meta_mechManager_update_slot()
515 if (!found) in meta_mechManager_allocmechs()
520 if (found) { in meta_mechManager_allocmechs()
534 if (!found) { in meta_mechManager_allocmechs()
621 return (found); in find_mech_index()
[all …]
H A DmetaAttrManager.c114 boolean_t found; in get_master_attributes_by_template() local
117 if (!found) { in get_master_attributes_by_template()
139 found = B_TRUE; in get_master_attributes_by_template()
146 if (!found) { in get_master_attributes_by_template()
626 boolean_t found = B_FALSE; in find_attribute() local
632 found = B_TRUE; in find_attribute()
651 boolean_t found = B_FALSE; in get_template_ulong() local
659 found = B_TRUE; in get_template_ulong()
664 return (found); in get_template_ulong()
690 found = B_TRUE; in get_template_boolean()
[all …]
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_zpool.c68 int found = 0; in inuse_zpool_common() local
76 return (found); in inuse_zpool_common()
87 return (found); in inuse_zpool_common()
99 found = 1; in inuse_zpool_common()
101 found = 1; in inuse_zpool_common()
104 found = 1; in inuse_zpool_common()
108 found = 1; in inuse_zpool_common()
111 if (found) { in inuse_zpool_common()
124 return (found); in inuse_zpool_common()
/illumos-gate/usr/src/cmd/users/
H A Dusers.c112 int found; member
124 int found; member
448 found = FALSE; in isamember()
453 return (found); in isamember()
545 found = FALSE; in adddisp()
548 found = TRUE; in adddisp()
723 pgrp->found = FALSE; in main()
747 pgrp->found = FALSE; in main()
771 plogin->found = FALSE; in main()
858 if (!pgrp->found) { in main()
[all …]
/illumos-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.c660 struct memlist *found; in ndata_alloc() local
678 ASSERT(end <= found->ml_address + found->ml_size); in ndata_alloc()
681 above = found->ml_address + found->ml_size - end; in ndata_alloc()
708 ASSERT(found == ndata); in ndata_alloc()
713 found->ml_address = found->ml_next->ml_address; in ndata_alloc()
714 found->ml_size = found->ml_next->ml_size; in ndata_alloc()
715 if ((found->ml_next = found->ml_next->ml_next) != NULL) in ndata_alloc()
716 found->ml_next->ml_prev = found; in ndata_alloc()
722 found->ml_size = 0; in ndata_alloc()
742 if ((found->ml_prev->ml_next = found->ml_next) != NULL) in ndata_alloc()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfgetr.c41 int found; local
55 found = 0;
64 found = 1;
68 found = 1;
73 while(!found)
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;
/illumos-gate/usr/src/lib/libproc/common/
H A DPexecname.c108 goto found; in Pfindexec()
136 goto found; in Pfindexec()
140 goto found; in Pfindexec()
156 goto found; in Pfindexec()
172 goto found; in Pfindexec()
176 goto found; in Pfindexec()
188 goto found; in Pfindexec()
192 goto found; in Pfindexec()
227 goto found; in Pfindexec()
234 found: in Pfindexec()
/illumos-gate/usr/src/lib/libsaveargs/amd64/
H A Dsaveargs.c260 uint8_t found = 0; in saveargs_has_args() local
285 found = 0; in saveargs_has_args()
298 found |= (1 << j); in saveargs_has_args()
300 if (found == ((1 << argc) - 1)) { in saveargs_has_args()
315 found = 0; in saveargs_has_args()
329 found |= (1 << (j - start_index)); in saveargs_has_args()
331 if (found == in saveargs_has_args()
345 found = 0; in saveargs_has_args()
360 found |= (1 << j); in saveargs_has_args()
362 if (found == in saveargs_has_args()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddisp1.c801 RSTATUS *found = NULL; in s_inquire_request_rank() local
849 if (found) { in s_inquire_request_rank()
861 (found->form? found->form->form->name : ""), in s_inquire_request_rank()
866 found = rp; in s_inquire_request_rank()
870 if (found) { in s_inquire_request_rank()
877 found->secure->size, in s_inquire_request_rank()
878 found->secure->date, in s_inquire_request_rank()
881 (found->form? found->form->form->name : ""), in s_inquire_request_rank()
1042 char *found = (char *)0; in s_move_dest() local
1074 if (found) in s_move_dest()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dgenget.c86 register char **c, **found; in genget() local
92 found = 0; in genget()
99 if (found) in genget()
101 found = c; in genget()
103 return (found); in genget()
/illumos-gate/usr/src/test/os-tests/tests/xsave/
H A Dsetcontext_restore.c28 xsu_fpu_t init_set, override, found; variable
34 xsu_getfpu(&found, hwsup); in setcontext_restore_check()
35 if (xsu_same(&init_set, &found, hwsup)) { in setcontext_restore_check()
68 xsu_getfpu(&found, hwsup); in main()
69 if (!xsu_same(&override, &found, hwsup)) { in main()

12345678910>>...38