Searched refs:sm_type (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/loadkeys/ |
H A D | dumpkeys.c | 48 smtype_t sm_type; member 103 shiftmasks[shift].sm_type = SM_INVALID; 112 if (shiftmasks[shift].sm_type != SM_INVALID) { 134 if (shiftmasks[shift].sm_type == SM_NORMAL) { 156 if (shiftmasks[shift].sm_type == SM_NORMAL) { 169 switch (shiftmasks[shift].sm_type) { 191 switch (shiftmasks[shift].sm_type) {
|
H A D | loadkeys.y | 113 smtype_t sm_type; member 234 shiftmasks[shift].sm_type = SM_INVALID; 240 switch (shiftmasks[shift].sm_type) { 276 if (shiftmasks[shift].sm_type != SM_INVALID) { 286 if (shiftmasks[shift].sm_type != SM_INVALID) {
|
/titanic_50/usr/src/uts/common/io/ |
H A D | strplumb.c | 138 char *sm_type; member 170 if (modloadonly(p->sm_type, p->sm_name) < 0) { in strplumb_load() 172 p->sm_type, p->sm_name); in strplumb_load() 192 if (strcmp(p->sm_type, "drv") == 0) in strplumb_init() 196 err = (modload(p->sm_type, p->sm_name) < 0) ? in strplumb_init() 201 p->sm_type, p->sm_name); in strplumb_init()
|
/titanic_50/usr/src/uts/common/sys/idm/ |
H A D | idm.h | 275 sm_audit_sm_type_t sm_type, 279 sm_audit_sm_type_t sm_type, int state, int new_state);
|
/titanic_50/usr/src/uts/common/io/idm/ |
H A D | idm.c | 2058 sm_audit_sm_type_t sm_type, in idm_sm_audit_common() argument 2070 sar->sar_sm_type = sm_type; in idm_sm_audit_common() 2078 sm_audit_sm_type_t sm_type, int current_state, in idm_sm_audit_event() argument 2084 sm_type, current_state); in idm_sm_audit_event() 2091 sm_audit_sm_type_t sm_type, int current_state, int new_state) in idm_sm_audit_state_change() argument 2096 sm_type, current_state); in idm_sm_audit_state_change()
|