Lines Matching refs:xwidget_info
530 xwidget_info_t xwidget_info; in xtalk_error_handler() local
532 xwidget_info = xwidget_info_get(xconn); in xtalk_error_handler()
536 if (xwidget_info && xwidget_info->w_efunc) in xtalk_error_handler()
537 return xwidget_info->w_efunc in xtalk_error_handler()
538 (xwidget_info->w_einfo, in xtalk_error_handler()
743 xwidget_info_dev_get(xwidget_info_t xwidget_info) in xwidget_info_dev_get() argument
745 if (xwidget_info == NULL) in xwidget_info_dev_get()
747 return (xwidget_info->w_vertex); in xwidget_info_dev_get()
751 xwidget_info_id_get(xwidget_info_t xwidget_info) in xwidget_info_id_get() argument
753 if (xwidget_info == NULL) in xwidget_info_id_get()
755 return (xwidget_info->w_id); in xwidget_info_id_get()
760 xwidget_info_master_get(xwidget_info_t xwidget_info) in xwidget_info_master_get() argument
762 if (xwidget_info == NULL) in xwidget_info_master_get()
764 return (xwidget_info->w_master); in xwidget_info_master_get()
768 xwidget_info_masterid_get(xwidget_info_t xwidget_info) in xwidget_info_masterid_get() argument
770 if (xwidget_info == NULL) in xwidget_info_masterid_get()
772 return (xwidget_info->w_masterid); in xwidget_info_masterid_get()
776 xwidget_info_part_num_get(xwidget_info_t xwidget_info) in xwidget_info_part_num_get() argument
778 if (xwidget_info == NULL) in xwidget_info_part_num_get()
780 return (xwidget_info->w_hwid.part_num); in xwidget_info_part_num_get()
784 xwidget_info_mfg_num_get(xwidget_info_t xwidget_info) in xwidget_info_mfg_num_get() argument
786 if (xwidget_info == NULL) in xwidget_info_mfg_num_get()
788 return (xwidget_info->w_hwid.mfg_num); in xwidget_info_mfg_num_get()
794 xwidget_info_name_get(xwidget_info_t xwidget_info) in xwidget_info_name_get() argument
796 if (xwidget_info == NULL) in xwidget_info_name_get()
798 return(xwidget_info->w_name); in xwidget_info_name_get()
935 xwidget_info_t xwidget_info; in xwidget_error_register() local
937 xwidget_info = xwidget_info_get(xwidget); in xwidget_error_register()
938 ASSERT(xwidget_info != NULL); in xwidget_error_register()
939 xwidget_info->w_efunc = efunc; in xwidget_error_register()
940 xwidget_info->w_einfo = einfo; in xwidget_error_register()