Searched full:s1_p2 (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/sys/contrib/device-tree/Bindings/thermal/ |
H A D | qcom-tsens.yaml | 171 - const: s1_p2 330 "s1_p1", "s1_p2",
|
/freebsd-src/contrib/libpcap/ |
H A D | pcap-sita.c | 502 char *s1_p2, *s2_p2; 507 if ((s1_p2 = strchr(s1, '_'))) { /* if an underscore is found... */ in if_sort() 508 s1_p1_len = s1_p2 - s1; /* the prefix length is the difference in pointers */ in if_sort() 509 s1_p2++; /* the suffix actually starts _after_ the underscore */ in if_sort() 512 s1_p2 = 0; /* and there is no suffix */ in if_sort() 525 return strcmp(s1_p2, s2_p2); /* otherwise we return the result of comparing the 2nd half of the string */ in if_sort() 504 char *s1_p2, *s2_p2; if_sort() local
|
/freebsd-src/sys/contrib/device-tree/src/arm/qcom/ |
H A D | qcom-apq8084.dtsi | 547 "s1_p1", "s1_p2",
|
H A D | qcom-msm8226.dtsi | 723 "s1_p1", "s1_p2",
|
H A D | qcom-msm8974.dtsi | 1204 "s1_p1", "s1_p2",
|
/freebsd-src/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8976.dtsi | 652 "s1_p1", "s1_p2",
|
H A D | qcs404.dtsi | 582 "s1_p1", "s1_p2",
|
H A D | msm8939.dtsi | 625 "s1_p1", "s1_p2",
|
H A D | msm8916.dtsi | 560 "s1_p1", "s1_p2",
|