/illumos-gate/usr/src/lib/libsasl/include/ |
H A D | hmac-md5.h | 31 UINT4 ostate[4]; member in struct:HMAC_MD5_STATE_s
|
H A D | saslplug.h | 36 uint32_t ostate[4]; member in struct:HMAC_MD5_STATE_s
|
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | ap_msg.c | 193 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 D | ap_sbd.c | 934 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);
|
H A D | ap_rcm.c | 49 cfga_stat_t ostate; member in struct:__anon63 185 os = &cp->ostate; 582 (prevcap[capindex].ostate != os))) 915 capinfo[i].ostate != CFGA_STAT_CONFIGURED) 974 os = capinfo[i].ostate; 979 prevos = prevcapinfo[i].ostate; 1082 os = capinfo[i].ostate; 1087 prevos = prevcapinfo[i].ostate;
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | random.c | 251 char *ostate; local 255 ostate = (char *)(&rp->state[-1]); 291 return (ostate); 314 char *ostate; local 321 ostate = (char *)(&rp->state[-1]); 345 return (ostate);
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | random.c | 229 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);
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/ |
H A D | kctl_main.c | 111 uint_t ostate = kctl.kctl_state; local 114 if (state > ostate) { 119 return (ostate);
|
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus.h | 70 ap_ostate_t ostate; /* state of the Occupant */ member in struct:cardbus_dev
|
/illumos-gate/usr/src/lib/libast/common/uwin/ |
H A D | random.c | 240 PTR ostate = (PTR) &state[-1]; 291 return ostate; 308 PTR ostate = (PTR) &state[-1]; 341 return ostate; 238 PTR ostate = (PTR) &state[-1]; local 305 PTR ostate = (PTR) &state[-1]; local
|
/illumos-gate/usr/src/uts/common/io/net80211/ |
H A D | net80211_proto.c | 783 enum ieee80211_state ostate; local 787 ostate = ic->ic_state; 790 ieee80211_state_name[ostate], ieee80211_state_name[nstate]); 798 switch (ostate) { 834 switch (ostate) { 881 switch (ostate) { 904 ic->ic_state = ostate; /* stay RUN */ 923 switch (ostate) { 944 switch (ostate) {
|
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_list.c | 707 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;
|
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_sata.c | 233 ap_rstate_t *rstate, ap_ostate_t *ostate); 578 ap_ostate_t ostate; local 625 if ((rv = port_state(hdl, nvl, &rstate, &ostate)) != 629 if (ostate == AP_OSTATE_CONFIGURED) { 678 if ((rv = port_state(hdl, nvl, &rstate, &ostate)) != 687 if (ostate != AP_OSTATE_CONFIGURED) { 747 if ((rv = port_state(hdl, nvl, &rstate, &ostate)) != 770 if (ostate == AP_OSTATE_CONFIGURED && 857 if ((rv = port_state(hdl, nvl, &rstate, &ostate)) != 927 ap_ostate_t ostate; local 1966 port_state(devctl_hdl_t hdl, nvlist_t *list, ap_rstate_t *rstate, ap_ostate_t *ostate) argument [all...] |
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_usb.c | 593 device_connected(devctl_hdl_t hdl, nvlist_t *list, ap_ostate_t *ostate) argument 605 *ostate = devctl_ap_state.ap_ostate; 1016 ap_ostate_t ostate; local 1082 if ((rv = device_connected(hdl, nvl, &ostate)) != 1134 if ((rv = device_connected(hdl, nvl, &ostate)) != 1140 if (ostate == AP_OSTATE_UNCONFIGURED) 1166 if (ostate == AP_OSTATE_CONFIGURED) { 1181 if (ostate == AP_OSTATE_CONFIGURED) { 1186 if (ostate == AP_OSTATE_CONFIGURED) { 1226 ap_ostate_t ostate; local [all...] |
/illumos-gate/usr/src/lib/libc/port/aio/ |
H A D | aio.c | 805 int ostate = reqp->req_state; local 809 if (ostate == AIO_REQ_CANCELED) 811 if (ostate == AIO_REQ_DONE && !POSIX_AIO(reqp) && 828 if (ostate == AIO_REQ_DONE || ostate == AIO_REQ_DONEQ) { 843 _aio_req_del(aiowp, reqp, ostate); 847 ASSERT(ostate == AIO_REQ_INPROGRESS); 1915 _aio_req_del(aio_worker_t *aiowp, aio_req_t *reqp, int ostate) argument 1924 if (ostate != AIO_REQ_QUEUED) 1929 ASSERT(ostate [all...] |
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_state.c | 3588 int dlen, ostate, nstate, rval, dir; local 3600 ostate = tqe->tqe_state[1 - dir]; 3606 int, ostate, 3621 if (ostate <= IPF_TCPS_ESTABLISHED) { 3655 switch (ostate) 3761 switch (ostate) 3787 if (ostate == IPF_TCPS_FIN_WAIT_1) { 3796 if (ostate == IPF_TCPS_FIN_WAIT_1) { 3806 } else if (ostate < IPF_TCPS_CLOSE_WAIT) { 3837 ostate > IPF_TCPS_CLOSE_WAI [all...] |
/illumos-gate/usr/src/uts/common/io/atu/ |
H A D | atu.c | 274 boolean_t ostate; local 281 ostate = ATU_RADIO_ON(sc) ? B_TRUE : B_FALSE; 282 if (on != ostate) { 471 enum ieee80211_state ostate = ic->ic_state; local 482 ostate = ic->ic_state; 486 switch (ostate) { 511 switch (ostate) {
|
/illumos-gate/usr/src/uts/common/io/iwi/ |
H A D | ipw2200.c | 1939 enum ieee80211_state ostate; local 1988 ostate = ic->ic_state; 2001 if (ostate != IEEE80211_S_INIT)
|
/illumos-gate/usr/src/uts/sun4u/sunfire/io/ |
H A D | ac.c | 103 static char *ac_ostate_typestr(sysc_cfga_ostate_t ostate, ac_audit_evt_t event); 398 softsp->bank[Bank0].ostate == SYSC_CFGA_OSTATE_CONFIGURED || 400 softsp->bank[Bank1].ostate == SYSC_CFGA_OSTATE_CONFIGURED) { 1085 softsp->bank[0].ostate); 1090 softsp->bank[1].ostate); 1189 softsp->bank[id].ostate = SYSC_CFGA_OSTATE_UNCONFIGURED; 1193 softsp->bank[id].ostate = SYSC_CFGA_OSTATE_CONFIGURED; 1197 softsp->bank[id].ostate = SYSC_CFGA_OSTATE_UNCONFIGURED; 1201 softsp->bank[id].ostate = SYSC_CFGA_OSTATE_UNCONFIGURED; 1212 softsp->bank[id].ostate 1302 ac_ostate_typestr(sysc_cfga_ostate_t ostate, ac_audit_evt_t event) argument [all...] |
H A D | sysctrl_dr.c | 384 DPRINTF(SYSC_DEBUG, ("Previous OState: %d\n", sysc_stat->ostate)); 468 DPRINTF(SYSC_DEBUG, ("Current OState: %d\n", sysc_stat->ostate)); 489 DPRINTF(SYSC_DEBUG, ("Previous OState: %d\n", sysc_stat->ostate)); 493 switch (sysc_stat->ostate) { 570 DPRINTF(SYSC_DEBUG, ("Current OState: %d\n", sysc_stat->ostate)); 591 DPRINTF(SYSC_DEBUG, ("Previous OState: %d\n", sysc_stat->ostate)); 593 switch (sysc_stat->ostate) { 613 sysc_stat->ostate = SYSC_CFGA_OSTATE_UNCONFIGURED; 632 DPRINTF(SYSC_DEBUG, ("Current OState: %d\n", sysc_stat->ostate)); 655 DPRINTF(SYSC_DEBUG, ("Previous OState: %d\n", sysc_stat->ostate)); 1650 sysc_ostate_typestr(sysc_cfga_ostate_t ostate, sysc_audit_evt_t event) argument [all...] |
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/ |
H A D | cfga_ib.c | 695 * 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);
|
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | pool.c | 2112 int ostate = conf->pc_state; local 2117 conf->pc_state = ostate; 2120 conf->pc_state = ostate;
|
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_list.c | 1178 * 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...] |
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_asru.c | 1562 uint_t nstate, ostate; local 1569 ostate = alp->al_flags & FMD_ASRU_STATE; 1573 if (nstate == ostate) { 1580 _fmd_asru_snames[ostate], _fmd_asru_snames[nstate])); 1594 uint_t nstate, ostate, flags = 0; local 1601 ostate = alp->al_flags & FMD_ASRU_STATE; 1605 if (nstate == ostate) { 1633 _fmd_asru_snames[ostate], _fmd_asru_snames[nstate]));
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | deliver.c | 4693 int ostate; local 4717 ostate = OSTATE_HEAD; 4729 switch (ostate) 4836 ostate = OSTATE_HEAD; 4838 ostate = OSTATE_CR; 4840 ostate = OSTATE_INLINE; 4860 ostate = OSTATE_HEAD; 4868 ostate = OSTATE_INLINE; 4874 ostate = OSTATE_CR; 4937 ostate [all...] |