Searched refs:packet_size (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/crypto/external/cpl/trousers/dist/src/include/
H A Drpc_tcstp.h20 UINT32 packet_size; member in struct:tcsd_packet_hdr
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc.c102 comm->hdr.packet_size = sizeof(struct tcsd_packet_hdr);
107 comm->hdr.packet_size = comm->hdr.parm_offset;
199 if ((comm->hdr.packet_size + offset) > comm->buf_size) {
202 int buffer_size = comm->hdr.packet_size + offset;
222 comm->hdr.packet_size = offset;
250 if (old_offset + sizeof(BYTE) > comm->hdr.packet_size)
256 if (old_offset + sizeof(TSS_BOOL) > comm->hdr.packet_size)
262 if (old_offset + sizeof(UINT16) > comm->hdr.packet_size)
268 if (old_offset + sizeof(UINT32) > comm->hdr.packet_size)
274 if (old_offset + theDataSize > comm->hdr.packet_size)
[all...]
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc.c42 comm->hdr.packet_size = sizeof(struct tcsd_packet_hdr);
45 comm->hdr.packet_size = comm->hdr.parm_offset;
124 if ((comm->hdr.packet_size + offset) > TSS_TPM_TXBLOB_SIZE) {
128 if ((comm->hdr.packet_size + offset) > comm->buf_size) {
131 int buffer_size = comm->hdr.packet_size + offset;
151 comm->hdr.packet_size = offset;
257 Trspi_LoadBlob_UINT32(&offset, hte->comm.hdr.packet_size, hte->comm.buf);
267 printBuffer(hte->comm.buf, hte->comm.hdr.packet_size);
287 Trspi_UnloadBlob_UINT32(&offset, &hte->comm.hdr.packet_size, hte->comm.buf);
350 if (send_to_socket(sd, hte->comm.buf, hte->comm.hdr.packet_size) <
[all...]
/netbsd-current/usr.sbin/makefs/udf/
H A Dcdio_mmc_structs.h138 uint32_t packet_size; member in struct:mmc_trackinfo
/netbsd-current/usr.sbin/altq/libaltq/
H A Dqop_blue.c93 int packet_size = 1000; local
110 packet_size = atobytes(*argv);
137 pkttime = packet_size * 8 * 1000 / (bandwidth / 1000);
H A Dqop_red.c95 int packet_size = 1000; local
112 packet_size = atobytes(*argv);
149 pkttime = packet_size * 8 * 1000 / (bandwidth / 1000);
H A Dqop_rio.c102 int packet_size = 1000; local
119 packet_size = atobytes(*argv);
178 pkttime = packet_size * 8 * 1000 / (bandwidth / 1000);
/netbsd-current/sys/fs/udf/
H A Dudf_strat_rmw.c380 line_offset = sector % ump->packet_size;
382 line = (start_sector/ump->packet_size) & UDF_ECCBUF_HASHMASK;
403 blobsize = ump->packet_size * lb_size;
491 uint64_t allbits = ((uint64_t) 1 << ump->packet_size)-1;
820 if ((eccsect < 0) || (eccsect >= ump->packet_size)) {
870 if ((eccsect < 0) || (eccsect >= ump->packet_size)) {
975 if ((eccsect < 0) || (eccsect >= ump->packet_size)) {
1033 for (i = 0; i < ump->packet_size; i++) {
1054 KASSERT(eccline->present == ((uint64_t) 1 << ump->packet_size)-1);
1079 for (i = 0; i < ump->packet_size;
[all...]
H A Dudf.h332 uint32_t packet_size; member in struct:udf_mount
H A Dudf_subr.c173 printf("\tpacket_size %d\n", trackinfo->packet_size);
268 ti->packet_size = 1;
915 ump->packet_size = first_track.packet_size;
917 ump->packet_size = second_track.packet_size;
919 if (ump->packet_size <= 1) {
921 ump->packet_size = MAXPHYS / ump->discinfo.sector_size;
922 ump->packet_size = MIN(ump->packet_size, 6
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_packet_manager_vi.c34 unsigned int pm_build_pm4_header(unsigned int opcode, size_t packet_size) argument
40 header.count = packet_size / 4 - 2;
H A Dkfd_priv.h992 unsigned int pm_build_pm4_header(unsigned int opcode, size_t packet_size);
/netbsd-current/sys/dev/scsipi/
H A Dscsipi_cd.h234 uint8_t packet_size[4]; member in struct:scsipi_read_trackinfo_data
H A Dcd.c3069 trackinfo->packet_size = 1;
3203 trackinfo->packet_size = 16; /* standard length 16 blocks ECC */
3307 trackinfo->packet_size = _4btol(ti.packet_size);
3585 mmc_writeparams->blockingnr = trackinfo.packet_size;
/netbsd-current/sys/sys/
H A Dcdio.h363 uint32_t packet_size; member in struct:mmc_trackinfo
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcsd/
H A Dtcsd_threads.c289 UnloadBlob_UINT32(&offset, &data->comm.hdr.packet_size, data->comm.buf);
/netbsd-current/sbin/newfs_udf/
H A Dudf_core.c3317 ti->packet_size = emul_packetsize;
4629 blockingnr = ti->packet_size;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dremote.c5110 int packet_size;
5124 packet_size = strtol (value, &value_end, 16);
5125 if (errno != 0 || *value_end != '\0' || packet_size < 0)
5133 rs->explicit_packet_size = packet_size;
5102 int packet_size; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dremote.c5302 int packet_size;
5316 packet_size = strtol (value, &value_end, 16);
5317 if (errno != 0 || *value_end != '\0' || packet_size < 0)
5325 rs->explicit_packet_size = packet_size;

Completed in 491 milliseconds