Searched refs:info_size (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/sys/netgraph/bluetooth/socket/ |
| HD | ng_btsocket_l2cap_raw.c | 1031 if (p->info_size != 0 && p->info_data == NULL) { in ng_btsocket_l2cap_raw_control() 1037 NGM_L2CAP_L2CA_GET_INFO, sizeof(*ip) + p->info_size, in ng_btsocket_l2cap_raw_control() 1070 p->info_size = min(p->info_size, op->info_size); in ng_btsocket_l2cap_raw_control() 1072 if (p->info_size > 0) in ng_btsocket_l2cap_raw_control() 1074 p->info_size); in ng_btsocket_l2cap_raw_control()
|
| /NextBSD/sys/cam/ctl/ |
| HD | ctl_error.c | 234 int info_size = 0, cmd_size = 0, fru_size = 0; in ctl_sense_to_fixed() local 264 info_size = sizeof(info->info); in ctl_sense_to_fixed() 332 info_size, in ctl_sense_to_fixed()
|
| /NextBSD/sys/netgraph/bluetooth/include/ |
| HD | ng_btsocket.h | 277 u_int32_t info_size; member
|
| HD | ng_l2cap.h | 586 u_int16_t info_size; /* size of info data in bytes */ member
|
| /NextBSD/sys/xen/interface/ |
| HD | xen.h | 768 uint32_t info_size; /* Size of console_info struct from start.*/ member
|
| /NextBSD/contrib/libarchive/libarchive/ |
| HD | archive_write_set_format_iso9660.c | 4048 size_t info_size = LOGICAL_BLOCK_SIZE * in write_information_block() local 4052 if (info_size > wb_remaining(a)) { in write_information_block() 4058 if (archive_string_ensure(&info, info_size) == NULL) { in write_information_block() 4063 memset(info.s, 0, info_size); in write_information_block() 4160 memcpy(wb_buffptr(a), info.s, info_size); in write_information_block() 4162 return (wb_consume(a, info_size)); in write_information_block()
|
| /NextBSD/sys/netgraph/bluetooth/l2cap/ |
| HD | ng_l2cap_ulpi.c | 1703 op->info_size = size; in ng_l2cap_l2ca_get_info_rsp()
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | dwarf2read.c | 84 unsigned int info_size; /* byte size of .debug_info section member 1091 unsigned int entry_length, version, info_offset, info_size; 1108 info_size = read_4_bytes (abfd, pubnames_ptr);
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | readelf.c | 4820 unsigned long info_size; /* Size of unwind info. */ member 5153 aux.info_size = sec->sh_size; in ia64_process_unwind() 5155 aux.info = get_data (NULL, file, sec->sh_offset, 1, aux.info_size, in ia64_process_unwind()
|