Home
last modified time | relevance | path

Searched refs:clo_flags (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/oclo/
H A Doclo.c75 int clo_flags; member
192 if ((c->clo_flags & FD_CLOEXEC) != 0) in oclo_file()
194 if ((c->clo_flags & FD_CLOFORK) != 0) in oclo_file()
208 oclo_record(c, oclo_file(c), c->clo_flags, NULL); in oclo_open()
257 oclo_record(c, fd, c->clo_flags, "base"); in oclo_fdup_common()
350 oclo_record(c, fd, c->clo_flags, "base"); in oclo_dup_common()
400 if ((c->clo_flags & FD_CLOEXEC) != 0) in oclo_pipe()
402 if ((c->clo_flags & FD_CLOFORK) != 0) in oclo_pipe()
410 oclo_record(c, fds[0], c->clo_flags, "pipe[0]"); in oclo_pipe()
411 oclo_record(c, fds[1], c->clo_flags, "pipe[1]"); in oclo_pipe()
[all …]
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c1325 ceen = clop->clo_flags & EN_REG_CEEN; in cpu_fast_ecc_error()
1326 nceen = clop->clo_flags & EN_REG_NCEEN; in cpu_fast_ecc_error()
1746 uint64_t ceen, clo_flags; in cpu_deferred_error() local
1780 clo_flags = p_clo_flags; in cpu_deferred_error()
1789 clo_flags = clop->clo_flags; in cpu_deferred_error()
1804 ceen = clo_flags & EN_REG_CEEN; in cpu_deferred_error()
1805 tl = (clo_flags & CLO_FLAGS_TL_MASK) >> CLO_FLAGS_TL_SHIFT; in cpu_deferred_error()
1806 ttype = (clo_flags & CLO_FLAGS_TT_MASK) >> CLO_FLAGS_TT_SHIFT; in cpu_deferred_error()
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_offsets.in247 clo_flags CH_CLO_FLAGS
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dcheetahregs.h1410 uint64_t clo_flags; /* Information about this trap */ member