/freebsd/sys/netgraph/ |
H A D | ng_tag.c | 302 hinfo_p hip; in ng_tag_newhook() local 306 hip = malloc(sizeof(*hip), M_NETGRAPH_TAG, M_NOWAIT | M_ZERO); in ng_tag_newhook() 307 if (hip == NULL) in ng_tag_newhook() 309 NG_HOOK_SET_PRIVATE(hook, hip); in ng_tag_newhook() 320 free(hip, M_NETGRAPH_TAG); in ng_tag_newhook() 326 free(hip, M_NETGRAPH_TAG); in ng_tag_newhook() 336 strncpy(hip->in->thisHook, name, sizeof(hip->in->thisHook) - 1); in ng_tag_newhook() 337 hip->in->thisHook[sizeof(hip->in->thisHook) - 1] = '\0'; in ng_tag_newhook() 338 strncpy(hip->out->thisHook, name, sizeof(hip->out->thisHook) - 1); in ng_tag_newhook() 339 hip->out->thisHook[sizeof(hip->out->thisHook) - 1] = '\0'; in ng_tag_newhook() [all …]
|
H A D | ng_bpf.c | 244 hinfo_p hip = NG_HOOK_PRIVATE(hook); in ng_bpf_addrefs() local 247 if (strcmp(hip->prog->ifMatch, NG_HOOK_NAME(h)) == 0) in ng_bpf_addrefs() 248 hip->match = h; in ng_bpf_addrefs() 249 if (strcmp(hip->prog->ifNotMatch, NG_HOOK_NAME(h)) == 0) in ng_bpf_addrefs() 250 hip->nomatch = h; in ng_bpf_addrefs() 257 hinfo_p hip = NG_HOOK_PRIVATE(hook); in ng_bpf_remrefs() local 260 if (hip->match == h) in ng_bpf_remrefs() 261 hip->match = NULL; in ng_bpf_remrefs() 262 if (hip->nomatch == h) in ng_bpf_remrefs() 263 hip->nomatch = NULL; in ng_bpf_remrefs() [all …]
|
H A D | ng_hole.c | 130 hinfo_p hip; in ngh_newhook() local 133 hip = malloc(sizeof(*hip), M_NETGRAPH, M_NOWAIT | M_ZERO); in ngh_newhook() 134 if (hip == NULL) in ngh_newhook() 136 NG_HOOK_SET_PRIVATE(hook, hip); in ngh_newhook() 205 const hinfo_p hip = NG_HOOK_PRIVATE(hook); in ngh_rcvdata() local 207 hip->stats.frames++; in ngh_rcvdata() 208 hip->stats.octets += NGI_M(item)->m_pkthdr.len; in ngh_rcvdata()
|
/freebsd/lib/libsecureboot/ |
H A D | vepcr.c | 98 struct hashed_info *hip; in ve_pcr_update() local 103 if ((hip = malloc(sizeof(struct hashed_info)))) { in ve_pcr_update() 104 hip->hi_path = strdup(path); in ve_pcr_update() 105 if (!hip->hi_path) { in ve_pcr_update() 106 free(hip); in ve_pcr_update() 109 hip->hi_basename = strrchr(hip->hi_path, '/'); in ve_pcr_update() 110 if (hip->hi_basename) { in ve_pcr_update() 111 hip->hi_basename++; in ve_pcr_update() 113 hip->hi_basename = hip->hi_path; in ve_pcr_update() 115 STAILQ_INSERT_TAIL(&hi_list, hip, entries); in ve_pcr_update() [all …]
|
/freebsd/sys/dev/usb/net/ |
H A D | if_usie.c | 850 len = be16toh(rxd->hip.len) & USIE_HIP_IP_LEN_MASK; in usie_if_rx_callback() 851 pad = (rxd->hip.id & USIE_HIP_PAD) ? 1 : 0; in usie_if_rx_callback() 860 if (((rxd->hip.id & USIE_HIP_MASK) != USIE_HIP_IP) || in usie_if_rx_callback() 955 sc->sc_txd.hip.len = htobe16(m->m_pkthdr.len + in usie_if_tx_callback() 1062 struct usie_hip *hip; in usie_if_status_cb() local 1098 hip = (struct usie_hip *)sc->sc_status_temp; in usie_if_status_cb() 1100 pad = (hip->id & USIE_HIP_PAD) ? 1 : 0; in usie_if_status_cb() 1103 hip->id, be16toh(hip->len), actlen, pad); in usie_if_status_cb() 1105 switch (hip->id & USIE_HIP_MASK) { in usie_if_status_cb() 1131 DPRINTF("ctx=%x\n", hip->param); in usie_if_status_cb() [all …]
|
H A D | if_usievar.h | 188 struct usie_hip hip; member
|
/freebsd/lib/msun/ld128/ |
H A D | k_expl.h | 237 __k_expl(long double x, long double *hip, long double *lop, int *kp) in __k_expl() argument 258 *hip = tbl[n2].hi; in __k_expl() 270 k_hexpl(long double x, long double *hip, long double *lop) in k_hexpl() argument 275 __k_expl(x, hip, lop, &k); in k_hexpl() 277 *hip *= twopkm1; in k_hexpl()
|
/freebsd/lib/msun/ld80/ |
H A D | k_expl.h | 219 __k_expl(long double x, long double *hip, long double *lop, int *kp) in __k_expl() argument 242 *hip = tbl[n2].hi; in __k_expl() 247 k_hexpl(long double x, long double *hip, long double *lop) in k_hexpl() argument 252 __k_expl(x, hip, lop, &k); in k_hexpl() 254 *hip *= twopkm1; in k_hexpl()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Types.def | 47 TYPE("hip-cpp-output", PP_HIP, INVALID, "hipi", phases::Compile, phases::… 48 TYPE("hip", HIP, PP_HIP, "hip", phases::Preprocess, phase… 49 TYPE("hip", HIP_DEVICE, PP_HIP, "hip", phases::Preprocess, phase… 111 TYPE("hip-fatbin", HIP_FATBIN, INVALID, "hipfb", phases::Compile, phases::…
|
H A D | Options.td | 631 defvar hip = LangOpts<"HIP">; 1373 def hip_link : Flag<["--"], "hip-link">, Group<opencl_Group>, 1375 def no_hip_rt: Flag<["-"], "no-hip-rt">, Group<hip_Group>, 1380 def hip_path_EQ : Joined<["--"], "hip-path=">, Group<hip_Group>, 1410 def : Joined<["--"], "hip-device-lib-path=">, Alias<rocm_device_lib_path_EQ>; 1411 def hip_device_lib_EQ : Joined<["--"], "hip-device-lib=">, Group<hip_Group>, 1413 def hip_version_EQ : Joined<["--"], "hip-version=">, Group<hip_Group>, 1417 defm hip_new_launch_api : BoolFOption<"hip-new-launch-api", 1422 defm hip_fp32_correctly_rounded_divide_sqrt : BoolFOption<"hip-fp32-correctly-rounded-divide-sqrt", 1428 ShouldParseIf<hip.KeyPath>; [all …]
|
/freebsd/contrib/netbsd-tests/dev/usb/ |
H A D | t_hid.c | 84 enum hid_kind k, struct hid_item *hip) in locate_item() argument 93 if (hip != NULL) in locate_item() 94 *hip = h; in locate_item()
|
/freebsd/tests/sys/netinet6/ |
H A D | exthdr.py | 140 if args.hip: 142 hip = None 143 ext = addExt(ext, hip)
|
/freebsd/sys/dev/nvmf/controller/ |
H A D | nvmft_controller.c | 68 ctrlr->hip.power_cycles[0] = 1; in nvmft_controller_alloc() 571 struct nvme_health_information_page hip; in handle_get_log_page() local 573 if (offset >= sizeof(hip)) { in handle_get_log_page() 577 todo = sizeof(hip) - offset; in handle_get_log_page() 582 hip = ctrlr->hip; in handle_get_log_page() 583 hip.controller_busy_time[0] = in handle_get_log_page() 585 hip.power_on_hours[0] = in handle_get_log_page() 590 m_copyback(m, 0, todo, (char *)&hip + offset); in handle_get_log_page()
|
H A D | nvmft_var.h | 68 struct nvme_health_information_page hip; member
|
H A D | ctl_frontend_nvmf.c | 590 hip_add(ctrlr->hip.host_write_commands, 1); in nvmft_done() 593 hip_add(ctrlr->hip.data_units_written, len / 1000); in nvmft_done() 602 hip_add(ctrlr->hip.host_read_commands, 1); in nvmft_done() 605 hip_add(ctrlr->hip.data_units_read, len / 1000); in nvmft_done()
|
/freebsd/usr.sbin/traceroute/ |
H A D | traceroute.c | 297 struct ip *hip = NULL; /* Quoted IP header */ variable 1062 u_char ecn = hip->ip_tos & IPTOS_ECN_MASK; in main() 1086 (void *)hip, hiplen); in main() 1391 hip = &icp->icmp_ip; in packet_ok() 1392 hiplen = ((u_char *)icp + cc) - (u_char *)hip; in packet_ok() 1393 hlen = hip->ip_hl << 2; in packet_ok() 1394 inner = (u_char *)((u_char *)hip + hlen); in packet_ok() 1396 && hip->ip_p == proto->num in packet_ok()
|
/freebsd/usr.sbin/traceroute6/ |
H A D | traceroute6.c | 1396 struct ip6_hdr *hip; in packet_ok() local 1404 hip = (struct ip6_hdr *)(icp + 1); in packet_ok() 1405 *ecn = ntohl(hip->ip6_flow & IPV6_ECN_MASK) >> 20; in packet_ok() 1406 if ((up = get_uphdr(hip, (u_char *)(buf + cc))) == NULL) { in packet_ok()
|
/freebsd/lib/libc/net/ |
H A D | protocols | 146 hip 139 HIP # Host Identity Protocol (RFC5201)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVSystemOperands.td | 169 def : SysReg<"hip", 0x644>;
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticDriverKinds.td | 90 "'--hip-path' or '--hip-device-lib-path', or pass '-nogpulib' to build " 93 "'--hip-path' must be specified when offloading to SPIR-V unless '-nogpuinc' "
|
H A D | CodeGenOptions.def | 191 CODEGENOPT(HIPCorrectlyRoundedDivSqrt, 1, 1) ///< -fno-hip-fp32-correctly-rounded-divide-sqrt
|
H A D | DiagnosticGroups.td | 1430 def HIPOnly : DiagGroup<"hip-only">; 1433 def HIPOpenMPOffloading: DiagGroup<"hip-omp-target-directives">;
|
/freebsd/share/dict/ |
H A D | web2a | 10453 cat hip 17198 dog hip 17684 down-hip 28714 hip boot 28715 hip brier 28716 hip disease 28717 hip girdle 28718 hip joint 28719 hip knob 28720 hip lock [all …]
|
H A D | web2 | 85990 hip
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | bib | 6938 And he smote them hip and thigh with a great slaughter: and he went down and dwelt in the top of th…
|