Searched refs:cis (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A DMakefile33 HDRS= cis.h \
H A Dcs_priv.h71 * in the cis.h file. Values outside this mask range are used
179 * sp->cis[0] - CIS chain
180 * sp->cis[1..(CIS_MAX_FUNCTIONS - 1)] - not used
181 * sp->cis[CS_GLOBAL_CIS] - not used
184 * sp->cis[0..(CIS_MAX_FUNCTIONS - 1)] - global CIS chain followed
186 * sp->cis[CS_GLOBAL_CIS] - global CIS chain
436 cistpl_t *cis; /* CIS linked lists */ member in struct:cis_info_t
489 cis_info_t cis[CS_MAX_CIS]; /* CIS information */ member in struct:cs_socket_t
/illumos-gate/usr/src/uts/common/sys/
H A Dpccard.h59 #include <sys/cis.h>
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis.c63 #include <pcmcia/sys/cis.h>
250 * the cis_info->cis member as a NULL pointer
282 * to. This pointer should be passed in cis_info->cis.
341 if (cis_info->cis) {
342 tp = cis_info->cis;
468 if (!cis_info->cis)
469 cis_info->cis = tp;
961 * sp->cis[CS_GLOBAL_CIS] - contains CIS list
962 * sp->cis[CS_GLOBAL_CIS].cis_flags - CW_VALID_CIS set
969 * sp->cis[CS_GLOBAL_CI
[all...]
H A Dcis_params.c50 #include <pcmcia/sys/cis.h>
H A Dcis_callout.c61 #include <pcmcia/sys/cis.h>
H A Dcis_handlers.c59 #include <pcmcia/sys/cis.h>
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_case.c261 fmd_case_susp_t *cis; local
280 for (cis = cip->ci_suspects; cis != NULL; cis = cis->cis_next) {
281 if (nvlist_lookup_string(cis->cis_nvl, FM_CLASS, keyp) == 0)
548 fmd_case_susp_t *cis; local
575 for (cis = cip->ci_suspects; cis != NULL; cis
600 fmd_case_susp_t *cis; local
624 fmd_case_susp_t *cis; local
647 fmd_case_susp_t *cis; local
914 fmd_case_susp_t *cis; local
1318 fmd_case_susp_t *cis, *ncis; local
1672 fmd_case_susp_t *cis = fmd_alloc(sizeof (fmd_case_susp_t), FMD_SLEEP); local
1693 fmd_case_susp_t *cis = fmd_alloc(sizeof (fmd_case_susp_t), FMD_SLEEP); local
[all...]
H A Dfmd_ckpt.c585 fmd_case_susp_t *cis; local
606 for (cis = cip->ci_suspects; cis != NULL; cis = cis->cis_next) {
609 (void) nvlist_size(cis->cis_nvl, &nvsize, NV_ENCODE_NATIVE);
625 fmd_case_susp_t *cis; local
667 for (cis = cip->ci_suspects; cis != NULL; cis
[all...]
H A Dfmd_asru.c1126 fmd_asru_do_hash_delete(fmd_asru_hash_t *ahp, fmd_case_susp_t *cis, argument
1133 if (nvlist_lookup_nvlist(cis->cis_nvl, nvname, &nvl) == 0 &&
1148 fmd_case_susp_t *cis; local
1158 for (cis = cip->ci_suspects; cis != NULL; cis = cis->cis_next) {
1159 fmd_asru_do_hash_delete(ahp, cis, cp, ahp->ah_fru_hash,
1161 fmd_asru_do_hash_delete(ahp, cis, cp, ahp->ah_rsrc_hash,
1163 if (nvlist_lookup_string(cis
[all...]
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c79 #include <pcmcia/sys/cis.h>
961 (sp->cis[fn].flags & CW_VALID_CIS)) {
1031 * comments for the cis_list_lcreate function in the cis.c file.
1088 (!(sp->cis[fn].flags & CW_VALID_CIS))) {
1126 GET_FIRST_LTUPLE(sp->cis[CS_GLOBAL_CIS].cis,
1132 tuple->CISOffset = sp->cis[0].cis;
1161 tp = GET_FIRST_LTUPLE(sp->cis[fn].cis, flag
[all...]
H A Dcs_stubs.c68 #include <pcmcia/sys/cis.h>
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.h1449 uint32_t cis; member in struct:megasas_pci_common_header::__anon6101::__anon6102
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h1827 uint32_t cis; member in struct:mrsas_pci_common_header::__anon287::__anon288
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c67 #include <pcmcia/sys/cis.h>

Completed in 1982 milliseconds