Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 1069) sorted by relevance

12345678910>>...43

/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_packet.c37 static uint64_t pt_pkt_read_value(const uint8_t *pos, int size) in pt_pkt_read_value()
52 int pt_pkt_read_unknown(struct pt_packet *packet, const uint8_t *pos, in pt_pkt_read_unknown()
90 int pt_pkt_read_psb(const uint8_t *pos, const struct pt_config *config) in pt_pkt_read_psb()
135 int pt_pkt_read_ip(struct pt_packet_ip *packet, const uint8_t *pos, in pt_pkt_read_ip()
238 int pt_pkt_read_pip(struct pt_packet_pip *packet, const uint8_t *pos, in pt_pkt_read_pip()
315 int pt_pkt_read_tsc(struct pt_packet_tsc *packet, const uint8_t *pos, in pt_pkt_read_tsc()
329 int pt_pkt_read_cbr(struct pt_packet_cbr *packet, const uint8_t *pos, in pt_pkt_read_cbr()
343 int pt_pkt_read_tma(struct pt_packet_tma *packet, const uint8_t *pos, in pt_pkt_read_tma()
369 int pt_pkt_read_mtc(struct pt_packet_mtc *packet, const uint8_t *pos, in pt_pkt_read_mtc()
383 int pt_pkt_read_cyc(struct pt_packet_cyc *packet, const uint8_t *pos, in pt_pkt_read_cyc()
[all …]
H A Dpt_sync.c67 static const uint8_t *pt_find_psb(const uint8_t *pos, in pt_find_psb()
120 static int pt_sync_within_bounds(const uint8_t *pos, const uint8_t *begin, in pt_sync_within_bounds()
130 int pt_sync_set(const uint8_t **sync, const uint8_t *pos, in pt_sync_set()
161 int pt_sync_forward(const uint8_t **sync, const uint8_t *pos, in pt_sync_forward()
209 int pt_sync_backward(const uint8_t **sync, const uint8_t *pos, in pt_sync_backward()
/freebsd/contrib/less/
H A Dforwback.c74 POSITION pos; in eof_displayed() local
100 POSITION pos; in entire_file_displayed() local
129 static POSITION forw_line_pfx(POSITION pos, int pfx, int skipeol) in forw_line_pfx()
163 POSITION pos = ch_zero(); /* header lines are at beginning of file */ in overlay_header() local
215 public void forw(int n, POSITION pos, int force, int only_last, int nblank) in forw()
403 public void back(int n, POSITION pos, int force, int only_last) in back()
464 POSITION pos; in forward() local
512 POSITION pos; in backward() local
546 POSITION pos = ch_zero(); in get_one_screen() local
H A Djump.c30 POSITION pos; in jump_forw() local
89 POSITION pos; in jump_back() local
139 POSITION pos, len; in jump_percent() local
167 public void jump_line_loc(POSITION pos, int sline) in jump_line_loc()
192 public void jump_loc(POSITION pos, int sline) in jump_loc()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariableList.cpp64 iterator pos, end = m_variables.end(); in FindVariableIndex() local
75 iterator pos, end = m_variables.end(); in FindVariable() local
91 iterator pos, end = m_variables.end(); in FindVariable() local
105 iterator pos, end = m_variables.end(); in AppendVariablesIfUnique() local
115 iterator pos, end = m_variables.end(); in AppendVariablesIfUnique() local
132 iterator pos, end = m_variables.end(); in AppendVariablesWithScope() local
147 iterator pos; in FindIndexForVariable() local
159 const_iterator pos, end = m_variables.end(); in MemorySize() local
172 const_iterator pos, end = m_variables.end(); in Dump() local
H A DTypeMap.cpp37 iterator pos, end = m_types.end(); in InsertUnique() local
84 iterator pos, end; in GetTypeAtIndex() local
102 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach() local
110 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach() local
119 for (iterator pos = m_types.find(uid), end = m_types.end(); in Remove() local
145 iterator pos, end = m_types.end(); in RemoveMismatchedTypes() local
H A DTypeList.cpp67 iterator pos, end; in GetTypeAtIndex() local
80 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach() local
88 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach() local
95 for (iterator pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) in Dump() local
123 iterator pos, end = m_types.end(); in RemoveMismatchedTypes() local
197 iterator pos, end = m_types.end(); in RemoveMismatchedTypes() local
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointList.cpp48 wp_collection::const_iterator pos, end = m_watchpoints.end(); in DumpWithLevel() local
58 wp_collection::const_iterator pos, end = m_watchpoints.end(); in FindByAddress() local
76 wp_collection::const_iterator pos, end = m_watchpoints.end(); in FindBySpec() local
143 wp_collection::const_iterator pos = m_watchpoints.begin(); in GetByIndex() local
154 wp_collection::const_iterator pos = m_watchpoints.begin(); in GetByIndex() local
163 wp_collection::const_iterator pos, end = m_watchpoints.end(); in GetWatchpointIDs() local
171 wp_collection::iterator pos = GetIDIterator(watch_id); in Remove() local
192 wp_collection::const_iterator pos, end = m_watchpoints.end(); in GetHitCount() local
215 wp_collection::iterator pos, end = m_watchpoints.end(); in GetDescription() local
226 wp_collection::iterator pos, end = m_watchpoints.end(); in SetEnabledAll() local
[all …]
H A DBreakpointLocationList.cpp71 collection::const_iterator pos = in FindByID() local
83 collection::iterator pos, end = m_locations.end(); in FindInModule() local
114 addr_map::const_iterator pos = m_address_to_location.find(so_addr); in FindByAddress() local
129 collection::const_iterator pos, end = m_locations.end(); in Dump() local
155 collection::iterator pos, end = m_locations.end(); in ClearAllBreakpointSites() local
162 collection::iterator pos, end = m_locations.end(); in ResolveAllBreakpointSites() local
173 collection::const_iterator pos, end = m_locations.end(); in GetHitCount() local
188 collection::const_iterator pos, end = m_locations.end(); in GetNumResolvedLocations() local
199 collection::iterator pos, end = m_locations.end(); in GetDescription() local
/freebsd/usr.sbin/pw/
H A Dbitmap.c54 bm_getmask(int *pos, unsigned char *bmask) in bm_getmask()
61 bm_setbit(struct bitmap * bm, int pos) in bm_setbit()
70 bm_clrbit(struct bitmap * bm, int pos) in bm_clrbit()
79 bm_isset(struct bitmap * bm, int pos) in bm_isset()
92 int pos = 0; in bm_firstunset() local
113 int pos = 0; in bm_lastset() local
/freebsd/contrib/wpa/src/tls/
H A Dx509v3.c186 const u8 *pos, *end; in x509_parse_algorithm_identifier() local
221 const u8 *pos, *end; in x509_parse_public_key() local
494 char *pos, *end; in x509_name_string() local
571 const char *pos, *end; in x509_parse_time() local
690 const u8 *pos; in x509_parse_validity() local
896 const u8 *pos, size_t len) in x509_parse_alt_name_dns()
918 const u8 *pos, size_t len) in x509_parse_alt_name_uri()
956 const u8 *pos, size_t len) in x509_parse_alt_name_rid()
1271 const u8 *pos, size_t len) in x509_parse_ext_ext_key_usage()
1430 const u8 *pos, size_t len) in x509_parse_extensions()
[all …]
H A Dtlsv1_client_write.c47 u8 *hello, *end, *pos, *hs_length, *hs_start, *rhdr; in tls_send_client_hello() local
255 u8 *pos, *rhdr, *hs_start, *hs_length, *cert_start; in tls_write_client_certificate() local
336 static int tlsv1_key_x_dh(struct tlsv1_client *conn, u8 **pos, u8 *end) in tlsv1_key_x_dh()
459 static int tlsv1_key_x_rsa(struct tlsv1_client *conn, u8 **pos, u8 *end) in tlsv1_key_x_rsa()
509 u8 *pos, *rhdr, *hs_start, *hs_length; in tls_write_client_key_exchange() local
567 u8 *pos, *rhdr, *hs_start, *hs_length, *signed_start; in tls_write_client_certificate_verify() local
772 u8 *pos, *hs_start; in tls_write_client_finished() local
863 u8 *msg, *end, *pos; in tls_send_client_key_exchange() local
906 u8 *msg, *end, *pos; in tls_send_change_cipher_spec() local
964 u8 *alert, *pos, *length; in tlsv1_client_send_alert() local
H A Dtlsv1_server_write.c45 u8 *pos, *rhdr, *hs_start, *hs_length, *ext_start; in tls_write_server_hello() local
192 u8 *pos, *rhdr, *hs_start, *hs_length, *cert_start; in tls_write_server_certificate() local
287 u8 *pos, *rhdr, *hs_start, *hs_length; in tls_write_server_certificate_status() local
373 u8 *pos, *rhdr, *hs_start, *hs_length, *server_params; in tls_write_server_key_exchange() local
698 u8 *pos, *rhdr, *hs_start, *hs_length; in tls_write_server_certificate_request() local
764 u8 *pos; in tls_write_server_hello_done() local
834 u8 *pos, *hs_start; in tls_write_server_finished() local
932 u8 *msg, *end, *pos; in tls_send_server_hello() local
1012 u8 *msg, *end, *pos; in tls_send_change_cipher_spec() local
1060 u8 *alert, *pos, *length; in tlsv1_server_send_alert() local
H A Dtlsv1_server_read.c52 const u8 *pos, *end; in tls_process_status_request_item() local
93 const u8 *pos, *end; in tls_process_status_request_v2() local
124 const u8 *pos, *end, *c; in tls_process_client_hello() local
399 const u8 *pos, *end; in tls_process_certificate() local
599 struct tlsv1_server *conn, const u8 *pos, const u8 *end) in tls_process_client_key_exchange_rsa()
702 struct tlsv1_server *conn, const u8 *pos, const u8 *end) in tls_process_client_key_exchange_dh()
810 const u8 *pos, *end; in tls_process_client_key_exchange() local
887 const u8 *pos, *end; in tls_process_certificate_verify() local
1049 const u8 *pos; in tls_process_change_cipher_spec() local
1098 const u8 *pos, *end; in tls_process_client_finished() local
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_fast_pac.c181 const char *pos; member
190 char *pos; in eap_fast_read_line() local
330 char *pos) in eap_fast_parse_pac_type()
363 char *pos) in eap_fast_parse_pac_opaque()
394 char *pos) in eap_fast_parse_a_id_info()
417 char *pos; in eap_fast_load_pac() local
575 char **pos, size_t *buf_len) in eap_fast_add_pac_data()
623 char *buf, *pos; in eap_fast_save_pac() local
706 u8 *pos, *end; in eap_fast_pac_get_a_id() local
752 u8 *buf, *end, *pos; in eap_fast_load_pac_bin() local
[all …]
H A Deap_teap_pac.c181 const char *pos; member
190 char *pos; in eap_teap_read_line() local
333 char *pos) in eap_teap_parse_pac_type()
364 char *pos) in eap_teap_parse_pac_opaque()
395 char *pos) in eap_teap_parse_a_id_info()
418 char *pos; in eap_teap_load_pac() local
580 char **pos, size_t *buf_len) in eap_teap_add_pac_data()
627 char *buf, *pos; in eap_teap_save_pac() local
710 u8 *pos, *end; in eap_teap_pac_get_a_id() local
756 u8 *buf, *end, *pos; in eap_teap_load_pac_bin() local
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DUnixSignals.cpp125 collection::iterator pos = m_signals.find(signo); in RemoveSignal() local
132 const auto pos = m_signals.find(signo); in GetSignalAsStringRef() local
145 collection::const_iterator pos = m_signals.find(signo); in GetSignalDescription() local
201 collection::const_iterator pos, end = m_signals.end(); in GetSignalNumberFromName() local
238 const auto pos = m_signals.find(signo); in GetSignalInfo() local
250 collection::const_iterator pos = m_signals.find(signo); in GetShouldSuppress() local
257 collection::iterator pos = m_signals.find(signo); in SetShouldSuppress() local
274 collection::const_iterator pos = m_signals.find(signo); in GetShouldStop() local
281 collection::iterator pos = m_signals.find(signo); in SetShouldStop() local
305 collection::iterator pos = m_signals.find(signo); in SetShouldNotify() local
[all …]
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c171 char buf[128], *pos; in hostapd_config_read_maclist() local
858 char *pos; in hostapd_parse_chanlist() local
878 char *pos, *end; in hostapd_parse_intlist() local
975 char *pos, *next; in add_r0kh() local
1021 char *pos, *next; in add_r1kh() local
1228 char *pos, *end; in hostapd_parse_he_srg_bitmap() local
1388 char *pos; in parse_3gpp_cell_net() local
1652 char *pos = buf; in parse_qos_map_set() local
1696 char *pos; in hs20_parse_conn_capab() local
1730 char *pos; in hs20_parse_wan_metrics() local
[all …]
/freebsd/contrib/wpa/src/wps/
H A Dwps_attr_parse.c21 u8 id, u8 len, const u8 *pos) in wps_set_vendor_ext_wfa_subelem()
91 static int wps_parse_vendor_ext_wfa(struct wps_parse_attr *attr, const u8 *pos, in wps_parse_vendor_ext_wfa()
111 static int wps_parse_vendor_ext(struct wps_parse_attr *attr, const u8 *pos, in wps_parse_vendor_ext()
153 const u8 *pos, u16 len) in wps_set_attr()
598 const u8 *pos, *end; in wps_parse_msg() local
/freebsd/contrib/wpa/src/utils/
H A Dwpabuf.h120 u8 *pos = (u8 *) wpabuf_put(buf, 1); in wpabuf_put_u8() local
126 u8 *pos = (u8 *) wpabuf_put(buf, 2); in wpabuf_put_le16() local
132 u8 *pos = (u8 *) wpabuf_put(buf, 4); in wpabuf_put_le32() local
138 u8 *pos = (u8 *) wpabuf_put(buf, 8); in wpabuf_put_le64() local
144 u8 *pos = (u8 *) wpabuf_put(buf, 2); in wpabuf_put_be16() local
150 u8 *pos = (u8 *) wpabuf_put(buf, 3); in wpabuf_put_be24() local
156 u8 *pos = (u8 *) wpabuf_put(buf, 4); in wpabuf_put_be32() local
162 u8 *pos = (u8 *) wpabuf_put(buf, 8); in wpabuf_put_be64() local
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_shared.c26 u8 *pos = eid; in hostapd_eid_assoc_comeback_time() local
453 u8 *pos = eid; in hostapd_eid_ext_capab() local
488 u8 *pos = eid; in hostapd_eid_qos_map_set() local
505 u8 *pos = eid; in hostapd_eid_interworking() local
545 u8 *pos = eid; in hostapd_eid_adv_proto() local
564 u8 *pos = eid; in hostapd_eid_roaming_consortium() local
652 u8 *pos; in hostapd_update_time_adv() local
702 u8 *pos = eid; in hostapd_eid_bss_max_idle_period() local
749 u8 *pos = eid; in hostapd_eid_mbo() local
837 u8 *pos = eid; in hostapd_eid_owe_trans() local
[all …]
/freebsd/contrib/mandoc/
H A Ddba_write.c59 long pos; in dba_tell() local
71 dba_seek(int32_t pos) in dba_seek()
80 int32_t pos; in dba_align() local
94 int32_t i, pos; in dba_skip() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStopPointSiteList.h61 typename collection::const_iterator pos; in Dump() local
95 typename collection::iterator pos = GetIDIterator(site_id); in FindByID() local
113 typename collection::const_iterator pos = GetIDConstIterator(site_id); in FindByID() local
166 typename collection::iterator pos = GetIDIterator(site_id); // Predicate in Remove() local
183 typename collection::iterator pos = m_site_list.find(addr); in RemoveByAddress() local
197 typename collection::const_iterator lower, upper, pos; in FindInRange() local
/freebsd/usr.sbin/pmcstudy/
H A Dpmcstudy.c169 int pos; /* Index we are filling to. */ member
670 splitload(struct counters *cpu, int pos) in splitload()
767 contested(struct counters *cpu, int pos) in contested()
869 cache2(struct counters *cpu, int pos) in cache2()
961 cache2ib(struct counters *cpu, int pos) in cache2ib()
987 cache2has(struct counters *cpu, int pos) in cache2has()
1052 cache1(struct counters *cpu, int pos) in cache1()
1076 cache1ib(struct counters *cpu, int pos) in cache1ib()
1338 clears(struct counters *cpu, int pos) in clears()
1467 aliasing(struct counters *cpu, int pos) in aliasing()
[all …]
/freebsd/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c371 #define list_for_each(pos, head) \ argument
385 #define __list_for_each(pos, head) \ argument
393 #define list_for_each_prev(pos, head) \ argument
403 #define list_for_each_safe(pos, n, head) \ argument
413 #define list_for_each_prev_safe(pos, n, head) \ argument
424 #define list_for_each_entry(pos, head, member) \ argument
435 #define list_for_each_entry_reverse(pos, head, member) \ argument
448 #define list_prepare_entry(pos, head, member) \ argument
460 #define list_for_each_entry_continue(pos, head, member) \ argument
487 #define list_for_each_entry_from(pos, head, member) \ argument
[all …]

12345678910>>...43