Home
last modified time | relevance | path

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

12345678910>>...38

/titanic_50/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslogtab.c172 boolean_t found = B_FALSE; in logtab_findent() local
174 while (!found && (logtab_getent(fd, lepp) > 0)) { in logtab_findent()
175 found = B_TRUE; in logtab_findent()
177 found = strcmp(buffer, (*lepp)->le_buffer) == 0; in logtab_findent()
179 found = found && (strcmp(path, (*lepp)->le_path) == 0); in logtab_findent()
181 found = found && (strcmp(tag, (*lepp)->le_tag) == 0); in logtab_findent()
183 found = found && (state == (*lepp)->le_state); in logtab_findent()
184 if (!found) in logtab_findent()
188 return (found ? 0 : ENOENT); in logtab_findent()
216 boolean_t found; in logtab_rement() local
[all …]
/titanic_50/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/
H A Dcmds12 #define _bin_newgrp 1 /* /bin/newgrp found */
13 #define _usr_bin_newgrp 1 /* /usr/bin/newgrp found */
15 #define _bin_test 1 /* /bin/test found */
16 #define _usr_bin_test 1 /* /usr/bin/test found */
17 #define _usr_ucb_test 1 /* /usr/ucb/test found */
19 #define _bin_id 1 /* /bin/id found */
20 #define _usr_bin_id 1 /* /usr/bin/id found */
22 #define _bin_wc 1 /* /bin/wc found */
23 #define _usr_bin_wc 1 /* /usr/bin/wc found */
24 #define _usr_ucb_wc 1 /* /usr/ucb/wc found */
[all …]
/titanic_50/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/
H A Dcmds12 #define _bin_newgrp 1 /* /bin/newgrp found */
13 #define _usr_bin_newgrp 1 /* /usr/bin/newgrp found */
15 #define _bin_test 1 /* /bin/test found */
16 #define _usr_bin_test 1 /* /usr/bin/test found */
17 #define _usr_ucb_test 1 /* /usr/ucb/test found */
19 #define _bin_id 1 /* /bin/id found */
20 #define _usr_bin_id 1 /* /usr/bin/id found */
22 #define _bin_wc 1 /* /bin/wc found */
23 #define _usr_bin_wc 1 /* /usr/bin/wc found */
24 #define _usr_ucb_wc 1 /* /usr/ucb/wc found */
[all …]
/titanic_50/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/
H A Dcmds12 #define _bin_newgrp 1 /* /bin/newgrp found */
13 #define _usr_bin_newgrp 1 /* /usr/bin/newgrp found */
15 #define _bin_test 1 /* /bin/test found */
16 #define _usr_bin_test 1 /* /usr/bin/test found */
17 #define _usr_ucb_test 1 /* /usr/ucb/test found */
19 #define _bin_id 1 /* /bin/id found */
20 #define _usr_bin_id 1 /* /usr/bin/id found */
22 #define _bin_wc 1 /* /bin/wc found */
23 #define _usr_bin_wc 1 /* /usr/bin/wc found */
24 #define _usr_ucb_wc 1 /* /usr/ucb/wc found */
[all …]
/titanic_50/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/
H A Dcmds12 #define _bin_newgrp 1 /* /bin/newgrp found */
13 #define _usr_bin_newgrp 1 /* /usr/bin/newgrp found */
15 #define _bin_test 1 /* /bin/test found */
16 #define _usr_bin_test 1 /* /usr/bin/test found */
17 #define _usr_ucb_test 1 /* /usr/ucb/test found */
19 #define _bin_id 1 /* /bin/id found */
20 #define _usr_bin_id 1 /* /usr/bin/id found */
22 #define _bin_wc 1 /* /bin/wc found */
23 #define _usr_bin_wc 1 /* /usr/bin/wc found */
24 #define _usr_ucb_wc 1 /* /usr/ucb/wc found */
[all …]
/titanic_50/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;
256 if (found && option_f) {
[all …]
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip_listutils.c71 boolean_t found; in lists_are_different() local
80 found = B_FALSE; in lists_are_different()
84 found = B_TRUE; in lists_are_different()
88 if (!found) in lists_are_different()
155 boolean_t found = B_FALSE; in l_difference() local
174 found = B_TRUE; in l_difference()
178 if (!found) { in l_difference()
181 found = B_FALSE; in l_difference()
271 boolean_t found; in l_union_in_a() local
282 found = B_FALSE; in l_union_in_a()
[all …]
/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dhwf_obj.c299 CK_BBOOL found; in hwf_object_check_required_attributes() local
301 found = template_attribute_find(tmpl, CKA_HW_FEATURE_TYPE, &attr); in hwf_object_check_required_attributes()
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()
[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()
/titanic_50/usr/src/lib/libadm/common/
H A Ddevattr.c108 int found; /* TRUE if attribute found */ in devattr() local
118 found = FALSE; in devattr()
123 found = TRUE; in devattr()
129 found = TRUE; in devattr()
135 found = TRUE; in devattr()
141 found = TRUE; in devattr()
152 while (!found && (p)) { in devattr()
155 found = TRUE; in devattr()
165 if (found) { in devattr()
H A Ddevtab.c918 int found; /* TRUE if record found */ in _getdevrec() local
928 found = FALSE; in _getdevrec()
930 while (!found && (devrec = _getdevtabent())) { in _getdevrec()
933 if (strcmp(device, devrec->cdevice) == 0) found = TRUE; in _getdevrec()
935 if (strcmp(device, devrec->bdevice) == 0) found = TRUE; in _getdevrec()
937 if (strcmp(device, devrec->pathname) == 0) found = TRUE; in _getdevrec()
947 if (!found) { in _getdevrec()
963 while (!found && (devrec = _getdevtabent())) { in _getdevrec()
968 found = TRUE; in _getdevrec()
973 if (!found) _freedevtabent(devrec); in _getdevrec()
[all …]
H A Dckkeywd.c43 char *found; in match() local
48 found = NULL; in match()
51 if (found) in match()
53 found = set[i]; in match()
57 if (found) { in match()
58 (void) strcpy(strval, found); in match()
/titanic_50/usr/src/cmd/acct/lib/
H A Ddevtolin.c70 int found = 0; local
79 while ((!found) && (srch_dirs[dirno] != NULL)) {
83 found = srch_dir(device, srch_dirs[dirno],
93 if (!found)
94 found = srch_dir(device, dev_dir, 0, srch_dirs);
99 if (found) {
129 int found = 0; local
156 while ((!found) && ((d = readdir(fdev)) != NULL))
172 found = 1;
179 found = srch_dir(device, file_name, depth+1, skip_dirs);
[all …]
/titanic_50/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 …]
/titanic_50/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 …]
/titanic_50/usr/src/tools/depcheck/
H A Dget_depend_info310 $found = 0;
316 $found++;
320 if (($FTYPE{"/kernel/$file"} =~ /\w/) && ($found == 0)){
322 $found++;
326 if (($FTYPE{"/usr/kernel/$file"} =~ /\w/) && ($found == 0)){
328 $found++;
331 if ($found == 0) {
355 $found = 0;
361 $found++;
365 if (($FTYPE{"/kernel/$word"} =~ /\w/) && ($found == 0)){
[all …]
/titanic_50/usr/src/lib/libdiskmgt/common/
H A Dinuse_zpool.c70 int found = 0; in inuse_zpool_common() local
78 return (found); in inuse_zpool_common()
89 return (found); in inuse_zpool_common()
101 found = 1; in inuse_zpool_common()
103 found = 1; in inuse_zpool_common()
106 found = 1; in inuse_zpool_common()
110 found = 1; in inuse_zpool_common()
113 if (found) { in inuse_zpool_common()
126 return (found); in inuse_zpool_common()
/titanic_50/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaMechManager.c219 boolean_t found; in meta_mechManager_get_slots() local
232 found = find_mech_index(mech_support_info->mech, &index); in meta_mechManager_get_slots()
233 if (!found) { in meta_mechManager_get_slots()
287 boolean_t found; in meta_mechManager_update_mech() local
300 found = find_mech_index(mech, &index); in meta_mechManager_update_mech()
301 if (!found) { in meta_mechManager_update_mech()
341 boolean_t found; in meta_mechManager_update_slot() local
405 found = find_mech_index(slot_mechlist[mechnum], &index); in meta_mechManager_update_slot()
406 if (!found) { in meta_mechManager_update_slot()
507 boolean_t found; in meta_mechManager_allocmechs() local
[all …]
/titanic_50/usr/src/cmd/users/
H A Dusers.c114 int found; member
126 int found; member
445 int found; /* FLAG: TRUE if login found */ in isamember() local
450 found = FALSE; in isamember()
451 for (pmem = membershead; !found && pmem; pmem = pmem->next) { in isamember()
452 if (strcmp(p, pmem->membername) == 0) found = TRUE; in isamember()
455 return (found); in isamember()
540 int found; /* FLAG, insertion point found */ in adddisp() local
547 found = FALSE; in adddisp()
548 while (!found && current) { in adddisp()
[all …]
/titanic_50/usr/src/uts/sun4/vm/
H A Dsfmmu.c660 struct memlist *found; in ndata_alloc() local
670 if ((found = ndata_select_chunk(ndata, wanted, alignment)) == NULL) in ndata_alloc()
676 base = roundup(found->ml_address, alignment); in ndata_alloc()
678 ASSERT(end <= found->ml_address + found->ml_size); in ndata_alloc()
680 below = base - found->ml_address; in ndata_alloc()
681 above = found->ml_address + found->ml_size - end; in ndata_alloc()
688 found->ml_size = below - below % ecache_alignsize; in ndata_alloc()
695 if ((fnd_above->ml_next = found->ml_next) != NULL) in ndata_alloc()
696 found->ml_next->ml_prev = fnd_above; in ndata_alloc()
697 fnd_above->ml_prev = found; in ndata_alloc()
[all …]
/titanic_50/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)
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;
/titanic_50/usr/src/lib/libsaveargs/amd64/
H A Dsaveargs.c257 uint8_t found = 0; in saveargs_has_args() local
282 found = 0; in saveargs_has_args()
295 found |= (1 << j); in saveargs_has_args()
297 if (found == ((1 << argc) - 1)) { in saveargs_has_args()
312 found = 0; in saveargs_has_args()
326 found |= (1 << (j - start_index)); in saveargs_has_args()
328 if (found == in saveargs_has_args()
342 found = 0; in saveargs_has_args()
357 found |= (1 << j); in saveargs_has_args()
359 if (found == in saveargs_has_args()
/titanic_50/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()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dgenget.c88 register char **c, **found; in genget() local
94 found = 0; in genget()
101 if (found) in genget()
103 found = c; in genget()
105 return (found); in genget()
/titanic_50/usr/src/cmd/lp/cmd/lpsched/
H A Ddisp1.c800 RSTATUS *found = NULL; in s_inquire_request_rank() local
848 if (found) { in s_inquire_request_rank()
849 GetRequestFiles(found->request, files, sizeof (files)); in s_inquire_request_rank()
852 found->secure->req_id, in s_inquire_request_rank()
853 found->request->user, in s_inquire_request_rank()
855 found->secure->slabel, in s_inquire_request_rank()
856 found->secure->size, in s_inquire_request_rank()
857 found->secure->date, in s_inquire_request_rank()
858 found->request->outcome, in s_inquire_request_rank()
859 found->printer->printer->name, in s_inquire_request_rank()
[all …]

12345678910>>...38