Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 949) sorted by last modified time

12345678910>>...38

/illumos-gate/usr/src/uts/intel/os/
H A Dmicrocode.c204 int found = 0; in ucode_update() local
257 found = 1; in ucode_update()
286 if (!found) { in ucode_update()
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c3359 boolean_t found = B_FALSE; in nvme_allocated_ns() local
3373 found = B_TRUE; in nvme_allocated_ns()
3377 return (found); in nvme_allocated_ns()
3402 boolean_t found = B_FALSE; in nvme_active_ns() local
3416 found = B_TRUE; in nvme_active_ns()
3420 return (found); in nvme_active_ns()
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_gld.c506 bool found = false; in igc_m_multicast() local
516 found = true; in igc_m_multicast()
520 if (!found) { in igc_m_multicast()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6035 boolean_t found = B_FALSE; in e1000g_find_mac_address() local
6052 found = B_TRUE; in e1000g_find_mac_address()
6066 found = B_TRUE; in e1000g_find_mac_address()
6084 found = B_TRUE; in e1000g_find_mac_address()
6089 if (found) { in e1000g_find_mac_address()
6094 return (found); in e1000g_find_mac_address()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c470 boolean_t found = B_FALSE; in sa_find_layout() local
480 found = B_TRUE; in sa_find_layout()
485 if (!found) { in sa_find_layout()
870 boolean_t found = B_FALSE; in sa_attr_table_setup() local
879 found = B_TRUE; in sa_attr_table_setup()
883 if (found) in sa_attr_table_setup()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c10229 int found = 0; in hanfsv4_failover() local
10252 found = 1; in hanfsv4_failover()
10257 if (found == 0) { in hanfsv4_failover()
10305 int found = 0; in hanfsv4_failover() local
10319 found = 1; in hanfsv4_failover()
10326 if (found == 0) { in hanfsv4_failover()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_config.c1496 int found = 0, j; in verify_value() local
1584 found = 0; j = 0; in verify_value()
1589 found = 1; in verify_value()
1594 if (!found) { in verify_value()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c921 int found = 0; in dequeue_self() local
935 found = 1; in dequeue_self()
941 if (!found) in dequeue_self()
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src45 # address is no longer valid. The latest version can always be found at
62 # be found at <http://www.tuxedo.org/terminfo>.
1305 # Graphics for line drawing are not reliably found at *any* character
2093 # found near the end of this file.
4713 # Issues/features found with tack:
4725 # Issues found with ncurses test-program:
4729 # Checked with vttest, found low degree of compatibility there.
4923 # entry cannot be found, "vt100" is used as a substitute.
11401 # can't be found on the Web; I fear they're long dead. R.I.P.
19790 # found, and turn off the other magic keys along the top row, except
[all …]
H A Dtermcap.src45 # address is no longer valid. The latest version can always be found at
62 # be found at <http://www.tuxedo.org/terminfo>.
1183 # Graphics for line drawing are not reliably found at *any* character
1839 # found near the end of this file.
4120 # Issues/features found with tack:
4132 # Issues found with ncurses test-program:
4136 # Checked with vttest, found low degree of compatibility there.
4304 # entry cannot be found, "vt100" is used as a substitute.
10063 # can't be found on the Web; I fear they're long dead. R.I.P.
17656 # found, and turn off the other magic keys along the top row, except
[all …]
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c2667 int found = 0; in name_or_guid_exists() local
2678 found = 1; in name_or_guid_exists()
2685 found = 1; in name_or_guid_exists()
2689 return (found); in name_or_guid_exists()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c2344 boolean_t found; in zfs_do_upgrade() local
2352 found = cb.cb_foundone; in zfs_do_upgrade()
2359 if (!cb.cb_foundone && !found) { in zfs_do_upgrade()
3046 boolean_t found = B_FALSE; in zfs_do_userspace() local
3053 found = B_TRUE; in zfs_do_userspace()
3058 if (!found) { in zfs_do_userspace()
/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/
H A Dlock.c892 int found = 0; in lock_status() local
932 found++; in lock_status()
942 if (found == 1) { in lock_status()
963 return (found == 0 ? 1 : 0); in lock_status()
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c3657 uint_t found; in main() local
3667 found = nzents; in main()
3669 if (zone_list(zids, &found) != 0) in main()
3677 if (found == nzents) in main()
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c495 int32_t found = 0; in check_and_unmount_floppy() local
572 found = 1; in check_and_unmount_floppy()
577 return (found); in check_and_unmount_floppy()
1128 static int found = 0; in find_device() local
1164 if ((!defer) && !found) { in find_device()
1171 found = 1; in find_device()
1191 if (dev_name && !found) { in find_device()
1195 found = 1; in find_device()
1462 return (vol_lookup(tmpstr, found)); in lookup_device()
1479 return (vol_lookup(tmpstr, found)); in lookup_device()
[all …]
/illumos-gate/usr/src/cmd/ps/
H A Dps.c935 int found; in print_proc() local
966 found = 0; in print_proc()
976 found++; in print_proc()
978 found++; /* ppid in p option arg list */ in print_proc()
980 found++; /* puid in u option arg list */ in print_proc()
982 found++; /* puid in U option arg list */ in print_proc()
985 found++; /* pgid in g option arg list */ in print_proc()
997 if (!found && !tflg && !aflg) in print_proc()
999 if (!prfind(found, &info, &tp)) in print_proc()
1302 if (tflg && !found) in prfind()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.c563 goto found; in mdb_tgt_lookup_by_name()
567 goto found; in mdb_tgt_lookup_by_name()
571 found: in mdb_tgt_lookup_by_name()
H A Dmdb_proc.c2765 goto found; in pt_lookup_by_name_thr()
2789 found: in pt_lookup_by_name_thr()
2854 goto found; in pt_lookup_by_addr()
2873 goto found; in pt_lookup_by_addr()
2942 goto found; in pt_lookup_by_addr()
2954 found: in pt_lookup_by_addr()
H A Dmdb_kproc.c659 goto found; in kp_lookup_by_addr()
697 goto found; in kp_lookup_by_addr()
712 found: in kp_lookup_by_addr()
H A Dmdb_kvm.c950 goto found; in kt_lookup_by_addr()
965 found: in kt_lookup_by_addr()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c905 goto found; in kmt_lookup_by_addr()
941 found: in kmt_lookup_by_addr()
1030 found: in kmt_lookup_by_name()
/illumos-gate/usr/src/cmd/itadm/
H A Ditadm.c815 boolean_t found = B_FALSE; in list_target() local
852 if (found) { in list_target()
864 found = B_TRUE; in list_target()
977 if (tgt && (!found)) { in list_target()
1430 boolean_t found = B_FALSE; in list_tpg() local
1449 if (found) { in list_tpg()
1457 found = B_TRUE; in list_tpg()
1515 if (tpg && (!found)) { in list_tpg()
1747 if (found) { in list_initiator()
1755 found = B_TRUE; in list_initiator()
[all …]
/illumos-gate/usr/src/cmd/fwflash/common/
H A Dfwflash.c867 int found = 0; in fwflash_update() local
930 found++; in fwflash_update()
977 if (!found) in fwflash_update()
1000 int found = 0; in fwflash_read_file() local
1014 found++; in fwflash_read_file()
1019 if (!found) { in fwflash_read_file()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautomount.c356 struct extmnttab *found = NULL; local
361 found = mntl->mntl_mnt;
367 return (found);
/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.c85 goto found; in pchild()
87 found: in pchild()

12345678910>>...38