HomeSort by: relevance | last modified time | path
    Searched defs:stm (Results 1 - 9 of 9) sorted by relevancy

  /src/tests/lib/libc/ttyio/
t_ptm.c 62 struct stat stm, sts; local in function:ATF_TC_BODY
73 REQUIRE_ERRNO(fstat(fdm, &stm), -1);
74 ATF_REQUIRE_EQ(major(stm.st_rdev), 165);
86 REQUIRE_ERRNO(fstat(ptm.cfd, &stm), -1);
88 ATF_REQUIRE_EQ(stm.st_rdev, sts.st_rdev);
91 REQUIRE_ERRNO(fstat(ptm.sfd, &stm), -1);
93 ATF_REQUIRE_EQ(stm.st_rdev, sts.st_rdev);
127 struct stat stm, sts; local in function:ATF_TC_BODY
139 REQUIRE_ERRNO(fstat(fdm, &stm), -1);
144 ATF_REQUIRE_EQ_MSG(major(stm.st_rdev), major(sts.st_rdev)
    [all...]
t_ptm.c 62 struct stat stm, sts; local in function:ATF_TC_BODY
73 REQUIRE_ERRNO(fstat(fdm, &stm), -1);
74 ATF_REQUIRE_EQ(major(stm.st_rdev), 165);
86 REQUIRE_ERRNO(fstat(ptm.cfd, &stm), -1);
88 ATF_REQUIRE_EQ(stm.st_rdev, sts.st_rdev);
91 REQUIRE_ERRNO(fstat(ptm.sfd, &stm), -1);
93 ATF_REQUIRE_EQ(stm.st_rdev, sts.st_rdev);
127 struct stat stm, sts; local in function:ATF_TC_BODY
139 REQUIRE_ERRNO(fstat(fdm, &stm), -1);
144 ATF_REQUIRE_EQ_MSG(major(stm.st_rdev), major(sts.st_rdev)
    [all...]
t_ptm.c 62 struct stat stm, sts; local in function:ATF_TC_BODY
73 REQUIRE_ERRNO(fstat(fdm, &stm), -1);
74 ATF_REQUIRE_EQ(major(stm.st_rdev), 165);
86 REQUIRE_ERRNO(fstat(ptm.cfd, &stm), -1);
88 ATF_REQUIRE_EQ(stm.st_rdev, sts.st_rdev);
91 REQUIRE_ERRNO(fstat(ptm.sfd, &stm), -1);
93 ATF_REQUIRE_EQ(stm.st_rdev, sts.st_rdev);
127 struct stat stm, sts; local in function:ATF_TC_BODY
139 REQUIRE_ERRNO(fstat(fdm, &stm), -1);
144 ATF_REQUIRE_EQ_MSG(major(stm.st_rdev), major(sts.st_rdev)
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
msm8916.dtsi 492 stm: stm@802000 { label
493 compatible = "arm,coresight-stm", "arm,primecell";
496 reg-names = "stm-base", "stm-stimulus-base";
576 * 7 - connected to STM component
msm8916.dtsi 492 stm: stm@802000 { label
493 compatible = "arm,coresight-stm", "arm,primecell";
496 reg-names = "stm-base", "stm-stimulus-base";
576 * 7 - connected to STM component
msm8916.dtsi 492 stm: stm@802000 { label
493 compatible = "arm,coresight-stm", "arm,primecell";
496 reg-names = "stm-base", "stm-stimulus-base";
576 * 7 - connected to STM component
msm8998.dtsi 1468 stm: stm@6002000 { label
1469 compatible = "arm,coresight-stm", "arm,primecell";
1472 reg-names = "stm-base", "stm-data-base";
msm8998.dtsi 1468 stm: stm@6002000 { label
1469 compatible = "arm,coresight-stm", "arm,primecell";
1472 reg-names = "stm-base", "stm-data-base";
msm8998.dtsi 1468 stm: stm@6002000 { label
1469 compatible = "arm,coresight-stm", "arm,primecell";
1472 reg-names = "stm-base", "stm-data-base";

Completed in 40 milliseconds