Home
last modified time | relevance | path

Searched refs:Stable (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dsched.d62 #pragma D attributes Stable/Stable/Common curcpu
66 #pragma D attributes Stable/Stable/Common cpu
70 #pragma D attributes Stable/Stable/Common pset
74 #pragma D attributes Stable/Stable/Common chip
78 #pragma D attributes Stable/Stable/Common lgrp
H A Dprocfs.d.in349 #pragma D attributes Stable/Stable/Common curpsinfo
353 #pragma D attributes Stable/Stable/Common curlwpsinfo
358 #pragma D attributes Stable/Stable/Common cwd
364 #pragma D attributes Stable/Stable/Common root
H A Dio.d.in204 #pragma D attributes Stable/Stable/Common fds
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dstable.c44 static char **Stable; /* the hash table */ variable
80 Stable = MALLOC(Stablesz * sizeof (*Stable)); in stable_init()
81 bzero((void *)Stable, Stablesz * sizeof (*Stable)); in stable_init()
107 FREE(Stable); in stable_fini()
163 ptrp = &Stable[hash]; in stable()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/
H A Derr.D_PRAGMA_UNUSED.UnusedPragma.d38 #pragma D attributes Stable/Stable/Common func;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/translators/
H A Dtst.TestTransStability1.ksh.out10 Identifier Names: Stable
11 Data Semantics: Stable
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h201 #define Stable "Stable" macro
H A Dtopo_xml.c88 } else if (xmlStrcmp(str, (xmlChar *)Stable) == 0) { in xmlattr_to_stab()
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac_regs.h951 uint32_t Stable; member
H A Daac.c5697 ddi_put32(acc, &bw->Stable, CUNSTABLE); in aac_cmd_fib_brw()