Searched refs:info_size (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c1061 if (p->info_size != 0 && p->info_data == NULL) {
1067 NGM_L2CAP_L2CA_GET_INFO, sizeof(*ip) + p->info_size,
1108 p->info_size = min(p->info_size, op->info_size);
1110 if (p->info_size > 0)
1112 p->info_size);
/freebsd-current/sys/netgraph/bluetooth/include/
H A Dng_btsocket.h272 u_int32_t info_size; member in struct:ng_btsocket_l2cap_raw_get_info
H A Dng_l2cap.h586 u_int16_t info_size; /* size of info data in bytes */ member in struct:__anon5459
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp1563 ULONG info_size = 0; local
1603 buff_size, &info_size);
1618 CHECK(buff_size >= info_size);
1623 offset + sizeof(SYSTEM_PROCESS_INFORMATION) < info_size);
1630 info_size); // Make sure process info record fits the buffer.
/freebsd-current/sys/contrib/xen/
H A Dxen.h860 uint32_t info_size; /* Size of console_info struct from start.*/ member in struct:start_info::__anon149::__anon151
/freebsd-current/sys/cam/ctl/
H A Dctl_error.c252 int info_size = 0, cmd_size = 0, fru_size = 0; local
283 info_size = sizeof(info->info);
352 info_size,
/freebsd-current/sys/contrib/dev/rtw88/
H A Dfw.c2020 u8 info_size = RTW_CH_INFO_SIZE; local
2037 info_size += RTW_EX_CH_INFO_SIZE;
2039 list->size += info_size;
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c4059 size_t info_size = LOGICAL_BLOCK_SIZE * local
4063 if (info_size > wb_remaining(a)) {
4069 if (archive_string_ensure(&info, info_size) == NULL) {
4074 memset(info.s, 0, info_size);
4171 memcpy(wb_buffptr(a), info.s, info_size); local
4173 return (wb_consume(a, info_size));
/freebsd-current/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c1709 op->info_size = size;
/freebsd-current/sys/dev/mlx5/
H A Dmlx5_ifc.h11151 u8 info_size[0x20]; member in struct:mlx5_ifc_mcqi_reg_bits

Completed in 397 milliseconds