common 76 dev/bio.c struct bio_common *common; common 92 dev/bio.c common = (struct bio_common *)addr; common 93 dev/bio.c if (!bio_validate(common->bc_cookie)) common 96 dev/bio.c (struct bio_mapping *)common->bc_cookie, cmd, addr)); common 103 dev/pci/if_san_common.c wanpipe_common_t *common; common 112 dev/pci/if_san_common.c while ((common = LIST_FIRST(&card->dev_head))) { common 113 dev/pci/if_san_common.c LIST_REMOVE(common, next); common 116 dev/pci/if_san_common.c (struct ifnet*)&common->ifp; common 144 dev/pci/if_san_common.c wanpipe_common_t *common = NULL; common 184 dev/pci/if_san_common.c common = wan_xilinx_init(card); common 187 dev/pci/if_san_common.c if (common == NULL) { common 192 dev/pci/if_san_common.c LIST_INSERT_HEAD(&card->dev_head, common, next); common 265 dev/pci/if_san_common.c wanpipe_common_t *common = WAN_IFP_TO_COMMON(ifp); common 268 dev/pci/if_san_common.c SAN_ASSERT(common == NULL); common 269 dev/pci/if_san_common.c SAN_ASSERT(common->card == NULL); common 294 dev/pci/if_san_common.c wanpipe_common_t *common = WAN_IFP_TO_COMMON(ifp); common 299 dev/pci/if_san_common.c SAN_ASSERT(common == NULL); common 300 dev/pci/if_san_common.c SAN_ASSERT(common->card == NULL); common 301 dev/pci/if_san_common.c card = common->card; common 304 dev/pci/if_san_common.c def.proto = common->protocol; common 121 dev/pci/if_san_obsd.c wanpipe_common_t* common = WAN_IFP_TO_COMMON(ifp); common 132 dev/pci/if_san_obsd.c common->protocol = IF_PROTO_CISCO; common 211 dev/pci/if_san_obsd.c wanpipe_common_t* common = WAN_IFP_TO_COMMON(ifp); common 239 dev/pci/if_san_obsd.c err = ifmedia_ioctl(ifp, ifr, &common->ifm, cmd); common 243 dev/pci/if_san_obsd.c err = ifmedia_ioctl(ifp, ifr, &common->ifm, cmd); common 305 dev/pci/if_san_obsd.c ifsettings.type = common->protocol; common 393 dev/pci/if_san_obsd.c wanpipe_common_t *common; common 397 dev/pci/if_san_obsd.c if ((common = ifp->if_softc) == NULL) { common 407 dev/pci/if_san_obsd.c if (common->protocol == IF_PROTO_CISCO) common 411 dev/pci/if_san_obsd.c common->protocol = IF_PROTO_CISCO; common 414 dev/pci/if_san_obsd.c if (common->protocol == IF_PROTO_PPP) common 418 dev/pci/if_san_obsd.c common->protocol = IF_PROTO_PPP; common 1928 dev/pci/if_san_te1.c wanpipe_common_t *common = (wanpipe_common_t *)ifp->if_softc; common 1929 dev/pci/if_san_te1.c sdla_t *card = (sdla_t*)common->card; common 116 dev/pci/if_san_xilinx.c wanpipe_common_t common; common 351 dev/pci/if_san_xilinx.c ifp = (struct ifnet *)&sc->common.ifp; common 353 dev/pci/if_san_xilinx.c sc->common.card = card; common 373 dev/pci/if_san_xilinx.c ifmedia_init(&sc->common.ifm, 0, wan_ifmedia_upd, wan_ifmedia_sts); common 376 dev/pci/if_san_xilinx.c ifmedia_add(&sc->common.ifm, IFM_TDM|IFM_TDM_T1, 0, NULL); common 377 dev/pci/if_san_xilinx.c ifmedia_add(&sc->common.ifm, IFM_TDM|IFM_TDM_T1_AMI, 0, NULL); common 378 dev/pci/if_san_xilinx.c ifmedia_add(&sc->common.ifm, IFM_TDM|IFM_TDM_E1, 0, NULL); common 379 dev/pci/if_san_xilinx.c ifmedia_add(&sc->common.ifm, IFM_TDM|IFM_TDM_E1_AMI, 0, NULL); common 381 dev/pci/if_san_xilinx.c ifmedia_add(&sc->common.ifm, common 383 dev/pci/if_san_xilinx.c ifmedia_add(&sc->common.ifm, common 385 dev/pci/if_san_xilinx.c ifmedia_add(&sc->common.ifm, common 387 dev/pci/if_san_xilinx.c ifmedia_add(&sc->common.ifm, common 390 dev/pci/if_san_xilinx.c ifmedia_set(&sc->common.ifm, IFM_TDM|IFM_TDM_T1); common 440 dev/pci/if_san_xilinx.c wanpipe_common_t *common = (wanpipe_common_t *)ifp->if_softc; common 443 dev/pci/if_san_xilinx.c WAN_ASSERT1(common == NULL); common 444 dev/pci/if_san_xilinx.c ifm = &common->ifm; common 451 dev/pci/if_san_xilinx.c wanpipe_common_t *common = (wanpipe_common_t *)ifp->if_softc; common 454 dev/pci/if_san_xilinx.c WAN_ASSERT(common == NULL); common 455 dev/pci/if_san_xilinx.c WAN_ASSERT(common->card == NULL); common 456 dev/pci/if_san_xilinx.c card = (sdla_t *)common->card; common 459 dev/pci/if_san_xilinx.c return (sdla_te_setcfg(ifp, &common->ifm)); common 478 dev/pci/if_san_xilinx.c WAN_ASSERT(sc->common.card == NULL); common 479 dev/pci/if_san_xilinx.c card = (sdla_t *)sc->common.card; common 540 dev/pci/if_san_xilinx.c sdla_t *card = (sdla_t *)sc->common.card; common 614 dev/pci/if_san_xilinx.c sdla_t *card = (sdla_t *)sc->common.card; common 683 dev/pci/if_san_xilinx.c card = (sdla_t *)sc->common.card; common 1997 dev/pci/if_san_xilinx.c ifp = (struct ifnet *)&sc->common.ifp; common 2123 dev/pci/if_san_xilinx.c ifp = (struct ifnet *)&sc->common.ifp; /*m->m_pkthdr.rcvif;*/ common 2536 dev/pci/if_san_xilinx.c xilinx_rx_post_complete(sc->common.card, sc, buf, &new_m, common 2539 dev/pci/if_san_xilinx.c ifp = (struct ifnet *)&sc->common.ifp; common 2552 dev/pci/if_san_xilinx.c xilinx_tx_post_complete(sc->common.card, sc, m); common 2599 dev/pci/if_san_xilinx.c ifp = (struct ifnet *)&sc->common.ifp; common 2605 dev/pci/if_san_xilinx.c sc->common.state, common 2642 dev/pci/if_san_xilinx.c ifp = (struct ifnet *)&sc->common.ifp; common 2648 dev/pci/if_san_xilinx.c sc->common.state, common 2858 dev/pci/if_san_xilinx.c wanpipe_common_t *common; common 2883 dev/pci/if_san_xilinx.c LIST_FOREACH(common, &card->dev_head, next) { common 2884 dev/pci/if_san_xilinx.c struct ifnet *ifp = (struct ifnet *)&common->ifp; common 3027 dev/pci/if_san_xilinx.c wanpipe_common_t *common; common 3036 dev/pci/if_san_xilinx.c LIST_FOREACH(common, &card->dev_head, next) { common 3039 dev/pci/if_san_xilinx.c ifp = (struct ifnet *)&common->ifp; common 3065 dev/pci/if_san_xilinx.c LIST_FOREACH(common, &card->dev_head, next) { common 3068 dev/pci/if_san_xilinx.c ifp = (struct ifnet *)&common->ifp; common 3096 dev/pci/if_san_xilinx.c LIST_FOREACH(common, &card->dev_head, next) { common 3099 dev/pci/if_san_xilinx.c ifp = (struct ifnet *)&common->ifp; common 3193 dev/pci/if_san_xilinx.c struct ifnet *ifp = (struct ifnet *)&sc->common.ifp; common 3294 dev/pci/if_san_xilinx.c sc->common.ifp.pp_up(&sc->common.ifp); common 3296 dev/pci/if_san_xilinx.c sc->common.ifp.pp_down(&sc->common.ifp); common 108 dev/pcmcia/pcmcia_cis.c int common; common 326 dev/pcmcia/pcmcia_cis.c mfc[i].common = common 335 dev/pcmcia/pcmcia_cis.c mfc[i].common ? "common" : common 419 dev/pcmcia/pcmcia_cis.c if (!mfc[mfc_index].common) common 423 dev/pcmcia/pcmcia_cis.c mfc[mfc_index].common ? common 428 dev/pcmcia/pcmcia_cis.c if (!mfc[mfc_index].common) common 436 dev/pcmcia/pcmcia_cis.c tuple.mult = mfc[mfc_index].common ? 1 : 2; common 79 dev/raidframe/rf_paritylog.c RF_CommonLogData_t *common = NULL; common 90 dev/raidframe/rf_paritylog.c common = raidPtr->parityLogDiskQueue.freeCommonList; common 96 dev/raidframe/rf_paritylog.c RF_Malloc(common, sizeof(RF_CommonLogData_t), common 98 dev/raidframe/rf_paritylog.c rc = rf_mutex_init(&common->mutex); common 102 dev/raidframe/rf_paritylog.c RF_Free(common, sizeof(RF_CommonLogData_t)); common 103 dev/raidframe/rf_paritylog.c common = NULL; common 106 dev/raidframe/rf_paritylog.c common->next = NULL; common 107 dev/raidframe/rf_paritylog.c return (common); common 111 dev/raidframe/rf_paritylog.c rf_FreeParityLogCommonData(RF_CommonLogData_t *common) common 121 dev/raidframe/rf_paritylog.c raidPtr = common->raidPtr; common 123 dev/raidframe/rf_paritylog.c common->next = raidPtr->parityLogDiskQueue.freeCommonList; common 124 dev/raidframe/rf_paritylog.c raidPtr->parityLogDiskQueue.freeCommonList = common; common 168 dev/raidframe/rf_paritylog.c raidPtr = data->common->raidPtr; common 191 dev/raidframe/rf_paritylog.c raidPtr = data->common->raidPtr; common 274 dev/raidframe/rf_paritylog.c raidPtr = data->common->raidPtr; common 307 dev/raidframe/rf_paritylog.c RF_CommonLogData_t *common; common 319 dev/raidframe/rf_paritylog.c common = rf_AllocParityLogCommonData(raidPtr); common 320 dev/raidframe/rf_paritylog.c RF_ASSERT(common); common 322 dev/raidframe/rf_paritylog.c common->operation = operation; common 323 dev/raidframe/rf_paritylog.c common->bufPtr = bufPtr; common 324 dev/raidframe/rf_paritylog.c common->raidPtr = raidPtr; common 325 dev/raidframe/rf_paritylog.c common->wakeFunc = wakeFunc; common 326 dev/raidframe/rf_paritylog.c common->wakeArg = wakeArg; common 327 dev/raidframe/rf_paritylog.c common->tracerec = tracerec; common 328 dev/raidframe/rf_paritylog.c common->startTime = startTime; common 329 dev/raidframe/rf_paritylog.c common->cnt = 0; common 334 dev/raidframe/rf_paritylog.c common->cnt++; common 337 dev/raidframe/rf_paritylog.c data->common = common; common 489 dev/raidframe/rf_paritylog.c raidPtr = logData->common->raidPtr; common 662 dev/raidframe/rf_paritylog.c raidPtr = logData->common->raidPtr; common 776 dev/raidframe/rf_paritylog.c raidPtr = logData->common->raidPtr; common 962 dev/raidframe/rf_paritylog.c item->common->operation; common 963 dev/raidframe/rf_paritylog.c bcopy((item->common->bufPtr + common 965 dev/raidframe/rf_paritylog.c item->common->raidPtr->logBytesPerSector))), common 967 dev/raidframe/rf_paritylog.c item->common->raidPtr->logBytesPerSector)), common 968 dev/raidframe/rf_paritylog.c (1 << item->common->raidPtr common 983 dev/raidframe/rf_paritylog.c RF_LOCK_MUTEX(item->common->mutex); common 984 dev/raidframe/rf_paritylog.c item->common->cnt--; common 985 dev/raidframe/rf_paritylog.c if (item->common->cnt == 0) common 989 dev/raidframe/rf_paritylog.c RF_UNLOCK_MUTEX(item->common->mutex); common 997 dev/raidframe/rf_paritylog.c timer = item->common->startTime; common 1000 dev/raidframe/rf_paritylog.c item->common->tracerec->plog_us += common 1005 dev/raidframe/rf_paritylog.c wakeFunc = item->common->wakeFunc; common 1006 dev/raidframe/rf_paritylog.c wakeArg = item->common->wakeArg; common 1007 dev/raidframe/rf_paritylog.c rf_FreeParityLogCommonData(item->common); common 73 dev/raidframe/rf_paritylog.h RF_CommonLogData_t *common; /* common 1759 dev/usb/umass.c sc->sbl.common.type, sc->sbl.common.value)); common 1761 dev/usb/umass.c if (sc->sbl.common.type == IDB_TYPE_CCI) { common 1762 dev/usb/umass.c switch (sc->sbl.common.value & common 120 dev/usb/umassvar.h } common;