Home
last modified time | relevance | path

Searched refs:vtp (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/sys/fs/tmpfs/
Dtmpfs_vfsops.c94 char *opt_value, *vtp; in tmpfs_getopt_size() local
105 iv = strtoq(opt_value, &vtp, 0); in tmpfs_getopt_size()
106 if (vtp == opt_value || (vtp[0] != '\0' && vtp[1] != '\0')) in tmpfs_getopt_size()
110 switch (vtp[0]) { in tmpfs_getopt_size()
/freebsd-9-stable/sys/kern/
Dkern_environment.c536 char *vtp; in getenv_quad() local
542 iv = strtoq(value, &vtp, 0); in getenv_quad()
543 if (vtp == value || (vtp[0] != '\0' && vtp[1] != '\0')) { in getenv_quad()
547 switch (vtp[0]) { in getenv_quad()
/freebsd-9-stable/usr.sbin/mptutil/
Dmpt_config.c56 char *vtp; in dehumanize() local
61 iv = strtoq(value, &vtp, 0); in dehumanize()
62 if (vtp == value || (vtp[0] != '\0' && vtp[1] != '\0')) { in dehumanize()
65 switch (vtp[0]) { in dehumanize()
/freebsd-9-stable/usr.sbin/mfiutil/
Dmfi_config.c53 char *vtp; in dehumanize() local
58 iv = strtoq(value, &vtp, 0); in dehumanize()
59 if (vtp == value || (vtp[0] != '\0' && vtp[1] != '\0')) { in dehumanize()
62 switch (vtp[0]) { in dehumanize()
/freebsd-9-stable/usr.sbin/tcpdump/tcpdump/
DMakefile130 print-vtp.c \
/freebsd-9-stable/sys/dev/oce/
Doce_if.c1467 int vtp = 0; in oce_cqe_vtp_valid() local
1471 vtp = cqe_v1->u0.s.vlan_tag_present; in oce_cqe_vtp_valid()
1473 vtp = cqe->u0.s.vlan_tag_present; in oce_cqe_vtp_valid()
1475 return vtp; in oce_cqe_vtp_valid()
/freebsd-9-stable/contrib/tcpdump/
DMakefile.in95 print-usb.c print-vjc.c print-vqp.c print-vrrp.c print-vtp.c \