Searched refs:disposition (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dhw-ports.c46 object_disposition disposition; member in struct:hw_port_edge
107 object_disposition disposition)
114 new_edge->disposition = disposition;
133 if (old_edge->disposition == permenant_object)
151 switch (old_edge->disposition)
200 object_disposition disposition)
207 disposition);
102 attach_hw_port_edge(struct hw *me, struct hw_port_edge **list, int my_port, struct hw *dest, int dest_port, object_disposition disposition) argument
196 hw_port_attach(struct hw *me, int my_port, struct hw *dest, int dest_port, object_disposition disposition) argument
H A Dhw-ports.h81 object_disposition disposition);
H A Dhw-properties.h51 object_disposition disposition; member in struct:hw_property
60 #define hw_property_disposition(p) ((p)->disposition + 0)
H A Dhw-properties.c85 object_disposition disposition)
112 new_value->disposition = disposition;
175 switch (current->property->disposition)
214 ASSERT(property->property->disposition == permenant_object);
251 switch (property->property->disposition)
424 || entry->property->disposition != permenant_object)
883 if (original->disposition != permenant_object)
77 hw_add_property(struct hw *me, const char *property, hw_property_type type, const void *init_array, unsigned sizeof_init_array, const void *array, unsigned sizeof_array, const struct hw_property *original, object_disposition disposition) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Ddevice.c68 object_disposition disposition; member in struct:_device_interrupt_edge
77 object_disposition disposition)
84 new_edge->disposition = disposition;
101 if (old_edge->disposition == permenant_object)
117 switch (old_edge->disposition) {
738 object_disposition disposition)
763 new_value->disposition = disposition;
824 switch (current->value->disposition) {
73 attach_device_interrupt_edge(device_interrupt_edge **list, int my_port, device *dest, int dest_port, object_disposition disposition) argument
726 device_add_property(device *me, const char *property, device_property_type type, const void *init_array, unsigned sizeof_init_array, const void *array, unsigned sizeof_array, const device_property *original, object_disposition disposition) argument
1664 device_interrupt_attach(device *me, int my_port, device *dest, int dest_port, object_disposition disposition) argument
[all...]
H A Ddevice.h222 object_disposition disposition; member in struct:_device_property
542 object_disposition disposition);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dbreakpoint.c1181 b->related_breakpoint->disposition = disp_del_at_next_stop;
1185 b->disposition = disp_del_at_next_stop;
1195 If the watchpoint disposition is disp_del_at_next_stop, then do
1255 if (b->disposition == disp_del_at_next_stop)
1501 if (bl->owner->disposition == disp_del_at_next_stop)
1725 && bl->owner->disposition != disp_del_at_next_stop)
1927 if (bpt->disposition == disp_del_at_next_stop)
2097 b->disposition = disp_donttouch;
3354 bp_temp = b->disposition == disp_del;
3368 ui_out_field_string (uiout, "disp", bpdisp_text (b->disposition));
7339 create_breakpoint_sal(struct gdbarch *gdbarch, struct symtabs_and_lines sals, char *addr_string, char *cond_string, enum bptype type, enum bpdisp disposition, int thread, int task, int ignore_count, struct breakpoint_ops *ops, int from_tty, int enabled, int internal, int display_canonical) argument
7620 create_breakpoints_sal(struct gdbarch *gdbarch, struct symtabs_and_lines sals, struct linespec_result *canonical, char *cond_string, enum bptype type, enum bpdisp disposition, int thread, int task, int ignore_count, struct breakpoint_ops *ops, int from_tty, int enabled, int internal) argument
11492 do_enable_breakpoint(struct breakpoint *bpt, enum bpdisp disposition) argument
[all...]
H A Dbreakpoint.h491 enum bpdisp disposition;
490 enum bpdisp disposition; member in struct:breakpoint
H A Dthread.c114 tp->control.step_resume_breakpoint->disposition = disp_del_at_next_stop;
120 tp->control.exception_resume_breakpoint->disposition
H A Ddarwin-nat.c506 k, desc[k].type, desc[k].name, desc[k].disposition);
564 || desc[0].disposition != MACH_MSG_TYPE_MOVE_SEND
566 || desc[1].disposition != MACH_MSG_TYPE_MOVE_SEND)
H A Dinfcall.c787 bpt->disposition = disp_del;
H A Dinfrun.c6501 tp->control.step_resume_breakpoint->disposition = disp_del_at_next_stop;
6504 tp->control.exception_resume_breakpoint->disposition
6552 inf_status->thread_control.step_resume_breakpoint->disposition
6556 inf_status->thread_control.exception_resume_breakpoint->disposition
H A Dada-lang.c10775 ui_out_field_string (uiout, "disp", bpdisp_text (b->disposition));
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Disp.c2036 isp_mark_portdb(ispsoftc_t *isp, int chan, int disposition) argument
2047 if (disposition < 0) {
2054 if (disposition == 0) {
3136 * for it and save info for later disposition.

Completed in 384 milliseconds