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

/freebsd-10.0-release/sys/kern/
H A Dkern_environment.c539 char *vtp; local
545 iv = strtoq(value, &vtp, 0);
546 if (vtp == value || (vtp[0] != '\0' && vtp[1] != '\0')) {
550 switch (vtp[0]) {
H A Dvfs_mount.c1523 char *opt_value, *vtp; local
1534 iv = strtoq(opt_value, &vtp, 0);
1535 if (vtp == opt_value || (vtp[0] != '\0' && vtp[1] != '\0'))
1539 switch (vtp[0]) {
/freebsd-10.0-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.0-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.0-release/usr.sbin/tcpdump/tcpdump/
H A DMakefile130 print-vtp.c \
/freebsd-10.0-release/sys/dev/oce/
H A Doce_if.c1469 int vtp = 0; local
1473 vtp = cqe_v1->u0.s.vlan_tag_present;
1475 vtp = cqe->u0.s.vlan_tag_present;
1477 return vtp;

Completed in 86 milliseconds