Searched refs:return_value (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_runtime.c | 152 boolean_t return_value = B_TRUE; /* default behavior */ in do_owner_ioctls() local 162 return_value = B_FALSE; in do_owner_ioctls() 167 return_value = B_FALSE; in do_owner_ioctls() 183 return (return_value); in do_owner_ioctls()
|
H A D | meta_sp.c | 2902 int return_value; in meta_sp_get_extent_list_for_drive() local 2917 return_value = meta_check_sp(mdsetnamep, &test_sp_struct, in meta_sp_get_extent_list_for_drive() 2919 if (return_value != 0) { in meta_sp_get_extent_list_for_drive() 2928 return_value = meta_repartition_drive(mdsetnamep, mddrivenamep, in meta_sp_get_extent_list_for_drive() 2930 if (return_value != 0) { in meta_sp_get_extent_list_for_drive()
|
/titanic_41/usr/src/lib/libfsmgt/common/ |
H A D | fs_mounts.c | 431 char *return_value; in fs_parse_optlist_for_option() local 448 } else if ((return_value = is_option(token, opt, errp)) != NULL) { in fs_parse_optlist_for_option() 450 return (return_value); in fs_parse_optlist_for_option() 464 } else if ((return_value = in fs_parse_optlist_for_option() 468 return (return_value); in fs_parse_optlist_for_option()
|
/titanic_41/usr/src/lib/libsasl/lib/ |
H A D | common.c | 2740 char * return_value; /* function return value */ in _sasl_getpath() local 2746 return_value = NULL; in _sasl_getpath() 2774 return_value = NULL; in _sasl_getpath() 2781 return_value = NULL; in _sasl_getpath() 2798 return_value = NULL; in _sasl_getpath() 2809 return_value = NULL; in _sasl_getpath() 2818 return_value = NULL; in _sasl_getpath() 2830 return_value = NULL; in _sasl_getpath() 2866 return_value = NULL; in _sasl_getpath() 2870 return_value = ValueData; in _sasl_getpath() [all …]
|
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | fme.c | 3774 enum fme_state return_value = FME_CREDIBLE; in effects_test() local 3787 return_value = FME_WAIT; in effects_test() 3802 return_value = FME_DISPROVED; in effects_test() 3809 if (return_value == FME_DISPROVED) { in effects_test() 3818 fme_state2str(return_value)); in effects_test() 3822 if (return_value == FME_WAIT) in effects_test() 3824 return (return_value); in effects_test() 3834 enum fme_state return_value = FME_CREDIBLE; in requirements_test() local 3878 return_value = FME_DISPROVED; in requirements_test() 3881 return_value = FME_WAIT; in requirements_test() [all …]
|
/titanic_41/usr/src/uts/common/io/usb/clients/hidparser/ |
H A D | hidparser.c | 2234 entity_attribute_t *return_value, *current_src, *current_dst; in hidparser_cp_attribute_list() local 2242 current_dst = return_value = hidparser_alloc_attrib_list(1); in hidparser_cp_attribute_list() 2264 return (return_value); in hidparser_cp_attribute_list()
|
/titanic_41/usr/src/uts/sparc/v9/ml/ |
H A D | ddi_v9_asm.s | 1033 brnz,a,pn %o0, 0f ! if (return_value != 0)
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge.c | 4578 int return_value = DDI_SUCCESS; in ql_write_mac_proto_regs() local 4584 return_value = DDI_FAILURE; in ql_write_mac_proto_regs() 4590 return (return_value); in ql_write_mac_proto_regs()
|