HomeSort by: relevance | last modified time | path
    Searched refs:z_type (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdbserver/
mem-break.h 59 /* Map the protocol breakpoint/watchpoint type Z_TYPE to the internal
62 enum raw_bkpt_type Z_packet_to_raw_bkpt_type (char z_type);
69 /* Create a new GDB breakpoint of type Z_TYPE at ADDR with kind KIND.
72 Z_TYPE breakpoints are not supported on this target. */
74 struct gdb_breakpoint *set_gdb_breakpoint (char z_type, CORE_ADDR addr,
77 /* Delete a GDB breakpoint of type Z_TYPE and kind KIND previously
79 -1 on error, and 1 if Z_TYPE breakpoints are not supported on this
82 int delete_gdb_breakpoint (char z_type, CORE_ADDR addr, int kind);
mem-break.cc 262 Z_packet_to_bkpt_type (char z_type)
264 gdb_assert ('0' <= z_type && z_type <= '4');
266 return (enum bkpt_type) (gdb_breakpoint_Z0 + (z_type - '0'));
272 Z_packet_to_raw_bkpt_type (char z_type)
274 switch (z_type)
970 /* Locate a GDB breakpoint of type Z_TYPE and kind KIND placed at
975 find_gdb_breakpoint (char z_type, CORE_ADDR addr, int kind)
990 enum bkpt_type type = Z_packet_to_bkpt_type (z_type);
1001 z_type_supported (char z_type)
    [all...]
win32-low.h 86 int (*supports_z_point_type) (char z_type);
135 bool supports_z_point_type (char z_type) override;
linux-csky-low.cc 37 bool supports_z_point_type (char z_type) override;
312 csky_target::supports_z_point_type (char z_type)
315 if (z_type == Z_PACKET_SW_BP)
netbsd-low.h 87 bool supports_z_point_type (char z_type) override;
linux-arm-low.cc 73 bool supports_z_point_type (char z_type) override;
590 arm_target::supports_z_point_type (char z_type)
592 switch (z_type)
linux-mips-low.cc 37 bool supports_z_point_type (char z_type) override;
525 mips_target::supports_z_point_type (char z_type)
527 switch (z_type)
win32-i386-low.cc 149 i386_supports_z_point_type (char z_type)
151 switch (z_type)
win32-low.cc 201 win32_process_target::supports_z_point_type (char z_type)
203 return (z_type == Z_PACKET_SW_BP
205 && the_low_target.supports_z_point_type (z_type)));
target.cc 355 process_stratum_target::supports_z_point_type (char z_type)
target.h 188 virtual bool supports_z_point_type (char z_type);
  /src/external/gpl3/gdb/dist/gdbserver/
mem-break.h 59 /* Map the protocol breakpoint/watchpoint type Z_TYPE to the internal
62 enum raw_bkpt_type Z_packet_to_raw_bkpt_type (char z_type);
69 /* Create a new GDB breakpoint of type Z_TYPE at ADDR with kind KIND.
72 Z_TYPE breakpoints are not supported on this target. */
74 struct gdb_breakpoint *set_gdb_breakpoint (char z_type, CORE_ADDR addr,
77 /* Delete a GDB breakpoint of type Z_TYPE and kind KIND previously
79 -1 on error, and 1 if Z_TYPE breakpoints are not supported on this
82 int delete_gdb_breakpoint (char z_type, CORE_ADDR addr, int kind);
mem-break.cc 262 Z_packet_to_bkpt_type (char z_type)
264 gdb_assert ('0' <= z_type && z_type <= '4');
266 return (enum bkpt_type) (gdb_breakpoint_Z0 + (z_type - '0'));
272 Z_packet_to_raw_bkpt_type (char z_type)
274 switch (z_type)
970 /* Locate a GDB breakpoint of type Z_TYPE and kind KIND placed at
975 find_gdb_breakpoint (char z_type, CORE_ADDR addr, int kind)
990 enum bkpt_type type = Z_packet_to_bkpt_type (z_type);
1001 z_type_supported (char z_type)
    [all...]
win32-low.h 86 int (*supports_z_point_type) (char z_type);
135 bool supports_z_point_type (char z_type) override;
linux-csky-low.cc 37 bool supports_z_point_type (char z_type) override;
312 csky_target::supports_z_point_type (char z_type)
315 if (z_type == Z_PACKET_SW_BP)
netbsd-low.h 87 bool supports_z_point_type (char z_type) override;
linux-loongarch-low.cc 40 bool supports_z_point_type (char z_type) override;
458 loongarch_target::supports_z_point_type (char z_type)
460 switch (z_type)
linux-arm-low.cc 73 bool supports_z_point_type (char z_type) override;
590 arm_target::supports_z_point_type (char z_type)
592 switch (z_type)
linux-mips-low.cc 37 bool supports_z_point_type (char z_type) override;
525 mips_target::supports_z_point_type (char z_type)
527 switch (z_type)
win32-i386-low.cc 149 i386_supports_z_point_type (char z_type)
151 switch (z_type)
win32-low.cc 201 win32_process_target::supports_z_point_type (char z_type)
203 return (z_type == Z_PACKET_SW_BP
205 && the_low_target.supports_z_point_type (z_type)));
target.cc 355 process_stratum_target::supports_z_point_type (char z_type)
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zfs_acl.h 66 uint16_t z_type; member in struct:zfs_ace_hdr
96 uint16_t z_type; /* type of entry allow/deny */ member in struct:zfs_oldace
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_byteswap.c 83 ace_type = zacep->z_hdr.z_type =
84 BSWAP_16(zacep->z_hdr.z_type);
zfs_acl.c 100 return (((zfs_oldace_t *)acep)->z_type);
124 ((zfs_oldace_t *)acep)->z_type = type;
190 return (((zfs_ace_hdr_t *)acep)->z_type);
222 ((zfs_ace_hdr_t *)acep)->z_type = type;
256 switch (zacep->z_type) {
294 switch (zacep->z_hdr.z_type) {
671 aceptr->z_hdr.z_type = acep->a_type;
683 if (zfs_ace_valid(obj_type, aclp, aceptr->z_hdr.z_type,
784 aceptr->z_type = acep[i].a_type;
790 if (zfs_ace_valid(obj_type, aclp, aceptr->z_type,
    [all...]

Completed in 41 milliseconds

1 2