/titanic_41/usr/src/cmd/dtrace/test/tst/common/privs/ |
H A D | tst.func_access.ksh | 32 BEGIN { 37 BEGIN { trace(mutex_owned(&`pidlock)); } 38 BEGIN { trace(mutex_owner(&`pidlock)); } 39 BEGIN { trace(mutex_type_adaptive(&`pidlock)); } 40 BEGIN { trace(mutex_type_spin(&`pidlock)); } 42 BEGIN { trace(rw_read_held(&`ksyms_lock)); } 43 BEGIN { trace(rw_write_held(&`ksyms_lock)); } 44 BEGIN { trace(rw_iswriter(&`ksyms_lock)); } 46 BEGIN { x = alloca(10); bcopy(`initname, x, 10); trace(stringof(x)); } 49 BEGIN { trace(strlen(`initname)); } [all …]
|
H A D | tst.unpriv_funcs.ksh | 38 BEGIN { trace("trace\n"); } 39 BEGIN { printf("%s\n", "printf"); } 40 BEGIN { printf("strlen(\"strlen\") = %d\n", strlen("strlen")); } 41 BEGIN { x = alloca(10); 45 BEGIN { printf("index(\"index\", \"x\") = %d\n", 47 BEGIN { printf("strchr(\"strchr\", \'t\') = %s\n", 50 BEGIN { printf("strtok(\"strtok\", \"t\") = %s\n", 52 BEGIN { printf("strtok(NULL, \"t\") = %s\n", 54 BEGIN { printf("strtok(NULL, \"t\") = %s\n", 56 BEGIN { printf("substr(\"substr\", 2, 2) = %s\n", [all …]
|
H A D | tst.op_access.ksh | 31 BEGIN { 37 BEGIN { trace(`utsname); } 38 BEGIN { trace(`kmem_flags); } 41 BEGIN /`initname == "/sbin/init"/ { trace("bad"); } 44 BEGIN { p = `p0; trace(p); } 47 BEGIN { self->p = `p0; trace(self->p); } 50 BEGIN { a[stringof(`initname)] = 42; trace(a["/sbin/init"]); } 53 BEGIN { self->a[stringof(`initname)] = 42; trace(self->a["/sbin/init"]); } 59 BEGIN /errorcount == expected_errorcount/ { 64 BEGIN /errorcount != expected_errorcount/ {
|
/titanic_41/usr/src/cmd/svc/svccfg/ |
H A D | svccfg.l | 83 <INITIAL>validate { BEGIN WORD; return (SCC_VALIDATE); } 84 <INITIAL>import { BEGIN WORD; return (SCC_IMPORT); } 85 <INITIAL>cleanup { BEGIN WORD; return (SCC_CLEANUP); } 86 <INITIAL>export { BEGIN WORD; return (SCC_EXPORT); } 87 <INITIAL>archive { BEGIN WORD; return (SCC_ARCHIVE); } 88 <INITIAL>restore { BEGIN WORD; return (SCC_RESTORE); } 89 <INITIAL>apply { BEGIN WORD; return (SCC_APPLY); } 90 <INITIAL>extract { BEGIN WORD; return (SCC_EXTRACT); } 91 <INITIAL>repository { BEGIN WORD; return (SCC_REPOSITORY); } 92 <INITIAL>inventory { BEGIN WORD; return (SCC_INVENTORY); } [all …]
|
/titanic_41/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | symtab.c | 121 errlog(BEGIN, "symtab_new_function() {"); in symtab_new_function() 147 errlog(BEGIN, "symtab_clear_function() {"); in symtab_clear_function() 165 errlog(BEGIN, "symtab_clear_varargs() {"); in symtab_clear_varargs() 177 errlog(BEGIN, "symtab_clear_includes() {"); in symtab_clear_includes() 186 errlog(BEGIN, "symtab_clear_globals() {"); in symtab_clear_globals() 195 errlog(BEGIN, "symtab_clear_errval() {"); in symtab_clear_errval() 204 errlog(BEGIN, "symtab_clear_exception() {"); in symtab_clear_exception() 213 errlog(BEGIN, "symtab_clear_print_types() {"); in symtab_clear_print_types() 225 errlog(BEGIN, "symtab_set_prototype(void) {"); in symtab_set_prototype() 234 errlog(BEGIN, "symtab_get_prototype() {"); errlog(END, "}"); in symtab_get_prototype() [all …]
|
H A D | db.c | 74 errlog(BEGIN, "db_set_current_library() {"); in db_set_current_library() 84 errlog(BEGIN, "db_get_current_library() {"); errlog(END, "}"); in db_get_current_library() 91 errlog(BEGIN, "db_set_current_interface() {"); in db_set_current_interface() 102 errlog(BEGIN, "db_get_current_interface() {"); errlog(END, "}"); in db_get_current_interface() 110 errlog(BEGIN, "db_set_source_directory() {"); in db_set_source_directory() 121 errlog(BEGIN, "db_get_source_directory() {"); errlog(END, "}"); in db_get_source_directory() 129 errlog(BEGIN, "db_set_target_directory() {"); in db_set_target_directory() 140 errlog(BEGIN, "db_get_target_directory() {"); errlog(END, "}"); in db_get_target_directory() 167 errlog(BEGIN, "db_set_output_file() {"); in db_set_output_file() 189 errlog(BEGIN, "db_get_output_file() {"); in db_get_output_file() [all …]
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/vars/ |
H A D | tst.nullassign.d | 31 BEGIN 38 BEGIN 45 BEGIN 52 BEGIN 57 BEGIN 63 BEGIN 71 BEGIN 77 BEGIN 84 BEGIN 91 BEGIN
|
/titanic_41/usr/src/lib/libsec/common/ |
H A D | acl_lex.l | 94 BEGIN NS; 99 BEGIN NS; 104 BEGIN PS; 109 BEGIN PS; 114 BEGIN PS; 119 BEGIN NS; 124 BEGIN NS; 129 BEGIN NS; 134 BEGIN PS; 139 BEGIN PS; [all …]
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/safety/ |
H A D | tst.shortstr.d | 32 BEGIN 37 BEGIN 42 BEGIN 48 BEGIN 53 BEGIN 58 BEGIN 63 BEGIN 69 BEGIN 74 BEGIN
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg_lex.l | 59 BEGIN TSTATE; 65 BEGIN TSTATE; 71 BEGIN TSTATE; 77 BEGIN TSTATE; 84 BEGIN TSTATE; 90 BEGIN TSTATE; 96 BEGIN TSTATE; 102 BEGIN TSTATE; 108 BEGIN TSTATE; 114 BEGIN TSTATE; [all …]
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.strtok.d | 31 BEGIN 36 BEGIN 42 BEGIN 47 BEGIN 53 BEGIN 58 BEGIN 64 BEGIN 69 BEGIN 75 BEGIN 80 BEGIN [all …]
|
H A D | tst.hton.d | 35 BEGIN 52 BEGIN 59 BEGIN 66 BEGIN 73 BEGIN 80 BEGIN 87 BEGIN 94 BEGIN
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/speculation/ |
H A D | err.D_COMM_COMM.DisjointCommit.d | 39 BEGIN 48 BEGIN 54 BEGIN 60 BEGIN 68 BEGIN 77 BEGIN 85 BEGIN 92 BEGIN
|
H A D | bug.1001148.SpecSizeVariations.d | 49 BEGIN 57 BEGIN 68 BEGIN 75 BEGIN 82 BEGIN
|
H A D | err.BufSizeVariations1.d | 46 BEGIN 54 BEGIN 65 BEGIN 72 BEGIN 79 BEGIN
|
H A D | err.SpecSizeVariations1.d | 40 BEGIN 48 BEGIN 59 BEGIN 66 BEGIN 73 BEGIN
|
/titanic_41/usr/src/cmd/zonecfg/ |
H A D | zonecfg_lex.l | 79 BEGIN TSTATE; 85 BEGIN TSTATE; 91 BEGIN TSTATE; 97 BEGIN TSTATE; 103 BEGIN TSTATE; 109 BEGIN TSTATE; 115 BEGIN TSTATE; 121 BEGIN TSTATE; 127 BEGIN TSTATE; 133 BEGIN TSTATE; [all …]
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.negquant.d | 31 BEGIN 39 BEGIN 44 BEGIN 52 BEGIN 60 BEGIN 68 BEGIN 90 BEGIN 112 BEGIN
|
H A D | tst.neglquant.d | 31 BEGIN 39 BEGIN 44 BEGIN 52 BEGIN 60 BEGIN 68 BEGIN 102 BEGIN 147 BEGIN
|
/titanic_41/usr/src/cmd/oawk/ |
H A D | awk.lx.l | 54 "string too long", cbuf); BEGIN A; } } 71 BEGIN A; 74 BEGIN A; 84 <A>BEGIN RETURN(XBEGIN); 124 <A>"}"{WS}*\n { BEGIN sc; lineno++; RETURN(';'); } 125 <A>"}" { BEGIN sc; RETURN(';'); } 155 <A>\" { BEGIN str; clen=0; } 157 <A># { BEGIN comment; } 158 <comment>\n { BEGIN A; lineno++; RETURN(NL); } 163 <reg>"[" { BEGIN chc; clen=0; cflag=0; } [all …]
|
/titanic_41/usr/src/cmd/genmsg/ |
H A D | genmsg.l | 105 BEGIN 0; 112 BEGIN CAT; 125 BEGIN 0; 136 BEGIN 0; 147 BEGIN 0; 158 BEGIN 0; 169 BEGIN 0; 180 BEGIN 0; 191 BEGIN 0; 202 BEGIN 0; [all …]
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/drops/ |
H A D | drp.DTRACEDROP_SPECUNAVAIL.d | 31 BEGIN, 32 BEGIN, 33 BEGIN, 34 BEGIN 39 BEGIN
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/begin/ |
H A D | tst.multibegin.d | 40 BEGIN 44 BEGIN 48 BEGIN 52 BEGIN 56 BEGIN
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/end/ |
H A D | tst.multibeginend.d | 57 BEGIN 61 BEGIN 65 BEGIN 69 BEGIN 73 BEGIN
|
/titanic_41/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.l | 110 BEGIN USTATE; 148 BEGIN CPUSTATE; 163 BEGIN state; 177 BEGIN INITIAL; 187 BEGIN INITIAL; 197 BEGIN INITIAL; 208 BEGIN INITIAL; 218 BEGIN INITIAL; 235 BEGIN INITIAL;
|