Searched refs:ostate (Results 1 - 17 of 17) sorted by relevance

/osnet-11/usr/src/lib/libsasl/include/
H A Dhmac-md5.h28 UINT4 ostate[4]; member in struct:HMAC_MD5_STATE_s
H A Dsaslplug.h33 uint32_t ostate[4]; member in struct:HMAC_MD5_STATE_s
/osnet-11/usr/src/lib/libc/port/gen/
H A Drandom.c229 char *ostate; local
238 ostate = (char *)(&rp->state[ -1 ]);
282 return (ostate);
306 char *ostate; local
313 ostate = (char *)(&rp->state[ -1 ]);
339 return (ostate);
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_msg.c193 char *ostate; local
278 ostate = ap_stnames[os];
279 len += strlen(rstate) + strlen(ostate);
280 DBG("<%s><%s><%s><%s>", cmd, target, rstate, ostate);
387 (void) snprintf(p, len, fmt, cmd, rstate, ostate, target);
H A Dap_rcm.c49 cfga_stat_t ostate; member in struct:__anon907
185 os = &cp->ostate;
582 (prevcap[capindex].ostate != os)))
916 capinfo[i].ostate != CFGA_STAT_CONFIGURED)
975 os = capinfo[i].ostate;
980 prevos = prevcapinfo[i].ostate;
1083 os = capinfo[i].ostate;
1088 prevos = prevcapinfo[i].ostate;
H A Dap_sbd.c934 ap_cm_capacity(apd_t *a, int seq, void *cap, int *ncap, cfga_stat_t *ostate) argument
947 if (ostate)
948 *ostate = os;
983 DBG("%d)\n", *ostate);
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c591 device_connected(devctl_hdl_t hdl, nvlist_t *list, ap_ostate_t *ostate) argument
603 *ostate = devctl_ap_state.ap_ostate;
1014 ap_ostate_t ostate; local
1080 if ((rv = device_connected(hdl, nvl, &ostate)) !=
1132 if ((rv = device_connected(hdl, nvl, &ostate)) !=
1138 if (ostate == AP_OSTATE_UNCONFIGURED)
1164 if (ostate == AP_OSTATE_CONFIGURED) {
1179 if (ostate == AP_OSTATE_CONFIGURED) {
1184 if (ostate == AP_OSTATE_CONFIGURED) {
1224 ap_ostate_t ostate; local
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c232 ap_rstate_t *rstate, ap_ostate_t *ostate);
577 ap_ostate_t ostate; local
634 if ((rv = port_state(hdl, nvl, &rstate, &ostate)) !=
638 if (ostate == AP_OSTATE_CONFIGURED) {
687 if ((rv = port_state(hdl, nvl, &rstate, &ostate)) !=
696 if (ostate != AP_OSTATE_CONFIGURED) {
756 if ((rv = port_state(hdl, nvl, &rstate, &ostate)) !=
779 if (ostate == AP_OSTATE_CONFIGURED &&
866 if ((rv = port_state(hdl, nvl, &rstate, &ostate)) !=
939 ap_ostate_t ostate; local
1978 port_state(devctl_hdl_t hdl, nvlist_t *list, ap_rstate_t *rstate, ap_ostate_t *ostate) argument
[all...]
/osnet-11/usr/src/lib/libc/port/aio/
H A Daio.c801 int ostate = reqp->req_state; local
805 if (ostate == AIO_REQ_CANCELED)
807 if (ostate == AIO_REQ_DONE && !POSIX_AIO(reqp) &&
824 if (ostate == AIO_REQ_DONE || ostate == AIO_REQ_DONEQ) {
839 _aio_req_del(aiowp, reqp, ostate);
843 ASSERT(ostate == AIO_REQ_INPROGRESS);
1908 _aio_req_del(aio_worker_t *aiowp, aio_req_t *reqp, int ostate) argument
1917 if (ostate != AIO_REQ_QUEUED)
1922 ASSERT(ostate
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c530 if (asp->ostate == SYSC_CFGA_OSTATE_CONFIGURED)
606 stat.ostate != SYSC_CFGA_OSTATE_UNCONFIGURED) {
695 stat.ostate != SYSC_CFGA_OSTATE_CONFIGURED) {
1205 stat.ostate != SYSC_CFGA_OSTATE_UNCONFIGURED) {
1323 asp->ostate == SYSC_CFGA_OSTATE_CONFIGURED &&
1358 asp->ostate == SYSC_CFGA_OSTATE_CONFIGURED &&
1368 cs->ap_o_state = ostate_cvt(ac->ostate);
1767 (void) fprintf(debug_fp, " rstate=%u ostate=%u "
1769 (uint_t)tstat->rstate, (uint_t)tstat->ostate,
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c1178 * the target device is updated with configured ostate.
1327 * the FCP SCSI LUN is updated with configured ostate.
1579 cfga_stat_t ostate; local
1589 ostate = dev_devinfo_to_occupant_state(devinfo_state);
1612 if (ostate != CFGA_STAT_UNCONFIGURED) {
1624 switch (ostate) {
1655 * In anycase the ostate will be set to configured
1712 /* node exists so set ostate to configured. */
1718 switch (ostate) {
1762 switch (ostate) {
2466 cfga_stat_t ostate; local
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c695 * ostate - Occupant state for the apid
705 ib_device_connected(devctl_hdl_t hdl, nvlist_t *list, ap_ostate_t *ostate) argument
715 *ostate = devctl_ap_state.ap_ostate;
869 ap_ostate_t ostate; local
898 rv = ib_device_connected(hdl, nvl, &ostate);
911 if (ostate == AP_OSTATE_CONFIGURED) {
955 if ((rv = ib_device_connected(hdl, nvl, &ostate)) !=
1945 "ostate = %x\n", name, intval);
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_list.c707 cfga_stat_t ostate; local
714 ostate = dev_devinfo_to_occupant_state(devinfo_state);
717 if (ostate == CFGA_STAT_CONFIGURED) {
754 clp->ap_o_state = ostate;
/osnet-11/usr/src/lib/cfgadm_plugins/sysctrl/common/
H A Dcfga.c626 sim_sc_list[sim_idx].ostate = SYSC_CFGA_OSTATE_CONFIGURED;
629 sim_sc_list[sim_idx].ostate = SYSC_CFGA_OSTATE_UNCONFIGURED;
932 os = ss[idx].ostate;
1336 cs->ap_o_state = ostate_cvt(sc->ostate);
/osnet-11/usr/src/lib/libsasl/lib/
H A Dmd5.c446 state->ostate[lupe] = htonl(hmac.octx.state[lupe]);
459 hmac->octx.state[lupe] = ntohl(state->ostate[lupe]);
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddeliver.c4694 int ostate; local
4718 ostate = OSTATE_HEAD;
4730 switch (ostate)
4837 ostate = OSTATE_HEAD;
4839 ostate = OSTATE_CR;
4841 ostate = OSTATE_INLINE;
4861 ostate = OSTATE_HEAD;
4869 ostate = OSTATE_INLINE;
4875 ostate = OSTATE_CR;
4938 ostate
[all...]
/osnet-11/usr/src/lib/libpool/common/
H A Dpool.c2109 int ostate = conf->pc_state; local
2114 conf->pc_state = ostate;
2117 conf->pc_state = ostate;

Completed in 101 milliseconds