/titanic_44/usr/src/lib/librstp/common/ |
H A D | stpmgmt.c | 62 int iret = 0; in STP_IN_stpm_delete() local 68 iret = STP_Vlan_Had_Not_Yet_Been_Created; in STP_IN_stpm_delete() 73 iret = STP_Another_Error; in STP_IN_stpm_delete() 78 if (0 == iret) { in STP_IN_stpm_delete() 83 return iret; in STP_IN_stpm_delete() 90 int iret = STP_Cannot_Find_Vlan; in STP_IN_stpm_get_vlan_id_by_name() local 96 iret = 0; in STP_IN_stpm_get_vlan_id_by_name() 102 return iret; in STP_IN_stpm_get_vlan_id_by_name() 110 Bool iret = False; in STP_IN_get_is_stpm_enabled() local 117 iret = True; in STP_IN_get_is_stpm_enabled() [all …]
|
H A D | stpm.c | 46 int iret, mret = 0; in _stp_stpm_iterate_machines() local 50 iret = (*iter_callb) (stater); in _stp_stpm_iterate_machines() 51 if (exit_on_non_zero_ret && iret) in _stp_stpm_iterate_machines() 52 return iret; in _stp_stpm_iterate_machines() 54 mret += iret; in _stp_stpm_iterate_machines() 60 iret = (*iter_callb) (stater); in _stp_stpm_iterate_machines() 61 if (exit_on_non_zero_ret && iret) in _stp_stpm_iterate_machines() 62 return iret; in _stp_stpm_iterate_machines() 64 mret += iret; in _stp_stpm_iterate_machines()
|
H A D | stp_in.c | 463 int iret = -1; in STP_IN_stpm_get_name_by_vlan_id() local 472 iret = 0; in STP_IN_stpm_get_name_by_vlan_id() 477 return iret; in STP_IN_stpm_get_name_by_vlan_id() 605 int iret; in STP_IN_rx_bpdu() local 672 iret = STP_port_rx_bpdu (port, bpdu, len); in STP_IN_rx_bpdu() 676 return iret; in STP_IN_rx_bpdu()
|
/titanic_44/usr/src/uts/i86pc/sys/ |
H A D | machprivregs.h | 85 #define IRET iret 144 #define FAST_INTR_RETURN iret
|
/titanic_44/usr/src/cmd/cmd-crypto/elfsign/ |
H A D | elfsign.c | 343 ret_t iret; in main() local 346 iret = EXIT_OKAY; in main() 349 iret = action(cmd_info.elfobj[i]); in main() 350 if (iret > ret) in main() 351 ret = iret; in main() 355 iret = action(argv[i]); in main() 356 if (iret > ret) in main() 357 ret = iret; in main()
|
/titanic_44/usr/src/lib/libbe/common/ |
H A D | be_zones.c | 514 int iret = 0; in be_find_active_zone_root_callback() local 517 if ((iret = be_zone_get_parent_uuid(zfs_get_name(zhp), &parent_uuid)) in be_find_active_zone_root_callback() 521 zfs_get_name(zhp), be_err_to_str(iret)); in be_find_active_zone_root_callback()
|
H A D | be_activate.c | 677 int iret = BE_SUCCESS; in be_get_grub_vers() local 678 iret = be_unmount_pool(pool_zhp, ptmp_mntpnt, orig_mntpnt); in be_get_grub_vers() 680 ret = iret; in be_get_grub_vers() 1102 int iret = 0; in be_do_installgrub() local 1103 iret = be_unmount_pool(zhp, ptmp_mntpnt, orig_mntpnt); in be_do_installgrub() 1105 ret = iret; in be_do_installgrub()
|
H A D | be_create.c | 1891 int iret = 0; in be_copy_zones() local 2084 if ((iret = be_clone_fs_callback(z_zhp, &bt)) != 0) { in be_copy_zones() 2086 if (iret != BE_ERR_BE_EXISTS) { in be_copy_zones() 2090 ret = iret; in be_copy_zones() 2149 iret = be_clone_fs_callback(z_zhp, &bt); in be_copy_zones() 2151 if (iret == 0) { in be_copy_zones() 2153 } else if (iret != BE_ERR_BE_EXISTS) { in be_copy_zones() 2158 ret = iret; in be_copy_zones()
|
/titanic_44/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_node.c | 867 int iret; in topo_node_child_walk() local 873 iret = cb_f(thp, cnode, arg); in topo_node_child_walk() 875 if (iret != TOPO_WALK_NEXT) { in topo_node_child_walk() 876 ret = iret; in topo_node_child_walk()
|
/titanic_44/usr/src/uts/i86xpv/ml/ |
H A D | panic_asm.s | 256 iret 266 iret
|
/titanic_44/usr/src/lib/gss_mechs/mech_dummy/mech/ |
H A D | dmech.c | 400 OM_uint32 iret; local 424 if (sscanf((char *)ptr, "%d", &iret) < 1) { 450 if (iret == GSS_S_CONTINUE_NEEDED) 462 if (iret == GSS_S_CONTINUE_NEEDED)
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | asm.S | 324 iret 603 iret 729 iret 870 iret
|
/titanic_44/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd.c | 500 int iret; in sbd_lp_cb() local 529 iret = sbd_import_lu(ilu, struct_sz, &err_ret, 0, NULL); in sbd_lp_cb() 530 if (iret) { in sbd_lp_cb() 532 "err_ret = %d", iret, err_ret); in sbd_lp_cb()
|