Searched defs:cph (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_cookie.c161 sctp_parm_hdr_t *cph; local
195 if (remaining < sizeof (*cph)) {
205 cph = (sctp_parm_hdr_t *)(ic + 1);
207 while (cph != NULL) {
208 ptype = ntohs(cph->sph_type);
226 *want_cookie = cph;
242 details = (char *)cph;
243 errlen = ntohs(cph->sph_len);
251 plen = ntohs(cph->sph_len);
252 p = (uint16_t *)(cph
938 sctp_parm_hdr_t *cph; local
[all...]
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mem.c294 sbdp_cr_handle_t *cph; local
299 cph = kmem_zalloc(sizeof (sbdp_cr_handle_t), KM_SLEEP);
354 cph->s_bdp = s_bdp;
355 cph->t_bdp = t_bdp;
356 cph->script = rsbuffer;
363 scriptlen = sbdp_prep_rename_script(cph);
470 SBDP_DBG_MEM("s_base 0x%lx t_base 0x%lx\n", cph->s_bdp->bpa,
471 cph->t_bdp->bpa);
473 cph->ret = 0;
475 SBDP_DBG_MEM("cph retur
938 sbdp_prep_rename_script(sbdp_cr_handle_t *cph) argument
2159 sbdp_cr_handle_t *cph; local
[all...]

Completed in 48 milliseconds