Home
last modified time | relevance | path

Searched refs:report_len (Results 1 – 25 of 85) sorted by relevance

1234

/dports/sysutils/sg3_utils/sg3_utils-1.42/src/
H A Dsg_stpg.c409 int sg_fd, k, off, res, c, report_len, tgt_port_count; in main() local
565 report_len = sg_get_unaligned_be16(rsp_buff + 2) + 4; in main()
575 if (report_len > MX_ALLOC_LEN) { in main()
579 } else if (report_len > DEF_VPD_DEVICE_ID_LEN) { in main()
581 report_len, 1, verbose)) in main()
599 if (report_len > (int)sizeof(reportTgtGrpBuff)) { in main()
603 report_len = (int)sizeof(reportTgtGrpBuff); in main()
606 dStrRaw((const char *)reportTgtGrpBuff, report_len); in main()
610 printf("Report list length = %d\n", report_len); in main()
656 report_len = numgrp * 4 + 4; in main()
[all …]
H A Dsg_rtpg.c138 int sg_fd, k, j, off, res, c, report_len, tgt_port_count; in main() local
229 report_len = sg_get_unaligned_be32(reportTgtGrpBuff + 0) + 4; in main()
230 if (report_len > (int)sizeof(reportTgtGrpBuff)) { in main()
234 report_len = (int)sizeof(reportTgtGrpBuff); in main()
237 dStrRaw((const char *)reportTgtGrpBuff, report_len); in main()
241 printf("Report list length = %d\n", report_len); in main()
245 dStrHex((const char *)reportTgtGrpBuff, report_len, 1); in main()
258 for (k = ucp - reportTgtGrpBuff; k < report_len; in main()
/dports/sysutils/apcupsd/apcupsd-3.14.14/src/drivers/usb/generic/
H A Dgeneric-usb.c104 info->report_len = _hidups.GetReportSize( /* +1 for report id */ in pusb_ups_get_capabilities()
107 ci, item.report_ID, info->report_len, in pusb_ups_get_capabilities()
114 ci, item.report_ID, info->report_len, in pusb_ups_get_capabilities()
244 len = _hidups.GetReport(&info->item, data, info->report_len); in pusb_get_value()
261 if (info->report_len != len) { in pusb_get_value()
264 info->item.report_ID, ci, info->report_len, len); in pusb_get_value()
265 info->report_len = len; in pusb_get_value()
411 if (_info[ci]->report_len != retval) { in check_state()
415 _info[ci]->report_len, retval); in check_state()
501 if (_hidups.GetReport(&info->item, rpt, info->report_len) < 1) { in write_int_to_ups()
[all …]
/dports/sysutils/apcctrl/apcctrl-0.8.21/src/drivers/usb/generic/
H A Dgeneric-usb.c104 info->report_len = _hidups.GetReportSize( /* +1 for report id */ in pusb_ups_get_capabilities()
107 ci, item.report_ID, info->report_len, in pusb_ups_get_capabilities()
114 ci, item.report_ID, info->report_len, in pusb_ups_get_capabilities()
244 len = _hidups.GetReport(&info->item, data, info->report_len); in pusb_get_value()
261 if (info->report_len != len) { in pusb_get_value()
264 info->item.report_ID, ci, info->report_len, len); in pusb_get_value()
265 info->report_len = len; in pusb_get_value()
411 if (_info[ci]->report_len != retval) { in check_state()
415 _info[ci]->report_len, retval); in check_state()
501 if (_hidups.GetReport(&info->item, rpt, info->report_len) < 1) { in write_int_to_ups()
[all …]
/dports/sysutils/apcctrl/apcctrl-0.8.21/src/drivers/usb/bsd/
H A Dbsd-usb.c383 info->report_len = hid_report_size( /* +1 for report id */ in pusb_ups_get_capabilities()
386 ci, item.report_ID, info->report_len, in pusb_ups_get_capabilities()
393 ci, item.report_ID, info->report_len, in pusb_ups_get_capabilities()
523 len = hidu_get_report(_fd, &info->item, data, info->report_len); in pusb_get_value()
540 if (info->report_len != len) { in pusb_get_value()
543 info->item.report_ID, ci, info->report_len, len); in pusb_get_value()
544 info->report_len = len; in pusb_get_value()
643 if (_info[ci]->report_len != retval) { in check_state()
647 _info[ci]->report_len, retval); in check_state()
730 if (hidu_get_report(_fd, &info->item, rpt, info->report_len) < 1) { in write_int_to_ups()
[all …]
/dports/sysutils/cfengine317/cfengine-3.17.0/cf-testd/
H A Dcf-testd.c82 int report_len; member
284 const int report_len = config->report_len; in CFTestD_GetServerQuery() local
295 if (report_len == 0) in CFTestD_GetServerQuery()
304 report_len); in CFTestD_GetServerQuery()
310 char *header = StringFormat("CFR: 0 %s %d\n", ts, report_len); in CFTestD_GetServerQuery()
652 size_t report_len = 0; in CFTestD_ServeReport() local
667 report_len += report_line_len; in CFTestD_ServeReport()
672 config->report_len = report_len; in CFTestD_ServeReport()
676 config->report_len); in CFTestD_ServeReport()
678 if (config->report_len <= 0) in CFTestD_ServeReport()
/dports/sysutils/cfengine318/cfengine-3.18.1/cf-testd/
H A Dcf-testd.c82 int report_len; member
284 const int report_len = config->report_len; in CFTestD_GetServerQuery() local
295 if (report_len == 0) in CFTestD_GetServerQuery()
304 report_len); in CFTestD_GetServerQuery()
310 char *header = StringFormat("CFR: 0 %s %d\n", ts, report_len); in CFTestD_GetServerQuery()
652 size_t report_len = 0; in CFTestD_ServeReport() local
667 report_len += report_line_len; in CFTestD_ServeReport()
672 config->report_len = report_len; in CFTestD_ServeReport()
676 config->report_len); in CFTestD_ServeReport()
678 if (config->report_len <= 0) in CFTestD_ServeReport()
/dports/sysutils/cfengine-devel/core-d08ae9eff/cf-testd/
H A Dcf-testd.c82 int report_len; member
284 const int report_len = config->report_len; in CFTestD_GetServerQuery() local
295 if (report_len == 0) in CFTestD_GetServerQuery()
304 report_len); in CFTestD_GetServerQuery()
310 char *header = StringFormat("CFR: 0 %s %d\n", ts, report_len); in CFTestD_GetServerQuery()
652 size_t report_len = 0; in CFTestD_ServeReport() local
667 report_len += report_line_len; in CFTestD_ServeReport()
672 config->report_len = report_len; in CFTestD_ServeReport()
676 config->report_len); in CFTestD_ServeReport()
678 if (config->report_len <= 0) in CFTestD_ServeReport()
/dports/sysutils/cfengine316/cfengine-3.16.0/cf-testd/
H A Dcf-testd.c82 int report_len; member
284 const int report_len = config->report_len; in CFTestD_GetServerQuery() local
295 if (report_len == 0) in CFTestD_GetServerQuery()
304 report_len); in CFTestD_GetServerQuery()
310 char *header = StringFormat("CFR: 0 %s %d\n", ts, report_len); in CFTestD_GetServerQuery()
652 size_t report_len = 0; in CFTestD_ServeReport() local
667 report_len += report_line_len; in CFTestD_ServeReport()
672 config->report_len = report_len; in CFTestD_ServeReport()
676 config->report_len); in CFTestD_ServeReport()
678 if (config->report_len <= 0) in CFTestD_ServeReport()
/dports/sysutils/cfengine/cfengine-3.19.0/cf-testd/
H A Dcf-testd.c82 int report_len; member
284 const int report_len = config->report_len; in CFTestD_GetServerQuery() local
295 if (report_len == 0) in CFTestD_GetServerQuery()
304 report_len); in CFTestD_GetServerQuery()
310 char *header = StringFormat("CFR: 0 %s %d\n", ts, report_len); in CFTestD_GetServerQuery()
652 size_t report_len = 0; in CFTestD_ServeReport() local
667 report_len += report_line_len; in CFTestD_ServeReport()
672 config->report_len = report_len; in CFTestD_ServeReport()
676 config->report_len); in CFTestD_ServeReport()
678 if (config->report_len <= 0) in CFTestD_ServeReport()
/dports/sysutils/cfengine319/cfengine-3.19.0/cf-testd/
H A Dcf-testd.c82 int report_len; member
284 const int report_len = config->report_len; in CFTestD_GetServerQuery() local
295 if (report_len == 0) in CFTestD_GetServerQuery()
304 report_len); in CFTestD_GetServerQuery()
310 char *header = StringFormat("CFR: 0 %s %d\n", ts, report_len); in CFTestD_GetServerQuery()
652 size_t report_len = 0; in CFTestD_ServeReport() local
667 report_len += report_line_len; in CFTestD_ServeReport()
672 config->report_len = report_len; in CFTestD_ServeReport()
676 config->report_len); in CFTestD_ServeReport()
678 if (config->report_len <= 0) in CFTestD_ServeReport()
/dports/sysutils/apcupsd/apcupsd-3.14.14/src/drivers/usb/bsd/
H A Dbsd-usb.c383 info->report_len = hid_report_size( /* +1 for report id */ in pusb_ups_get_capabilities()
386 ci, item.report_ID, info->report_len, in pusb_ups_get_capabilities()
393 ci, item.report_ID, info->report_len, in pusb_ups_get_capabilities()
523 len = hidu_get_report(_fd, &info->item, data, info->report_len); in pusb_get_value()
540 if (info->report_len != len) { in pusb_get_value()
543 info->item.report_ID, ci, info->report_len, len); in pusb_get_value()
544 info->report_len = len; in pusb_get_value()
643 if (_info[ci]->report_len != retval) { in check_state()
647 _info[ci]->report_len, retval); in check_state()
730 if (hidu_get_report(_fd, &info->item, rpt, info->report_len) < 1) { in write_int_to_ups()
[all …]
/dports/security/libfido2/libfido2-1.9.0/src/
H A Dhid.c50 fido_hid_get_usage(const uint8_t *report_ptr, size_t report_len, in fido_hid_get_usage() argument
54 size_t len = report_len; in fido_hid_get_usage()
82 fido_hid_get_report_len(const uint8_t *report_ptr, size_t report_len, in fido_hid_get_report_len() argument
86 size_t len = report_len; in fido_hid_get_report_len()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hid/
H A Dhid-vivaldi.c76 u32 report_len; in vivaldi_feature_mapping() local
93 report_len = hid_report_len(field->report); in vivaldi_feature_mapping()
95 report_len, HID_FEATURE_REPORT, in vivaldi_feature_mapping()
104 report_len, 0); in vivaldi_feature_mapping()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hid/
H A Dhid-vivaldi.c76 u32 report_len; in vivaldi_feature_mapping() local
93 report_len = hid_report_len(field->report); in vivaldi_feature_mapping()
95 report_len, HID_FEATURE_REPORT, in vivaldi_feature_mapping()
104 report_len, 0); in vivaldi_feature_mapping()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hid/
H A Dhid-vivaldi.c76 u32 report_len; in vivaldi_feature_mapping() local
93 report_len = hid_report_len(field->report); in vivaldi_feature_mapping()
95 report_len, HID_FEATURE_REPORT, in vivaldi_feature_mapping()
104 report_len, 0); in vivaldi_feature_mapping()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/mouse/
H A Delan_i2c_smbus.c475 unsigned int *report_len) in elan_smbus_get_report_features() argument
482 *report_len = ETP_SMBUS_REPORT_LEN; in elan_smbus_get_report_features()
487 u8 *report, unsigned int report_len) in elan_smbus_get_report() argument
502 report_len = ETP_SMBUS_REPORT_LEN2; in elan_smbus_get_report()
504 if (len != report_len) { in elan_smbus_get_report()
507 len, report_len); in elan_smbus_get_report()
H A Delan_i2c.h110 unsigned int *report_len);
112 unsigned int report_len);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/mouse/
H A Delan_i2c_smbus.c475 unsigned int *report_len) in elan_smbus_get_report_features() argument
482 *report_len = ETP_SMBUS_REPORT_LEN; in elan_smbus_get_report_features()
487 u8 *report, unsigned int report_len) in elan_smbus_get_report() argument
502 report_len = ETP_SMBUS_REPORT_LEN2; in elan_smbus_get_report()
504 if (len != report_len) { in elan_smbus_get_report()
507 len, report_len); in elan_smbus_get_report()
H A Delan_i2c.h110 unsigned int *report_len);
112 unsigned int report_len);
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/mouse/
H A Delan_i2c_smbus.c475 unsigned int *report_len) in elan_smbus_get_report_features() argument
482 *report_len = ETP_SMBUS_REPORT_LEN; in elan_smbus_get_report_features()
487 u8 *report, unsigned int report_len) in elan_smbus_get_report() argument
502 report_len = ETP_SMBUS_REPORT_LEN2; in elan_smbus_get_report()
504 if (len != report_len) { in elan_smbus_get_report()
507 len, report_len); in elan_smbus_get_report()
H A Delan_i2c.h110 unsigned int *report_len);
112 unsigned int report_len);
/dports/devel/hadoop/hadoop-1.2.1/src/webapps/job/
H A Djobtasks.jsp181 int report_len = reports.length;
183 if (report_len > start_index) {
185 if (end_index > report_len){
186 end_index = report_len;
281 int report_len = 0;
323 report_len = reports.length;
325 if (report_len <= start_index) {
335 if (end_index > report_len){
336 end_index = report_len;
362 if (end_index < report_len) {
/dports/devel/hadoop/hadoop-1.2.1/webapps/job/
H A Djobtasks.jsp181 int report_len = reports.length;
183 if (report_len > start_index) {
185 if (end_index > report_len){
186 end_index = report_len;
281 int report_len = 0;
323 report_len = reports.length;
325 if (report_len <= start_index) {
335 if (end_index > report_len){
336 end_index = report_len;
362 if (end_index < report_len) {
/dports/sysutils/LPRng/lprng-3.8.C/src/common/
H A Dgetprinter.c76 void Fix_Rm_Rp_info(char *report_conflict, int report_len ) in Fix_Rm_Rp_info() argument
147 plp_snprintf(report_conflict,report_len, in Fix_Rm_Rp_info()
237 plp_snprintf(report_conflict,report_len, in Fix_Rm_Rp_info()
258 plp_snprintf(report_conflict,report_len, in Fix_Rm_Rp_info()

1234