Searched defs:sm_state (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/ |
H A D | fcsm.h | 110 uint32_t sm_state; /* San Mgmt State information */ member in struct:fcsm
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_slist.c | 26 ALLOCATOR(sm_state, "sm state"); 34 const char *show_sm(struct sm_state *sm) 37 struct sm_state *tmp; 79 struct sm_state *sm; 91 int cmp_tracker(const struct sm_state *a, const struct sm_state *b) 143 static int cmp_possible_sm(const struct sm_state *a, const struct sm_state *b, int preserve) 188 struct sm_state *alloc_sm_state(int owner, const char *name, 191 struct sm_state *sm_stat local [all...] |
H A D | smatch.h | 81 struct sm_state { struct 89 struct sm_state *left; 90 struct sm_state *right; 167 typedef struct smatch_state *(unmatched_func_t)(struct sm_state *state); 170 void add_pre_merge_hook(int client_id, void (*hook)(struct sm_state *cur, struct sm_state *other)); 206 typedef void (modification_hook)(struct sm_state *sm, struct expression *mod_expr); 359 struct sm_state *set_state(int owner, const char *name, struct symbol *sym, 361 struct sm_state *set_state_expr(int owner, struct expression *expr, 600 void overwrite_states_using_pool(struct sm_state *gate_s [all...] |
/illumos-gate/usr/src/uts/common/klm/ |
H A D | nlm_impl.c | 679 int32_t sm_state; local 703 stat = nlm_nsm_stat(&nsm, &sm_state); 712 if (sm_state != hostp->nh_state) { 721 nlm_host_notify_client(hostp, sm_state); 722 nlm_host_notify_server(hostp, sm_state);
|
/illumos-gate/usr/src/uts/common/io/sfxge/ |
H A D | sfxge.h | 138 sfxge_mac_state_t sm_state; member in struct:sfxge_mac_s 158 sfxge_mon_state_t sm_state; member in struct:sfxge_mon_s 187 sfxge_mcdi_state_t sm_state; member in struct:sfxge_mcdi_s
|
Completed in 72 milliseconds