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

/freebsd-10.1-release/sys/kern/
H A Dkern_environment.c536 char *vtp; local
541 iv = strtoq(value, &vtp, 0);
542 if (vtp == value || (vtp[0] != '\0' && vtp[1] != '\0'))
544 switch (vtp[0]) {
H A Dvfs_mount.c1509 char *opt_value, *vtp; local
1520 iv = strtoq(opt_value, &vtp, 0);
1521 if (vtp == opt_value || (vtp[0] != '\0' && vtp[1] != '\0'))
1525 switch (vtp[0]) {
/freebsd-10.1-release/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.1-release/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.1-release/usr.sbin/tcpdump/tcpdump/
H A DMakefile129 print-vtp.c \
/freebsd-10.1-release/sys/dev/oce/
H A Doce_if.c1468 int vtp = 0; local
1472 vtp = cqe_v1->u0.s.vlan_tag_present;
1474 vtp = cqe->u0.s.vlan_tag_present;
1476 return vtp;

Completed in 197 milliseconds