Searched refs:tstate (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libslp/clib/
H A DSLPUtils.c177 char *s, *tstate; local
184 s = strtok_r((char *)scopes, ",", &tstate);
186 s = strtok_r(NULL, ",", &tstate)) {
353 char *s, *tstate, *p, *url; local
378 s = strtok_r(p, ",", &tstate);
380 s = strtok_r(NULL, ",", &tstate)) {
H A Dslp_net.c719 char *p, *tstate; local
743 p = strtok_r(ifs_string, ",", &tstate);
745 p = strtok_r(NULL, ",", &tstate)) {
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_trans.c802 uint_t tstate /* Errored tstate flags */
811 if (tstate != 0) {
832 uint_t tstate /* Errored tstate flags */
839 if (tstate != 0) {
850 return (mt_l_error_to_name(transp, tvp, tstate));
874 uint_t tstate = 0; local
887 if (meta_get_tstate(transp->common.namep->dev, &tstate, ep)
891 mt_state = mt_flags_to_name(transp, &tv, tstate
1181 uint_t tstate = 0; local
[all...]
H A Dmeta_raid.c479 uint_t tstate /* Errored tstate flags */
498 if (tstate & MD_INACCESSIBLE) {
599 uint_t tstate
606 if (tstate != 0) {
645 uint_t top_tstate, /* Errored tstate flags */
663 uint_t tstate = 0; local
676 if (meta_get_tstate(namep->dev, &tstate, ep) != 0)
679 tstate & MD_DEV_ERRORED);
689 col_state = raid_col_state_to_name(colp, &tv, tstate);
796 uint_t tstate = 0; local
1586 uint_t tstate; local
1732 uint_t tstate; local
[all...]
H A Dmeta_mirror.c589 uint_t tstate
592 if (tstate & MD_ABR_CAP)
679 uint_t tstate
696 if ((tstate != 0) && (state & SMS_RUNNING)) {
831 uint_t tstate,
862 resync_opt_to_name(tstate)) == EOF) {
924 uint_t tstate = 0; local
1025 if (meta_get_tstate(mdsp->submirnamep->dev, &tstate,
1030 tstate & MD_DEV_ERRORED);
1078 if (meta_get_tstate(mirrorp->common.namep->dev, &tstate, e
827 meta_print_mirror_options( mm_rd_opt_t read_option, mm_wr_opt_t write_option, mm_pass_num_t pass_num, uint_t tstate, char *fname, mdsetname_t *sp, FILE *fp, md_error_t *ep ) argument
1390 uint_t tstate; local
1470 uint_t tstate; local
[all...]
H A Dmeta_print.c344 * tstatep -- return for tstate
360 *tstatep = params.tstate;
H A Dmeta_mn_handlers.c1916 * This is to get the value of tstate from the master node. We use this
1925 uint_t tstate; local
1935 ret = meta_get_tstate(d->gettstate_dev, &tstate, &mde);
1939 tstate = 0;
1941 resp->mmr_exitval = tstate;
1963 uint_t tstate; local
2009 if (meta_get_tstate(d->mir_state_mnum, &tstate, &mde) != 0) {
2028 /* Returm value of tstate for mirror */
2029 res->mir_tstate = tstate;
H A Dmeta_stripe.c638 uint_t tstate /* Errored tstate flags */
647 if (tstate != 0) {
676 uint_t top_tstate, /* Errored tstate flags */
742 uint_t tstate = 0; local
764 if (meta_get_tstate(namep->dev, &tstate, ep) != 0)
766 comp_state = comp_state_to_name(cp, &tv, tstate &
778 tstate & MD_DEV_ERRORED);
982 uint_t tstate = 0; local
1036 if (meta_get_tstate(stripep->common.namep->dev, &tstate, e
[all...]
H A Dmeta_sp.c180 static char *meta_sp_status_to_name(xsp_status_t xsp_status, uint_t tstate);
2022 * tstate - transient errored device state. If set the
2033 uint_t tstate
2040 * value for an 'Unavailable' return. tstate can be set because of
2043 if (tstate & MD_INACCESSIBLE) {
2102 uint_t tstate = 0; local
2134 if (meta_get_tstate(msp->common.namep->dev, &tstate, ep) != 0)
2137 status = meta_sp_status_to_name(msp->status, tstate & MD_DEV_ERRORED);
2140 if (tstate & MD_ABR_CAP) {
5527 uint_t tstate local
6555 uint_t tstate; local
[all...]
/osnet-11/usr/src/lib/brand/solaris10/cmd/
H A Ds10_net_include.sh789 tstate=`/usr/bin/svcprop -c -p general_ovr/enabled $1 2>/dev/null`
791 [ "$tstate" = "true" ] && return 0

Completed in 78 milliseconds