Searched refs:vtp (Results 1 – 7 of 7) sorted by relevance
573 char *vtp; in getenv_quad() local578 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()
1514 char *opt_value, *vtp; in vfs_getopt_size() local1525 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()
56 char *vtp; in dehumanize() local61 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()
53 char *vtp; in dehumanize() local58 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()
145 print-vtp.c \
1464 int vtp = 0; in oce_cqe_vtp_valid() local1468 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()
212 print-vtp.c \