| /src/sys/arch/hppa/hppa/ |
| autoconf.c | 487 struct hppa_pdcmodule nhm, *hm; local 519 TAILQ_FOREACH(hm, &hppa_pdcmodule_list, hm_link) { 520 if (nhm.hm_hpa == hm->hm_hpa) { 527 if (hm) 544 struct hppa_pdcmodule *hm; local 551 TAILQ_FOREACH(hm, &hppa_pdcmodule_list, hm_link) { 555 if (hm->hm_registered) 558 if (!(hm->hm_dp.dp_bc[0] == ca->ca_dp.dp_bc[1] && 559 hm->hm_dp.dp_bc[1] == ca->ca_dp.dp_bc[2] && 560 hm->hm_dp.dp_bc[2] == ca->ca_dp.dp_bc[3] & 776 struct hppa_pdcmodule *hm; local 810 struct hppa_pdcmodule hm; local 856 struct hppa_pdcmodule *hm, *nhm; local [all...] |
| /src/external/bsd/atf/dist/tools/ |
| parser.cpp | 307 headers_map hm; 334 hm[he.name()] = he; 344 return std::pair< size_t, headers_map >(tkz.lineno(), hm); 348 impl::write_headers(const impl::headers_map& hm, std::ostream& os) 350 assert(!hm.empty()); 351 headers_map::const_iterator ct = hm.find("Content-Type"); 352 assert(ct != hm.end()); 354 for (headers_map::const_iterator iter = hm.begin(); iter != hm.end(); 363 impl::validate_content_type(const impl::headers_map& hm, const std::string& fmt [all...] |
| test-program.cpp | 569 tools::parser::headers_map hm; local 572 hm["Content-Type"] = 575 tools::parser::write_headers(hm, m_os);
|
| /src/external/cddl/dtracetoolkit/dist/Bin/ |
| iopattern | 81 while getopts d:f:hm:v name
|
| iopending | 69 while getopts cd:f:hm: name
|
| /src/external/cddl/dtracetoolkit/dist/ |
| iopattern | 81 while getopts d:f:hm:v name
|
| /src/external/cddl/dtracetoolkit/dist/Disk/ |
| iopending | 69 while getopts cd:f:hm: name
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Hist_data.cc | 844 Metric::HistMetric *hm = &hist_metric[i]; local 845 int len = hm->width; 854 sb1.appendf (fmt, len, hm->legend1); 855 sb2.appendf (fmt, len, hm->legend2); 856 sb3.appendf (fmt, len, hm->legend3); 912 Metric::HistMetric *hm = hmp + i; local 918 append_str (sb, s, hm->maxtime_width, m->get_visbits ()); 930 sb->appendf (NTXT ("%-*s "), (int) hm->maxvalue_width, s); 937 append_str (sb, s, hm->maxvalue_width, m->get_visbits ()); 957 if (hm->width > len && i + 1 != nmetrics 1022 Metric::HistMetric *hm = hist_metrics + i; local 1041 Metric::HistMetric *hm = hist_metrics + i; local 1063 Metric::HistMetric *hm = hms + i; local [all...] |
| Metric.h | 49 void update_max (struct HistMetricS *hm);
|
| Print.cc | 686 Metric::HistMetric *hm = &hist_metric[i]; local 687 hm->init ();
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Hist_data.cc | 844 Metric::HistMetric *hm = &hist_metric[i]; local 845 int len = hm->width; 854 sb1.appendf (fmt, len, hm->legend1); 855 sb2.appendf (fmt, len, hm->legend2); 856 sb3.appendf (fmt, len, hm->legend3); 912 Metric::HistMetric *hm = hmp + i; local 918 append_str (sb, s, hm->maxtime_width, m->get_visbits ()); 930 sb->appendf (NTXT ("%-*s "), (int) hm->maxvalue_width, s); 937 append_str (sb, s, hm->maxvalue_width, m->get_visbits ()); 957 if (hm->width > len && i + 1 != nmetrics 1022 Metric::HistMetric *hm = hist_metrics + i; local 1041 Metric::HistMetric *hm = hist_metrics + i; local 1063 Metric::HistMetric *hm = hms + i; local [all...] |
| Metric.h | 49 void update_max (struct HistMetricS *hm);
|
| Print.cc | 686 Metric::HistMetric *hm = &hist_metric[i]; local 687 hm->init ();
|
| /src/sys/external/bsd/ipf/netinet/ |
| ip_nat6.c | 370 hostmap_t *hm; local 386 for (hm = softn->ipf_hm_maptable[hv]; hm; hm = hm->hm_next) 387 if (IP6_EQ(&hm->hm_osrc6, src) && 388 IP6_EQ(&hm->hm_odst6, dst) && 389 ((np == NULL) || (np == hm->hm_ipnat)) && 390 ((port == 0) || (port == hm->hm_port))) { 392 hm->hm_ref++ 454 hostmap_t *hm; local 732 hostmap_t *hm; local 943 hostmap_t *hm = NULL; local [all...] |
| ip_nat.c | 769 hostmap_t *hm; local 777 for (hm = softn->ipf_hm_maptable[hv]; hm; hm = hm->hm_hnext) 778 if ((hm->hm_osrcip.s_addr == src.s_addr) && 779 (hm->hm_odstip.s_addr == dst.s_addr) && 780 ((np == NULL) || (np == hm->hm_ipnat)) && 781 ((port == 0) || (port == hm->hm_port))) { 783 hm->hm_ref++ 834 struct hostmap *hm; local 2596 hostmap_t *hm; local 2858 hostmap_t *hm; local 3065 hostmap_t *hm = NULL; local 6521 hostmap_t *hm, *nexthm = NULL, zerohm; local 8159 hostmap_t *hm, **newtab; local [all...] |
| /src/external/bsd/ipf/dist/ |
| 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++ 473 hostmap_t *hm; local 754 hostmap_t *hm; local 969 hostmap_t *hm = NULL; local [all...] |
| /src/external/bsd/ipf/dist/tools/ |
| 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 [all...] |
| 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);
|
| /src/external/gpl2/lvm2/dist/scripts/ |
| lvm_dump.sh | 65 while getopts :acd:hm opt; do
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_ndis.c | 2510 HMODULE hm; 2526 hm = LoadLibrary(TEXT("wzcsapi.dll")); 2527 if (hm == NULL) { 2535 wzc_enum_interf = (void *) GetProcAddressA(hm, "WZCEnumInterfaces"); 2536 wzc_query_interf = (void *) GetProcAddressA(hm, "WZCQueryInterface"); 2537 wzc_set_interf = (void *) GetProcAddressA(hm, "WZCSetInterface"); 2539 wzc_enum_interf = (void *) GetProcAddress(hm, "WZCEnumInterfaces"); 2540 wzc_query_interf = (void *) GetProcAddress(hm, "WZCQueryInterface"); 2541 wzc_set_interf = (void *) GetProcAddress(hm, "WZCSetInterface"); 2661 FreeLibrary(hm); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/lto/ |
| lto-common.cc | 1809 process_new_tree (tree t, hash_map <code_id_hash, unsigned> *hm, 1820 unsigned *countp = hm->get (key); 1821 hm->put (key, countp ? (*countp) + 1 : 1); 1889 hash_map <code_id_hash, unsigned> hm; local 1947 process_new_tree (t, &hm, from + i, &total, data_in); 1976 process_new_tree (t, &hm, from, &total, data_in); 1985 for (hash_map<code_id_hash, unsigned>::iterator itr = hm.begin (); 1986 itr != hm.end ();
|
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_oncore.c | 3705 double xd, xm, xs, yd, ym, ys, hm, hft; local 3724 hm = instance->ss_ht/100.; 3725 hft= hm/0.3048; 3731 ns, xd, ew, yd, hm, hft); 3741 ns, idx, xm, ew, idy, ym, hm, hft); 3751 ns, idx, imx, xs, ew, idy, imy, ys, hm, hft);
|