Home
last modified time | relevance | path

Searched refs:data_source (Results 1 – 16 of 16) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
H A Dmi-trace-frame-collected.exp90 proc test_trace_frame_collected { data_source } { argument
94 with_test_prefix "$data_source" {
110 if { "$data_source" != "tfile" } {
H A Dtsv.exp163 proc check_tsv { data_source } { argument
164 with_test_prefix "${data_source}" {
H A Dwhile-stepping.exp131 proc check_tracepoint { data_source } { argument
132 with_test_prefix "$data_source" {
H A Dmi-trace-unavailable.exp78 proc test_trace_unavailable { data_source } { argument
81 with_test_prefix "$data_source" {
H A Dactions.exp267 proc check_tracepoint { data_source } { argument
268 with_test_prefix "$data_source" {
H A Dreport.exp185 proc use_collected_data { data_source } { argument
186 with_test_prefix "${data_source}" {
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
H A Dmi-trace-frame-collected.exp90 proc test_trace_frame_collected { data_source } { argument
94 with_test_prefix "$data_source" {
110 if { "$data_source" != "tfile" } {
H A Dtsv.exp163 proc check_tsv { data_source } { argument
164 with_test_prefix "${data_source}" {
H A Dwhile-stepping.exp131 proc check_tracepoint { data_source } { argument
132 with_test_prefix "$data_source" {
H A Dmi-trace-unavailable.exp78 proc test_trace_unavailable { data_source } { argument
81 with_test_prefix "$data_source" {
H A Dactions.exp267 proc check_tracepoint { data_source } { argument
268 with_test_prefix "$data_source" {
H A Dreport.exp185 proc use_collected_data { data_source } { argument
186 with_test_prefix "${data_source}" {
/netbsd/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dhwprofile.h49 uint64_t data_source; /* data source (sampling only) */ member
H A Dhwprofile.c540 uint64_t data_source) in collector_record_counter_internal() argument
886 &xpp->data_source, sizeof (xpp->data_source) == 4 ? "INT32" : "INT64"); in hwclogwrite0()
/netbsd/libexec/ftpd/
H A Dextern.h308 GLOBAL struct sockinet data_source; variable
H A Dftpd.c1939 data_source = ctrl_addr; in getdatasock()
1953 data_source.su_port = htons(port); in getdatasock()
1956 if (bind(s, (struct sockaddr *)&data_source.si_su, in getdatasock()
1957 data_source.su_len) >= 0) in getdatasock()
2052 if (getnameinfo((struct sockaddr *)&data_source.si_su, in dataconn()
2053 data_source.su_len, hbuf, sizeof(hbuf), pbuf, in dataconn()