Home
last modified time | relevance | path

Searched refs:record_type (Results 1 – 25 of 49) sorted by relevance

12

/openbmc/linux/net/handshake/
H A Dalert.c36 u8 record_type = TLS_RECORD_TYPE_ALERT; in tls_alert_send() local
37 u8 buf[CMSG_SPACE(sizeof(record_type))]; in tls_alert_send()
59 cmsg->cmsg_len = CMSG_LEN(sizeof(record_type)); in tls_alert_send()
60 memcpy(CMSG_DATA(cmsg), &record_type, sizeof(record_type)); in tls_alert_send()
76 u8 record_type; in tls_get_record_type() local
83 record_type = *((u8 *)CMSG_DATA(cmsg)); in tls_get_record_type()
84 trace_tls_contenttype(sk, record_type); in tls_get_record_type()
85 return record_type; in tls_get_record_type()
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_powersupply_readings.robot22 # record_type redfish_uri reading_type
31 # record_type redfish_uri reading_type
65 [Arguments] ${record_type} ${redfish_uri} ${reading_type}
68 # record_type The sensor record type (e.g. "PowerSupplies")
72 Verify Valid Records ${record_type} ${redfish_uri} ${reading_type}
77 [Arguments] ${record_type} ${redfish_uri} ${reading_type}
80 # record_type The sensor record type (e.g. "Voltages")
84 Verify Valid Records ${record_type} ${redfish_uri} ${reading_type}
86 ${records}= Redfish.Get Attribute ${redfish_uri} ${record_type}
H A Dtest_power_control_metrics.robot22 # record_type redfish_uri reading_type
30 [Arguments] ${record_type} ${redfish_uri} ${reading_type}
33 # record_type The sensor record type (e.g. "PowerControl")
37 Verify Valid Records ${record_type} ${redfish_uri} ${reading_type}
39 ${records}= Redfish.Get Attribute ${redfish_uri} ${record_type}
H A Dtest_power_voltage_readings.robot22 # record_type reading_type
30 [Arguments] ${record_type} ${reading_type}
33 # record_type The sensor record type (e.g. "Voltages")
38 ... ${REDFISH_CHASSIS_POWER_URI} ${record_type}
H A Dtest_thermal_ambient_temperatures.robot25 # record_type reading_type
46 [Arguments] ${record_type} ${reading_type}
49 # record_type The thermal record type (e.g. "Temperatures")
52 ${records}= Verify Valid Records ${record_type}
/openbmc/linux/fs/hfsplus/
H A Dattributes.c96 static int hfsplus_attr_build_record(hfsplus_attr_entry *entry, int record_type, in hfsplus_attr_build_record() argument
99 if (record_type == HFSPLUS_ATTR_FORK_DATA) { in hfsplus_attr_build_record()
106 } else if (record_type == HFSPLUS_ATTR_EXTENTS) { in hfsplus_attr_build_record()
113 } else if (record_type == HFSPLUS_ATTR_INLINE_DATA) { in hfsplus_attr_build_record()
117 entry->inline_data.record_type = cpu_to_be32(record_type); in hfsplus_attr_build_record()
270 __be32 found_cnid, record_type; in __hfsplus_delete_attr() local
279 hfs_bnode_read(fd->bnode, &record_type, in __hfsplus_delete_attr()
280 fd->entryoffset, sizeof(record_type)); in __hfsplus_delete_attr()
282 switch (be32_to_cpu(record_type)) { in __hfsplus_delete_attr()
H A Dhfsplus_raw.h373 __be32 record_type; member
380 __be32 record_type; member
389 __be32 record_type; member
398 __be32 record_type; member
H A Dxattr.c495 u32 record_type; in __hfsplus_getxattr() local
533 record_type = be32_to_cpu(xattr_record_type); in __hfsplus_getxattr()
534 if (record_type == HFSPLUS_ATTR_INLINE_DATA) { in __hfsplus_getxattr()
544 } else if (record_type == HFSPLUS_ATTR_FORK_DATA || in __hfsplus_getxattr()
545 record_type == HFSPLUS_ATTR_EXTENTS) { in __hfsplus_getxattr()
/openbmc/linux/include/trace/events/
H A Dhandshake.h14 record_type(CHANGE_CIPHER_SPEC) \
15 record_type(ALERT) \
16 record_type(HANDSHAKE) \
17 record_type(DATA) \
18 record_type(HEARTBEAT) \
19 record_type(TLS12_CID) \
22 #undef record_type
24 #define record_type(x) TRACE_DEFINE_ENUM(TLS_RECORD_TYPE_##x); macro
29 #undef record_type
31 #define record_type(x) { TLS_RECORD_TYPE_##x, #x }, macro
/openbmc/libpldm/src/dsp/
H A Dfru.c177 uint16_t record_set_id, uint8_t record_type, in encode_fru_record() argument
207 record->record_type = record_type; in encode_fru_record()
245 (record_data_src->record_type != rt && rt != 0)) { in get_fru_record_by_option()
299 uint8_t record_type, uint8_t field_type, uint8_t transfer_op_flag, in encode_get_fru_record_by_option_req() argument
327 req->record_type = record_type; in encode_get_fru_record_by_option_req()
338 uint16_t *record_set_identifier, uint8_t *record_type, in decode_get_fru_record_by_option_req() argument
343 record_type == NULL || field_type == NULL || in decode_get_fru_record_by_option_req()
359 *record_type = req->record_type; in decode_get_fru_record_by_option_req()
/openbmc/libpldm/include/libpldm/
H A Dfru.h120 uint8_t record_type; member
159 uint8_t record_type; member
295 uint16_t *record_set_identifier, uint8_t *record_type,
410 uint16_t record_set_id, uint8_t record_type,
436 uint8_t record_type, uint8_t field_type, uint8_t transfer_op_flag,
/openbmc/libcper/sections/
H A Dcper-section-firmware.c21 json_object *record_type = integer_to_readable_pair( in cper_section_firmware_to_ir() local
24 json_object_object_add(section_ir, "errorRecordType", record_type); in cper_section_firmware_to_ir()
/openbmc/ipmitool/lib/
H A Dipmi_sel.c421 sel_event.record_type = 0x02; in ipmi_sel_add_entries_fromfile()
456 if( rec->record_type < 0xC0 ){ in get_kontron_evt_desc()
1603 evt->record_type = 0; in ipmi_sel_get_std_entry()
1604 if (evt->record_type < 0xc0) in ipmi_sel_get_std_entry()
1635 if (evt->record_type < 0xc0) in ipmi_sel_get_std_entry()
1728 if (evt->record_type == 0xf0) in ipmi_sel_print_std_entry()
1737 if (evt->record_type < 0xe0) in ipmi_sel_print_std_entry()
1978 if (evt->record_type < 0xe0) in ipmi_sel_print_std_entry_verbose()
2068 evt->record_type); in ipmi_sel_print_extended_entry_verbose()
2075 if (evt->record_type < 0xe0) in ipmi_sel_print_extended_entry_verbose()
[all …]
/openbmc/linux/net/tls/
H A Dtls.h174 unsigned char *record_type);
330 unsigned char record_type) in tls_fill_prepend() argument
348 TLS_RECORD_TYPE_DATA : record_type; in tls_fill_prepend()
359 unsigned char record_type, struct tls_prot_info *prot) in tls_make_aad() argument
369 TLS_RECORD_TYPE_DATA : record_type; in tls_make_aad()
H A Dtls_device.c321 unsigned char record_type) in tls_device_record_close() argument
343 record_type); in tls_device_record_close()
427 unsigned char record_type) in tls_push_data() argument
481 if (record_type != TLS_RECORD_TYPE_DATA) { in tls_push_data()
548 pfrag, record_type); in tls_push_data()
570 unsigned char record_type = TLS_RECORD_TYPE_DATA; in tls_device_sendmsg() local
581 rc = tls_process_cmsg(sk, msg, &record_type); in tls_device_sendmsg()
587 record_type); in tls_device_sendmsg()
H A Dtls_sw.c725 unsigned char record_type) in tls_push_record() argument
781 rec->content_type = record_type; in tls_push_record()
809 tls_ctx->tx.rec_seq, record_type, prot); in tls_push_record()
815 record_type); in tls_push_record()
843 bool full_record, u8 record_type, in bpf_exec_tx_verdict() argument
859 err = tls_push_record(sk, flags, record_type); in bpf_exec_tx_verdict()
888 err = tls_push_record(sk, flags, record_type); in bpf_exec_tx_verdict()
1013 unsigned char record_type = TLS_RECORD_TYPE_DATA; in tls_sw_sendmsg_locked() local
1032 ret = tls_process_cmsg(sk, msg, &record_type); in tls_sw_sendmsg_locked()
1116 record_type, &copied, in tls_sw_sendmsg_locked()
[all …]
/openbmc/linux/Documentation/networking/
H A Dtls.rst130 using a record of type @record_type.
134 /* send TLS control message using record_type */
135 static int klts_send_ctrl_message(int sock, unsigned char record_type,
139 int cmsg_len = sizeof(record_type);
150 *CMSG_DATA(cmsg) = record_type;
192 int record_type = *((unsigned char *)CMSG_DATA(cmsg));
193 // Do something with record_type, and control message data in
196 // Note that record_type may be == to application data (23).
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_i210.c329 u8 record_type, word_address; in igb_read_invm_word_i210() local
334 record_type = INVM_DWORD_TO_RECORD_TYPE(invm_dword); in igb_read_invm_word_i210()
335 if (record_type == E1000_INVM_UNINITIALIZED_STRUCTURE) in igb_read_invm_word_i210()
337 if (record_type == E1000_INVM_CSR_AUTOLOAD_STRUCTURE) in igb_read_invm_word_i210()
339 if (record_type == E1000_INVM_RSA_KEY_SHA256_STRUCTURE) in igb_read_invm_word_i210()
341 if (record_type == E1000_INVM_WORD_AUTOLOAD_STRUCTURE) { in igb_read_invm_word_i210()
/openbmc/intel-ipmi-oem/include/
H A Dstoragecommands.hpp53 uint8_t record_type; member
282 header.record_type = 0x12;
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser2.c433 if (header->record_type == LAST_RECORD_TYPE || in bios_parser_get_i2c_info()
437 if (header->record_type == ATOM_I2C_RECORD_TYPE in bios_parser_get_i2c_info()
542 if (header->record_type == ATOM_RECORD_END_TYPE || in get_hpd_record_for_path_v3()
546 if (header->record_type == ATOM_HPD_INT_RECORD_TYPE in get_hpd_record_for_path_v3()
621 if (header->record_type == LAST_RECORD_TYPE || in get_hpd_record()
625 if (header->record_type == ATOM_HPD_INT_RECORD_TYPE in get_hpd_record()
2133 if (header->record_type == LAST_RECORD_TYPE || in get_encoder_cap_record()
2170 if (header->record_type == LAST_RECORD_TYPE || in get_disp_connector_caps_record()
3162 if (record_header->record_type == 0xff || in update_slot_layout_info()
3167 if (record_header->record_type == in update_slot_layout_info()
[all …]
/openbmc/fb-ipmi-oem/include/
H A Dsdrutils.hpp28 uint8_t record_type; member
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_fru.h505 unsigned char record_type :1; member
507 unsigned char record_type :1;
/openbmc/linux/tools/testing/selftests/net/
H A Dtls.c155 static int tls_send_cmsg(int fd, unsigned char record_type, in tls_send_cmsg() argument
176 *CMSG_DATA(cmsg) = record_type; in tls_send_cmsg()
183 int fd, unsigned char record_type, in tls_recv_cmsg() argument
208 EXPECT_EQ(ctype, record_type); in tls_recv_cmsg()
785 char record_type = 100; in TEST_F() local
799 EXPECT_EQ(tls_recv_cmsg(_metadata, self->cfd, record_type, in TEST_F()
808 char record_type = 100; in TEST_F() local
822 EXPECT_EQ(tls_recv_cmsg(_metadata, self->cfd, record_type, in TEST_F()
1462 char record_type = 100; in TEST_F() local
1474 EXPECT_EQ(tls_recv_cmsg(_metadata, self->cfd, record_type, in TEST_F()
[all …]
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dstoragecommands.hpp109 header.record_type = 0x12;
/openbmc/ipmitool/src/
H A Dipmievd.c230 if (evt->record_type == 0xf0) { in log_event()
235 else if (evt->record_type >= 0xc0) { in log_event()
237 eintf->prefix, evt->record_type); in log_event()

12