Home
last modified time | relevance | path

Searched refs:found (Results 151 – 175 of 948) sorted by relevance

12345678910>>...38

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_solaris.c282 boolean_t found = FALSE; in kt_remove_by_key() local
304 found = TRUE; in kt_remove_by_key()
307 found = TRUE; in kt_remove_by_key()
310 if (found == TRUE) { in kt_remove_by_key()
329 found = FALSE; in kt_remove_by_key()
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dcommon.ksh139 found=0
146 found=1
151 if (( $found == 1 )); then
156 if (( $found != 1 )); then
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dzone.c309 uint_t found; /* Was the specific ZSD entry found? */ member
344 cbdp->found = TRUE; in zsd_print()
406 cbd.found = FALSE; in zsd()
433 if (cbd.keygiven == TRUE && cbd.found == FALSE) { in zsd()
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dcommon.c28 uint_t found; /* Was the specific ZSD entry found? */ member
43 cbd->found = TRUE; in zoned_find_zsd_cb()
65 cbd.found = FALSE; in zoned_get_zsd()
72 if (cbd.found == FALSE) { in zoned_get_zsd()
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc_bd.c897 int found = 0; in fhc_bdlist_scan() local
961 found++; in fhc_bdlist_scan()
965 return (found); in fhc_bdlist_scan()
972 int found; in fhc_bd_insert_scan() local
980 found = fhc_bdlist_scan(SYSC_CFGA_RSTATE_EMPTY, jtm); in fhc_bd_insert_scan()
981 if (!found) in fhc_bd_insert_scan()
982 found |= fhc_bdlist_scan(SYSC_CFGA_RSTATE_DISCONNECTED, jtm); in fhc_bd_insert_scan()
983 if (!found) in fhc_bd_insert_scan()
988 return (found); in fhc_bd_insert_scan()
/illumos-gate/usr/src/cmd/tsol/demo/
H A Dclonebylabel.sh64 found=`zoneadm -z $zonename list -p 2>/dev/null`
65 if [ $found ]; then
/illumos-gate/usr/src/cmd/fm/modules/common/fdd-msg/
H A Dfdd_msg.c144 int found = 0; in get_cap_conf() local
155 found++; in get_cap_conf()
163 if (found) { in get_cap_conf()
/illumos-gate/usr/src/tools/smatch/src/cwchash/
H A Dtester.c51 struct value *v, *found; in main() local
97 if (NULL == (found = search_some(h,k))) { in main()
150 if (NULL == (found = remove_some(h,k))) { in main()
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcppath.c236 int found = 0; in create_path() local
270 found++; in create_path()
275 return (!found); in create_path()
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_brdcfg.h109 int i, found = 0; \
113 found = 1; \
117 if (!found) \
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddocmd.c139 goto found; in docmds()
143 goto found; in docmds()
148 found: in docmds()
202 goto found; in doarrow()
205 found: in doarrow()
540 goto found; in dodcolon()
543 found: in dodcolon()
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmain.c181 int c, n, found; in main() local
524 found = 0; in main()
526 found++; in main()
529 if (!found) { in main()
793 int i, found; in ckmissing() local
821 found = 0; in ckmissing()
824 found++; in ckmissing()
828 if (!found) { in ckmissing()
/illumos-gate/usr/src/cmd/device_remap/
H A Ddevice_remap.pl267 my ($found, $path);
272 $found = 0;
276 $found = 1;
281 if ($found == 0) {
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_netops.c153 goto found; in devnet_lookup()
190 found: in devnet_lookup()
220 goto found; in devnet_filldir_datalink()
242 found: in devnet_filldir_datalink()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vss.c318 boolean_t found; in smb_vss_remove_first_token_from_path() local
324 found = B_FALSE; in smb_vss_remove_first_token_from_path()
327 if (!found && smb_vss_is_gmttoken(src)) { in smb_vss_remove_first_token_from_path()
331 found = B_TRUE; in smb_vss_remove_first_token_from_path()
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dextends.c53 int found = 0, errors = 0, ki = 0; in do_extends() local
135 if ((found = find_fun(key, localvalue, parentfun))) { in do_extends()
137 if (found = arch_match(efp, T_info->ti_archtoken)) in do_extends()
144 if (found) { in do_extends()
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dstr_conv.c153 int found; local
159 found = 0;
178 found = 1;
187 return((found) ? 0 : EINVAL);
/illumos-gate/usr/src/cmd/luxadm/
H A Dqlgcupdate.c1312 int size, found = 0; in emulex_fcodeversion() local
1333 found = 1; in emulex_fcodeversion()
1337 if (found) { in emulex_fcodeversion()
1425 goto found; in emulex_fcode_reader()
1446 goto found; in emulex_fcode_reader()
1483 goto found; in emulex_fcode_reader()
1502 goto found; in emulex_fcode_reader()
1521 goto found; in emulex_fcode_reader()
1540 goto found; in emulex_fcode_reader()
1548 found: in emulex_fcode_reader()
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrchr.S34 je .found / yes
67 .found: label
/illumos-gate/usr/src/lib/libadm/common/
H A Dputdgrp.c804 int found; /* TRUE if member is in membership */ in _rmdgrpmems() local
832 found = FALSE; in _rmdgrpmems()
837 while (pm && !found) { in _rmdgrpmems()
846 found = TRUE; in _rmdgrpmems()
862 if (!found) { in _rmdgrpmems()
/illumos-gate/usr/src/cmd/projadd/
H A Dprojmod.pl159 my $found;
180 $found = 0;
183 if (!$found &&
185 $found = 1;
191 if (!$found) {
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.msg209 object. This information is found in the e_ident array in\n\
221 found in the e_type field of the ELF header.\n\
234 This information is found in the e_machine field of the\n\
248 is found in the e_version field of the ELF header.\n\
278 This information is found in the e_phoff field of the\n\
294 This information is found in the e_shoff field of the\n\
310 with the file. This information is found in the e_flags\n\
337 is found in the e_ehsize field of the ELF header.\n\
446 is found in the e_ident[EI_MAG0] field of the ELF header.\n\
461 is found in the e_ident[EI_MAG1] field of the ELF header.\n\
[all …]
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dlhot.c130 int found = 0; in l_make_node() local
163 for (wwnlp = wwn_list, found = 0; in l_make_node()
168 found = 1; in l_make_node()
172 if (found) { in l_make_node()
239 for (wwnlp = wwn_list, found = 0; wwnlp != NULL; in l_make_node()
243 found = 1; in l_make_node()
246 if (found) { in l_make_node()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dconditions.c243 char target[MAXHOSTNAMELEN], found[MAXHOSTNAMELEN]; in test_condition_domain() local
254 found[i] = tolower(found_domain[i]); in test_condition_domain()
255 found[len_f] = '\0'; in test_condition_domain()
259 return (found_domain != NULL && strcmp(found, target) == 0); in test_condition_domain()
261 return (found_domain == NULL || strcmp(found, target) != 0); in test_condition_domain()
263 return (found_domain != NULL && strstr(found, target) != NULL); in test_condition_domain()
265 return (found_domain == NULL || strstr(found, target) == NULL); in test_condition_domain()
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddirectory_server.c172 lvals->found = TRUE; in str_list_dav()
217 lvals->found = TRUE; in uint_list_dav()
262 lvals->found = TRUE; in bin_list_dav()

12345678910>>...38