| /netbsd-src/sys/arch/hppa/hppa/ |
| H A D | autoconf.c | 487 struct hppa_pdcmodule nhm, *hm; in hppa_walkbus() local 519 TAILQ_FOREACH(hm, &hppa_pdcmodule_list, hm_link) { in hppa_walkbus() 520 if (nhm.hm_hpa == hm->hm_hpa) { in hppa_walkbus() 527 if (hm) in hppa_walkbus() 544 struct hppa_pdcmodule *hm; in pdc_scanbus() local 551 TAILQ_FOREACH(hm, &hppa_pdcmodule_list, hm_link) { in pdc_scanbus() 555 if (hm->hm_registered) in pdc_scanbus() 558 if (!(hm->hm_dp.dp_bc[0] == ca->ca_dp.dp_bc[1] && in pdc_scanbus() 559 hm->hm_dp.dp_bc[1] == ca->ca_dp.dp_bc[2] && in pdc_scanbus() 560 hm->hm_dp.dp_bc[2] == ca->ca_dp.dp_bc[3] && in pdc_scanbus() [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | dlfcn_w32.c | 138 HMODULE hm; in dlopen() local 149 hm = LoadLibraryEx(fn, 0, LOAD_WITH_ALTERED_SEARCH_PATH); in dlopen() 151 if (hm == NULL) { in dlopen() 157 return (void *) hm; in dlopen() 163 HMODULE hm = (HMODULE) vhm; in dlsym() local 165 return (DLSYM_RET_TYPE)(ULONG_PTR)GetProcAddress(hm, func_name); in dlsym() 171 HMODULE hm; in dladdr() local 179 (LPCTSTR)(ULONG_PTR)addr, &hm)) in dladdr() 182 nsize = GetModuleFileName(hm, dli->_dli_buf, sizeof(dli->_dli_buf)); in dladdr()
|
| /netbsd-src/external/bsd/atf/dist/tools/ |
| H A D | parser.cpp | 307 headers_map hm; in read_headers() local 334 hm[he.name()] = he; in read_headers() 344 return std::pair< size_t, headers_map >(tkz.lineno(), hm); in read_headers() 348 impl::write_headers(const impl::headers_map& hm, std::ostream& os) in write_headers() argument 350 assert(!hm.empty()); in write_headers() 351 headers_map::const_iterator ct = hm.find("Content-Type"); in write_headers() 352 assert(ct != hm.end()); in write_headers() 354 for (headers_map::const_iterator iter = hm.begin(); iter != hm.end(); in write_headers() 363 impl::validate_content_type(const impl::headers_map& hm, const std::string& fmt, in validate_content_type() argument 368 headers_map::const_iterator iter = hm.find("Content-Type"); in validate_content_type() [all …]
|
| H A D | test-program.cpp | 569 tools::parser::headers_map hm; in atf_tps_writer() local 572 hm["Content-Type"] = in atf_tps_writer() 575 tools::parser::write_headers(hm, m_os); in atf_tps_writer()
|
| /netbsd-src/sys/external/bsd/ipf/netinet/ |
| H A D | ip_nat6.c | 370 hostmap_t *hm; in ipf_nat6_hostmap() local 386 for (hm = softn->ipf_hm_maptable[hv]; hm; hm = hm->hm_next) in ipf_nat6_hostmap() 387 if (IP6_EQ(&hm->hm_osrc6, src) && in ipf_nat6_hostmap() 388 IP6_EQ(&hm->hm_odst6, dst) && in ipf_nat6_hostmap() 389 ((np == NULL) || (np == hm->hm_ipnat)) && in ipf_nat6_hostmap() 390 ((port == 0) || (port == hm->hm_port))) { in ipf_nat6_hostmap() 392 hm in ipf_nat6_hostmap() 454 hostmap_t *hm; ipf_nat6_newmap() local 732 hostmap_t *hm; ipf_nat6_newrdr() local 943 hostmap_t *hm = NULL; ipf_nat6_add() local [all...] |
| H A D | ip_nat.c | 769 hostmap_t *hm; in ipf_nat_hostmap() local 777 for (hm = softn->ipf_hm_maptable[hv]; hm; hm = hm->hm_hnext) in ipf_nat_hostmap() 778 if ((hm->hm_osrcip.s_addr == src.s_addr) && in ipf_nat_hostmap() 779 (hm->hm_odstip.s_addr == dst.s_addr) && in ipf_nat_hostmap() 780 ((np == NULL) || (np == hm->hm_ipnat)) && in ipf_nat_hostmap() 781 ((port == 0) || (port == hm->hm_port))) { in ipf_nat_hostmap() 783 hm in ipf_nat_hostmap() 834 struct hostmap *hm; ipf_nat_hostmapdel() local 2595 hostmap_t *hm; ipf_nat_newmap() local 2857 hostmap_t *hm; ipf_nat_newrdr() local 3064 hostmap_t *hm = NULL; ipf_nat_add() local 6520 hostmap_t *hm, *nexthm = NULL, zerohm; ipf_nat_getnext() local 8158 hostmap_t *hm, **newtab; ipf_nat_hostmap_rehash() local [all...] |
| /netbsd-src/external/bsd/ipf/dist/ |
| H A D | ip_nat6.c | 386 hostmap_t *hm; local 402 for (hm = softn->ipf_hm_maptable[hv]; hm; hm = hm->hm_next) 403 if (IP6_EQ(&hm->hm_osrc6, src) && 404 IP6_EQ(&hm->hm_odst6, dst) && 405 ((np == NULL) || (np == hm->hm_ipnat)) && 406 ((port == 0) || (port == hm->hm_port))) { 408 hm->hm_ref++; 409 return hm; 417 KMALLOC(hm, hostmap_t *); 418 if (hm) { [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | Hist_data.cc | 845 Metric::HistMetric *hm = &hist_metric[i]; in print_label() local 846 int len = hm->width; in print_label() 855 sb1.appendf (fmt, len, hm->legend1); in print_label() 856 sb2.appendf (fmt, len, hm->legend2); in print_label() 857 sb3.appendf (fmt, len, hm->legend3); in print_label() 913 Metric::HistMetric *hm = hmp + i; in print_row() local 919 append_str (sb, s, hm->maxtime_width, m->get_visbits ()); in print_row() 931 sb->appendf (NTXT ("%-*s "), (int) hm->maxvalue_width, s); in print_row() 938 append_str (sb, s, hm->maxvalue_width, m->get_visbits ()); in print_row() 958 if (hm->width > len && i + 1 != nmetrics) in print_row() [all …]
|
| H A D | Metric.h | 49 void update_max (struct HistMetricS *hm);
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | Hist_data.cc | 845 Metric::HistMetric *hm = &hist_metric[i]; in print_label() local 846 int len = hm->width; in print_label() 855 sb1.appendf (fmt, len, hm->legend1); in print_label() 856 sb2.appendf (fmt, len, hm->legend2); in print_label() 857 sb3.appendf (fmt, len, hm->legend3); in print_label() 913 Metric::HistMetric *hm = hmp + i; in print_row() local 919 append_str (sb, s, hm->maxtime_width, m->get_visbits ()); in print_row() 931 sb->appendf (NTXT ("%-*s "), (int) hm->maxvalue_width, s); in print_row() 938 append_str (sb, s, hm->maxvalue_width, m->get_visbits ()); in print_row() 958 if (hm->width > len && i + 1 != nmetrics) in print_row() [all …]
|
| H A D | Metric.h | 49 void update_max (struct HistMetricS *hm);
|
| /netbsd-src/external/bsd/ipf/dist/tools/ |
| H A D | ipnat.c | 637 hostmap_t hm, *hmp, **maptable; local 654 if (kmemcpy((char *)&hm, (u_long)hmp, sizeof(hm))) { 659 printhostmap(&hm, hv); 660 hmp = hm.hm_next; 675 hostmap_t hm; local 687 iter.igi_data = &hm; 694 printhostmap(&hm, hm.hm_hv); 695 nsp->ns_maplist = hm.hm_next;
|
| H A D | ipftest.c | 686 hostmap_t *hm; local 701 for (hm = softn->ipf_hm_maplist; hm != NULL; hm = hm->hm_next) 702 printhostmap(hm, hm->hm_hv);
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Bin/ |
| H A D | iopattern | 81 while getopts d:f:hm:v name
|
| H A D | iopending | 69 while getopts cd:f:hm: name
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/ |
| H A D | iopattern | 81 while getopts d:f:hm:v name
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Disk/ |
| H A D | iopending | 69 while getopts cd:f:hm: name
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
| H A D | lto-common.c | 1800 process_new_tree (tree t, hash_map <code_id_hash, unsigned> *hm, in process_new_tree() argument 1811 unsigned *countp = hm->get (key); in process_new_tree() 1812 hm->put (key, countp ? (*countp) + 1 : 1); in process_new_tree() 1880 hash_map <code_id_hash, unsigned> hm; in lto_read_decls() local 1938 process_new_tree (t, &hm, from + i, &total, data_in); in lto_read_decls() 1967 process_new_tree (t, &hm, from, &total, data_in); in lto_read_decls() 1976 for (hash_map<code_id_hash, unsigned>::iterator itr = hm.begin (); in lto_read_decls() 1977 itr != hm.end (); in lto_read_decls()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
| H A D | lto-common.cc | 1809 process_new_tree (tree t, hash_map <code_id_hash, unsigned> *hm, in process_new_tree() argument 1820 unsigned *countp = hm->get (key); in process_new_tree() 1821 hm->put (key, countp ? (*countp) + 1 : 1); in process_new_tree() 1889 hash_map <code_id_hash, unsigned> hm; in lto_read_decls() local 1947 process_new_tree (t, &hm, from + i, &total, data_in); in lto_read_decls() 1976 process_new_tree (t, &hm, from, &total, data_in); in lto_read_decls() 1985 for (hash_map<code_id_hash, unsigned>::iterator itr = hm.begin (); in lto_read_decls() 1986 itr != hm.end (); in lto_read_decls()
|
| /netbsd-src/external/gpl2/lvm2/dist/scripts/ |
| H A D | lvm_dump.sh | 65 while getopts :acd:hm opt; do
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/doc/ |
| H A D | mmo.texi | 5 @url{http://mmix.cs.hm.edu/src/index.html} 12 @url{http://mmix.cs.hm.edu/} for more 48 @url{http://mmix.cs.hm.edu/doc/mmixal.pdf},
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/ |
| H A D | mmo.texi | 5 @url{http://mmix.cs.hm.edu/src/index.html} 12 @url{http://mmix.cs.hm.edu/} for more 48 @url{http://mmix.cs.hm.edu/doc/mmixal.pdf},
|
| /netbsd-src/external/historical/nawk/dist/testdir/ |
| H A D | test.data | 117 10 hm
|
| /netbsd-src/external/gpl2/xcvs/dist/diff/ |
| H A D | libdiff.dsp | 145 # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
|
| /netbsd-src/external/mpl/dhcp/dist/server/ |
| H A D | failover.c | 5968 int hm; in load_balance_mine() local 6009 hm = state->hba[(hbaix >> 3) & 0x1F] & (1 << (hbaix & 0x07)); in load_balance_mine() 6012 return (hm); in load_balance_mine() 6014 return (!hm); in load_balance_mine() 6027 int hm; in peer_wants_lease() local 6051 hm = state->hba[(hbaix >> 3) & 0x1F] & (1 << (hbaix & 0x07)); in peer_wants_lease() 6054 return !hm; in peer_wants_lease() 6056 return hm; in peer_wants_lease()
|