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

/freebsd-13-stable/sys/kern/
H A Dkern_environment.c904 char suffix, *vtp; local
911 iv = strtoq(value, &vtp, 0);
912 if (vtp == value || (vtp[0] != '\0' && vtp[1] != '\0')) {
915 suffix = vtp[0];
H A Dvfs_mount.c2089 char *opt_value, *vtp; local
2100 iv = strtoq(opt_value, &vtp, 0);
2101 if (vtp == opt_value || (vtp[0] != '\0' && vtp[1] != '\0'))
2105 switch (vtp[0]) {
/freebsd-13-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-13-stable/usr.sbin/mptutil/
H A Dmpt_config.c58 char *vtp; local
63 iv = strtoq(value, &vtp, 0);
64 if (vtp == value || (vtp[0] != '\0' && vtp[1] != '\0')) {
67 switch (vtp[0]) {
/freebsd-13-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile163 print-vtp.c \
/freebsd-13-stable/sys/dev/oce/
H A Doce_if.c124 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.h3968 uint32_t vtp:1; member in struct:nic_hwlro_singleton_cqe
4003 uint32_t vtp:1;
4092 uint32_t vtp:1; member in struct:nic_hwlro_cqe_part2
4124 uint32_t vtp:1;
/freebsd-13-stable/contrib/tcpdump/
H A DMakefile.in229 print-vtp.c \

Completed in 224 milliseconds