Home
last modified time | relevance | path

Searched refs:regstat (Results 1 – 21 of 21) sorted by relevance

/titanic_50/usr/src/uts/sun4v/io/fpc/
H A Dfpc-impl-4v.c100 int regstat; in fpc_platform_check() local
102 if ((regstat = hsvc_register(&fpc_hsvc, &fpc_sup_minor)) == SUCCESS) { in fpc_platform_check()
106 return (regstat); in fpc_platform_check()
123 int regstat; in fpc_platform_node_init() local
165 regstat = hsvc_register(&fpc_hsvc, &fpc_sup_minor); in fpc_platform_node_init()
166 if (regstat != SUCCESS) { in fpc_platform_node_init()
/titanic_50/usr/src/lib/libast/common/regex/
H A Dregstat.c31 regstat(const regex_t* p) in regstat() function
/titanic_50/usr/src/lib/libast/common/include/
H A Dregex.h226 extern regstat_t* regstat(const regex_t*);
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h272 #undef regstat
273 #define regstat _ast_regstat macro
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h293 #undef regstat
294 #define regstat _ast_regstat macro
H A Dregex.h209 extern __MANGLE__ regstat_t* regstat __PROTO__((const regex_t*));
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h293 #undef regstat
294 #define regstat _ast_regstat macro
H A Dregex.h209 extern __MANGLE__ regstat_t* regstat __PROTO__((const regex_t*));
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h272 #undef regstat
273 #define regstat _ast_regstat macro
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h272 #undef regstat
273 #define regstat _ast_regstat macro
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h272 #undef regstat
273 #define regstat _ast_regstat macro
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h293 #undef regstat
294 #define regstat _ast_regstat macro
H A Dregex.h209 extern __MANGLE__ regstat_t* regstat __PROTO__((const regex_t*));
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h293 #undef regstat
294 #define regstat _ast_regstat macro
H A Dregex.h209 extern __MANGLE__ regstat_t* regstat __PROTO__((const regex_t*));
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmap272 #undef regstat
273 #define regstat _ast_regstat
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmap272 #undef regstat
273 #define regstat _ast_regstat
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmap272 #undef regstat
273 #define regstat _ast_regstat
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dmap272 #undef regstat
273 #define regstat _ast_regstat
/titanic_50/usr/src/lib/libast/
H A DMakefile.com272 common/regex/regstat.o \
/titanic_50/usr/src/lib/libast/common/
H A DRELEASE319 06-06-18 regex/regstat.c: add REG_LITERAL check
530 regstat.c: add regstat_t