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

/freebsd-10-stable/sys/kern/
H A Dkern_environment.c568 char *vtp; local
573 iv = strtoq(value, &vtp, 0);
574 if (vtp == value || (vtp[0] != '\0' && vtp[1] != '\0'))
576 switch (vtp[0]) {
H A Dvfs_mount.c1595 char *opt_value, *vtp; local
1606 iv = strtoq(opt_value, &vtp, 0);
1607 if (vtp == opt_value || (vtp[0] != '\0' && vtp[1] != '\0'))
1611 switch (vtp[0]) {
/freebsd-10-stable/usr.sbin/mfiutil/
H A Dmfi_config.c53 char *vtp; local
58 iv = strtoq(value, &vtp, 0);
59 if (vtp == value || (vtp[0] != '\0' && vtp[1] != '\0')) {
62 switch (vtp[0]) {
/freebsd-10-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-10-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile129 print-vtp.c \
/freebsd-10-stable/sys/dev/oce/
H A Doce_if.c1464 int vtp = 0; local
1468 vtp = cqe_v1->u0.s.vlan_tag_present;
1470 vtp = cqe->u0.s.vlan_tag_present;
1472 return vtp;

Completed in 117 milliseconds