Searched refs:nr_bytes (Results 1 - 8 of 8) sorted by last modified time

/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Den.h235 u32 nr_bytes; member in struct:mlx4_en_tx_info
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbarch.c2013 "REGISTER_BYTES_OK(nr_bytes)",
2014 XSTRING (REGISTER_BYTES_OK (nr_bytes)));
3692 gdbarch_register_bytes_ok (struct gdbarch *gdbarch, long nr_bytes) argument
3698 return gdbarch->register_bytes_ok (nr_bytes);
H A Dgdbarch.h1028 typedef int (gdbarch_register_bytes_ok_ftype) (long nr_bytes);
1029 extern int gdbarch_register_bytes_ok (struct gdbarch *gdbarch, long nr_bytes);
1035 #define REGISTER_BYTES_OK(nr_bytes) (gdbarch_register_bytes_ok (current_gdbarch, nr_bytes))
H A Dia64-tdep.c3260 CORE_ADDR memaddr, int nr_bytes,
3264 *targ_len = nr_bytes;
3257 ia64_remote_translate_xfer_address(struct gdbarch *gdbarch, struct regcache *regcache, CORE_ADDR memaddr, int nr_bytes, CORE_ADDR *targ_addr, int *targ_len) argument
H A Dremote-sim.c309 int nr_bytes; local
319 int nr_bytes; local
322 nr_bytes = sim_fetch_register (gdbsim_desc,
325 if (nr_bytes > 0 && nr_bytes != DEPRECATED_REGISTER_RAW_SIZE (regno) && warn_user)
331 nr_bytes, DEPRECATED_REGISTER_RAW_SIZE (regno));
334 /* FIXME: cagney/2002-05-27: Should check `nr_bytes == 0'
337 /* Else if (nr_bytes < 0): an old simulator, that doesn't
364 int nr_bytes; local
366 nr_bytes
[all...]
H A Dremote.c3626 int nr_bytes;
3693 for (nr_bytes = 0;
3694 (nr_bytes < todo) && (p - payload_start) < payload_size;
3695 nr_bytes++)
3697 switch (myaddr[nr_bytes] & 0xff)
3704 *p++ = (myaddr[nr_bytes] & 0xff) ^ 0x20;
3707 *p++ = myaddr[nr_bytes] & 0xff;
3711 if (nr_bytes < todo)
3717 plen += hexnumnstr (plen, (ULONGEST) nr_bytes, plenlen);
3725 nr_bytes
3617 int nr_bytes; local
[all...]
/freebsd-11-stable/contrib/gdb/include/gdb/
H A Dsim-d10v.h59 int nr_bytes,
66 int nr_bytes,
73 int nr_bytes,
/freebsd-11-stable/contrib/gdb/gdb/mi/
H A Dmi-main.c809 int nr_bytes; local
908 nr_bytes = 0;
909 while (nr_bytes < total_bytes)
912 long num = target_read_memory_partial (addr + nr_bytes, mbuf + nr_bytes,
913 total_bytes - nr_bytes,
917 nr_bytes += num;
922 ui_out_field_int (uiout, "nr-bytes", nr_bytes);
952 if (col_byte + word_size > nr_bytes)
971 if (byte >= nr_bytes)
[all...]

Completed in 224 milliseconds