Searched refs:vtp (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/usr.sbin/mfiutil/
H A Dmfi_config.c54 char *vtp; local
59 iv = strtoq(value, &vtp, 0);
60 if (vtp == value || (vtp[0] != '\0' && vtp[1] != '\0')) {
63 switch (vtp[0]) {
/freebsd-current/usr.sbin/mptutil/
H A Dmpt_config.c55 char *vtp; local
60 iv = strtoq(value, &vtp, 0);
61 if (vtp == value || (vtp[0] != '\0' && vtp[1] != '\0')) {
64 switch (vtp[0]) {
/freebsd-current/sys/kern/
H A Dkern_environment.c986 char suffix, *vtp; local
993 iv = strtoq(value, &vtp, 0);
994 if (vtp == value || (vtp[0] != '\0' && vtp[1] != '\0')) {
997 suffix = vtp[0];
H A Dvfs_mount.c2559 char *opt_value, *vtp; local
2570 iv = strtoq(opt_value, &vtp, 0);
2571 if (vtp == opt_value || (vtp[0] != '\0' && vtp[1] != '\0'))
2575 switch (vtp[0]) {
/freebsd-current/usr.sbin/tcpdump/tcpdump/
H A DMakefile164 print-vtp.c \
/freebsd-current/sys/dev/oce/
H A Doce_if.c123 uint8_t vtp:1; member in struct:oce_common_cqe_info
1594 cq_info.vtp = cqe->vtp;
1603 cq_info.vtp = cqe2->vtp;
1631 if (cq_info.vtp) {
1788 int vtp = 0; local
1792 vtp = cqe_v1->u0.s.vlan_tag_present;
1794 vtp = cqe->u0.s.vlan_tag_present;
1796 return vtp;
[all...]
H A Doce_hw.h3967 uint32_t vtp:1; member in struct:nic_hwlro_singleton_cqe
4002 uint32_t vtp:1;
4091 uint32_t vtp:1; member in struct:nic_hwlro_cqe_part2
4123 uint32_t vtp:1;
/freebsd-current/contrib/tcpdump/
H A DMakefile.in245 print-vtp.c \
/freebsd-current/crypto/openssl/crypto/perlasm/
H A Ds390x.pm105 vlip vmp vmsp vpkz vpsop vrp vsdp vsrp vsp vtp vupkz)],
2543 sub vtp { subroutine

Completed in 220 milliseconds