Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/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-src/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
909 (int) offsetof (MHwcntr_packet, data_source), in hwclogwrite0()
910 fld_sizeof (MHwcntr_packet, data_source) == 4 ? "INT32" : "INT64"); in hwclogwrite0()
/netbsd-src/libexec/ftpd/
H A Dextern.h308 GLOBAL struct sockinet data_source; variable
H A Dftpd.c1943 data_source = ctrl_addr; in getdatasock()
1957 data_source.su_port = htons(port); in getdatasock()
1960 if (bind(s, (struct sockaddr *)&data_source.si_su, in getdatasock()
1961 data_source.su_len) >= 0) in getdatasock()
2064 if (getnameinfo((struct sockaddr *)&data_source.si_su, in dataconn()
2065 data_source.su_len, hbuf, sizeof(hbuf), pbuf, in dataconn()