Searched defs:cisptr (Results 1 - 2 of 2) sorted by relevance
| /illumos-gate/usr/src/uts/common/pcmcia/cis/ |
| H A D | cis.c | 246 * cisptr_t cisptr - pointer to a structure containing the handle and 327 cis_list_lcreate(cistpl_callout_t *cistpl_callout, cisptr_t *cisptr, argument 364 cmn_err(CE_CONT, "cis_list_lcreate: td=0x%x cisptr=%p\n", 365 GET_CIS_DATA(cisptr), (void *)cisptr); 374 switch (td = GET_CIS_DATA(cisptr)) { 406 while (!done && ((td = GET_CIS_DATA(cisptr)) != 411 cmn_err(CE_CONT, "cis_list_lcreate: td=0x%x cisptr=%p" 413 td, (void *)cisptr, cisptr 989 cisptr_t cisptr; local 1190 cis_create_cis_chain(cs_socket_t *sp, cistpl_callout_t *cistpl_callout, cisptr_t *cisptr, cis_info_t *cis_info, cisparse_t *cisparse) argument [all...] |
| H A D | cis_handlers.c | 2075 * to by cisptr and specified by a previous 2079 * cisptr->offset must be the offset to the first byte in the secondary 2081 * cisptr->flags must be setup to specify the correct address space 2083 * The cisptr->offset member is not updated after this function returns. 2090 cis_validate_longlink_acm(cisptr_t *cisptr) argument 2098 * member, make a local copy of the cisptr and use the local 2102 bcopy((caddr_t)cisptr, (caddr_t)cpt, sizeof (cisptr_t));
|
Completed in 62 milliseconds