Home
last modified time | relevance | path

Searched refs:dps (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/sun4u/io/
H A Drmc_comm_dp.c163 rmc_comm_dp_state_t *dps = &rcs->dp_state; in dp_link_setup_tohandler() local
170 mutex_enter(dps->dp_mutex); in dp_link_setup_tohandler()
171 if (dps->timer_link_setup != (timeout_id_t)0) { in dp_link_setup_tohandler()
178 dps->timer_link_setup = timeout(dp_link_setup_tohandler, in dp_link_setup_tohandler()
181 mutex_exit(dps->dp_mutex); in dp_link_setup_tohandler()
192 rmc_comm_dp_state_t *dps = &rcs->dp_state; in dp_delay_ack_tohandler() local
207 dps->timer_delay_ack = (timeout_id_t)0; in dp_delay_ack_tohandler()
216 mutex_enter(dps->dp_mutex); in dp_delay_ack_tohandler()
217 if (dps->timer_delay_ack != (timeout_id_t)0) { in dp_delay_ack_tohandler()
222 dps->timer_delay_ack = (timeout_id_t)0; in dp_delay_ack_tohandler()
[all …]
H A Drmc_comm_drvintf.c102 rmc_comm_dp_state_t *dps; in rmc_comm_request_nowait() local
136 dps = &rcs->dp_state; in rmc_comm_request_nowait()
149 if (mutex_tryenter(dps->dp_mutex) == 0) { in rmc_comm_request_nowait()
153 mutex_enter(dps->dp_mutex); in rmc_comm_request_nowait()
160 if (dps->data_link_ok) { in rmc_comm_request_nowait()
166 if (dps->pending_request) { in rmc_comm_request_nowait()
167 flags = dps->req_resp.flags; in rmc_comm_request_nowait()
196 if (dps->pending_request) { in rmc_comm_request_nowait()
197 dps->req_resp.flags = flags; in rmc_comm_request_nowait()
202 mutex_exit(dps->dp_mutex); in rmc_comm_request_nowait()
[all …]
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dread_pwd.c252 pwd_params dps; local
261 dps.pwd_prompt = prompt;
262 dps.pwd_prompt2 = prompt2;
263 dps.pwd_return_pwd = return_pwd;
264 dps.pwd_size_return = size_return;
273 dlgproc, (LPARAM) &dps);
/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Ddman.c120 static char *dps[] = { /* DLPI Primitive Strings */ variable
2490 dps[dlp->dl_primitive])); in man_proto()
2892 dps[prim])); in man_dl_catch()
2995 "DLIOCRAW" : dps[(unsigned)(dlp->dl_primitive)])); in man_dlpi_replay()
3117 dps[(int)DL_PRIM(mp)])); in man_dl_release()
3735 dps[(unsigned int)prim]; in man_lrput()
3872 MAN_DBG(MAN_LRSRV, ("man_lrsrv: prim %s", dps[(int)prim])); in man_lrsrv()
3926 (" cprim %s", dps[(int)cprim])); in man_lrsrv()
3969 dps[(int)cprim])); in man_lrsrv()