Searched refs:set_state (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_panic.c | 234 static sfrc_t set_state(ufs_failure_t *, ufs_failure_states_t); 695 initialization_worked = set_state(new, UF_INIT); in init_failure() 728 (void) set_state(new, UF_QUEUE); in queue_failure() 793 (void) set_state(f, UF_PANIC); in real_panic_v() 979 if (!set_state(f, UF_FIXING)) { in ufsfx_unlockfs() 984 if (!set_state(f, UF_FIXED)) { in ufsfx_unlockfs() 1033 if (!set_state(f, UF_LOCKED)) { in ufsfx_lockfs() 1039 if (!set_state(f, UF_FIXING)) { in ufsfx_lockfs() 1243 set_state(ufs_failure_t *f, ufs_failure_states_t new_state) in set_state() function 1258 (void) set_state(f, UF_NOTFIX); in set_state() [all …]
|
/titanic_41/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_prot.x | 93 struct set_state { struct 375 RDCPROC_STATE(set_state) = 7; 387 RDCPROC_GETSTATE4(set_state) = 12;
|
H A D | rdc_svc.c | 1711 struct set_state state; in r_net_state() 1721 bzero(&state, sizeof (struct set_state)); in r_net_state() 1963 bzero(&state, sizeof (struct set_state)); in r_net_getstate4() 2005 struct set_state state; in r_net_getstate7() 2012 bzero(&state, sizeof (struct set_state)); in r_net_getstate7()
|
H A D | rdc_clnt.c | 165 struct set_state s; in rdc_net_state() 274 struct set_state s; in rdc_net_getstate()
|
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | ipf.c | 50 static void set_state __P((u_int)), showstats __P((friostat_t *)); 113 set_state((u_int)1); 116 set_state((u_int)0); 236 static void set_state(enable) in set_state() function
|
/titanic_41/usr/src/cmd/pg/ |
H A D | pg.c | 78 static int set_state(int *, wchar_t, char *); 863 (void) set_state(&state, ' ', (char *)0); in ttyin() 899 (void) set_state(&state, ch, sptr); in ttyin() 929 if (set_state(&state, ch, sptr) == 0) { in ttyin() 956 set_state(pstate, c, pc) in set_state() function
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci_tpgs.c | 51 vhci_tpgs_set_target_groups(struct scsi_address *ap, int set_state, in vhci_tpgs_set_target_groups() argument 82 bufp[4] = (0x0f & set_state); in vhci_tpgs_set_target_groups()
|
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | libscf.c | 3716 set_state: in libscf_create_self() 3728 goto set_state; in libscf_create_self()
|
/titanic_41/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_proto.c | 11095 uchar_t clr_state, set_state; in idn_chan_action() local 11116 clr_state = set_state = 0; in idn_chan_action() 11278 set_state |= csp->ch_state & IDN_CHANSVC_STATE_ATTACHED; in idn_chan_action() 11282 set_state |= csp->ch_state & IDN_CHANSVC_STATE_ENABLED; in idn_chan_action() 11287 set_state |= csp->ch_state & IDN_CHANSVC_STATE_ACTIVE; in idn_chan_action() 11289 crecv->c_state |= set_state; in idn_chan_action() 11290 csend->c_state |= set_state; in idn_chan_action()
|