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

/freebsd-11-stable/sys/kern/
H A Dkern_environment.c883 char *vtp; local
888 iv = strtoq(value, &vtp, 0);
889 if (vtp == value || (vtp[0] != '\0' && vtp[1] != '\0'))
891 switch (vtp[0]) {
H A Dvfs_mount.c1641 char *opt_value, *vtp; local
1652 iv = strtoq(opt_value, &vtp, 0);
1653 if (vtp == opt_value || (vtp[0] != '\0' && vtp[1] != '\0'))
1657 switch (vtp[0]) {
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_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-11-stable/usr.sbin/mptutil/
H A Dmpt_config.c56 char *vtp; local
61 iv = strtoq(value, &vtp, 0);
62 if (vtp == value || (vtp[0] != '\0' && vtp[1] != '\0')) {
65 switch (vtp[0]) {
/freebsd-11-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile163 print-vtp.c \
/freebsd-11-stable/sys/dev/oce/
H A Doce_if.c122 uint8_t vtp:1; member in struct:oce_common_cqe_info
1646 cq_info.vtp = cqe->vtp;
1655 cq_info.vtp = cqe2->vtp;
1684 if (cq_info.vtp) {
1845 int vtp = 0; local
1849 vtp = cqe_v1->u0.s.vlan_tag_present;
1851 vtp = cqe->u0.s.vlan_tag_present;
1853 return vtp;
[all...]
H A Doce_hw.h4013 uint32_t vtp:1; member in struct:nic_hwlro_singleton_cqe
4048 uint32_t vtp:1;
4137 uint32_t vtp:1; member in struct:nic_hwlro_cqe_part2
4169 uint32_t vtp:1;
/freebsd-11-stable/contrib/tcpdump/
H A DMakefile.in229 print-vtp.c \

Completed in 225 milliseconds