Home
last modified time | relevance | path

Searched refs:iret (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/lib/librstp/common/
H A Dstpmgmt.c62 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 Dstpm.c46 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 Dstp_in.c463 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_41/usr/src/uts/i86pc/sys/
H A Dmachprivregs.h85 #define IRET iret
144 #define FAST_INTR_RETURN iret
/titanic_41/usr/src/cmd/cmd-crypto/elfsign/
H A Delfsign.c343 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_41/usr/src/lib/libbe/common/
H A Dbe_zones.c514 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 Dbe_activate.c677 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 Dbe_create.c1893 int iret = 0; in be_copy_zones() local
2086 if ((iret = be_clone_fs_callback(z_zhp, &bt)) != 0) { in be_copy_zones()
2088 if (iret != BE_ERR_BE_EXISTS) { in be_copy_zones()
2092 ret = iret; in be_copy_zones()
2154 iret = be_clone_fs_callback(z_zhp, &bt); in be_copy_zones()
2156 if (iret == 0) { in be_copy_zones()
2158 } else if (iret != BE_ERR_BE_EXISTS) { in be_copy_zones()
2163 ret = iret; in be_copy_zones()
/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_node.c867 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_41/usr/src/uts/i86xpv/ml/
H A Dpanic_asm.s256 iret
266 iret
/titanic_41/usr/src/lib/gss_mechs/mech_dummy/mech/
H A Ddmech.c400 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_41/usr/src/grub/grub-0.97/stage2/
H A Dasm.S324 iret
603 iret
729 iret
870 iret
/titanic_41/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd.c500 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()