Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_environment.c573 char *vtp; in getenv_quad() local
578 iv = strtoq(value, &vtp, 0); in getenv_quad()
579 if (vtp == value || (vtp[0] != '\0' && vtp[1] != '\0')) in getenv_quad()
581 switch (vtp[0]) { in getenv_quad()
HDvfs_mount.c1514 char *opt_value, *vtp; in vfs_getopt_size() local
1525 iv = strtoq(opt_value, &vtp, 0); in vfs_getopt_size()
1526 if (vtp == opt_value || (vtp[0] != '\0' && vtp[1] != '\0')) in vfs_getopt_size()
1530 switch (vtp[0]) { in vfs_getopt_size()
/NextBSD/usr.sbin/mptutil/
HDmpt_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()
/NextBSD/usr.sbin/mfiutil/
HDmfi_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()
/NextBSD/usr.sbin/tcpdump/tcpdump/
HDMakefile145 print-vtp.c \
/NextBSD/sys/dev/oce/
HDoce_if.c1464 int vtp = 0; in oce_cqe_vtp_valid() local
1468 vtp = cqe_v1->u0.s.vlan_tag_present; in oce_cqe_vtp_valid()
1470 vtp = cqe->u0.s.vlan_tag_present; in oce_cqe_vtp_valid()
1472 return vtp; in oce_cqe_vtp_valid()
/NextBSD/contrib/tcpdump/
HDMakefile.in212 print-vtp.c \