Searched refs:vtp (Results 1 – 7 of 7) sorted by relevance
94 char *opt_value, *vtp; in tmpfs_getopt_size() local105 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()
536 char *vtp; in getenv_quad() local542 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()
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()
130 print-vtp.c \
1467 int vtp = 0; in oce_cqe_vtp_valid() local1471 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()
95 print-usb.c print-vjc.c print-vqp.c print-vrrp.c print-vtp.c \