Home
last modified time | relevance | path

Searched refs:vtp (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/kern/
H A Dkern_environment.c986 char suffix, *vtp; in getenv_quad()
993 iv = strtoq(value, &vtp, 0); in getenv_quad()
994 if (vtp == value || (vtp[0] != '\0' && vtp[1] != '\0')) { in getenv_quad()
997 suffix = vtp[0]; in getenv_quad()
984 char suffix, *vtp; getenv_quad() local
H A Dvfs_mount.c2559 char *opt_value, *vtp; in vfs_getopt_size() local
2570 iv = strtoq(opt_value, &vtp, 0); in vfs_getopt_size()
2571 if (vtp == opt_value || (vtp[0] != '\0' && vtp[1] != '\0')) in vfs_getopt_size()
2575 switch (vtp[0]) { in vfs_getopt_size()
/freebsd/usr.sbin/mptutil/
H A Dmpt_config.c55 char *vtp; in dehumanize() local
60 iv = strtoq(value, &vtp, 0); in dehumanize()
61 if (vtp == value || (vtp[0] != '\0' && vtp[1] != '\0')) { in dehumanize()
64 switch (vtp[0]) { in dehumanize()
/freebsd/usr.sbin/mfiutil/
H A Dmfi_config.c54 char *vtp; in dehumanize() local
59 iv = strtoq(value, &vtp, 0); in dehumanize()
60 if (vtp == value || (vtp[0] != '\0' && vtp[1] != '\0')) { in dehumanize()
63 switch (vtp[0]) { in dehumanize()
/freebsd/sys/dev/oce/
H A Doce_if.c123 uint8_t vtp:1; member
1588 cq_info.vtp = cqe->vtp; in oce_rx_lro()
1597 cq_info.vtp = cqe2->vtp; in oce_rx_lro()
1625 if (cq_info.vtp) { in oce_rx_lro()
1782 int vtp = 0; in oce_cqe_vtp_valid()
1786 vtp = cqe_v1->u0.s.vlan_tag_present; in oce_cqe_vtp_valid()
1788 vtp = cqe->u0.s.vlan_tag_present; in oce_cqe_vtp_valid()
1790 return vtp; in oce_cqe_vtp_valid()
1784 int vtp = 0; oce_cqe_vtp_valid() local
[all...]
H A Doce_hw.h3967 uint32_t vtp:1; member
4002 uint32_t vtp:1;
4091 uint32_t vtp:1; member
4123 uint32_t vtp:1;
/freebsd/usr.sbin/tcpdump/tcpdump/
H A DMakefile163 print-vtp.c \
/freebsd/contrib/tcpdump/
H A DMakefile.in245 print-vtp.c \
H A DCMakeLists.txt1384 print-vtp.c
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam43xx-clocks.dtsi769 vtp_clk_div: clock-vtp-clk-div {
/freebsd/crypto/openssl/crypto/perlasm/
H A Ds390x.pm2543 sub vtp { subroutine
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td2001 def VTP : TestVRRg<"vtp", 0xE65F>;