| /dragonfly/sys/bus/mmc/ |
| HD | mmcbus_if.m | 27 # the SD Simplified Specification. The following disclaimer may apply: 30 # specification ("Simplified Specification") by the SD Card Association and 31 # the SD Group. The Simplified Specification is a subset of the complete SD 32 # Specification which is owned by the SD Card Association and the SD 35 # Simplified Specification may require a license from the SD Card 36 # Association, SD Group, SD-3C LLC or other third parties. 41 # as a standard specification for SD Cards and SD Host/Ancillary products and 43 # kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 45 # right of the SD Group, SD-3C LLC, the SD Card Association or any third 48 # SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing [all …]
|
| HD | mmcbr_if.m | 27 # the SD Simplified Specification. The following disclaimer may apply: 30 # specification ("Simplified Specification") by the SD Card Association and 31 # the SD Group. The Simplified Specification is a subset of the complete SD 32 # Specification which is owned by the SD Card Association and the SD 35 # Simplified Specification may require a license from the SD Card 36 # Association, SD Group, SD-3C LLC or other third parties. 41 # as a standard specification for SD Cards and SD Host/Ancillary products and 43 # kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 45 # right of the SD Group, SD-3C LLC, the SD Card Association or any third 48 # SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing [all …]
|
| /dragonfly/sys/dev/disk/sdhci/ |
| HD | sdhci_if.m | 27 # the SD Simplified Specification. The following disclaimer may apply: 30 # specification ("Simplified Specification") by the SD Card Association and 31 # the SD Group. The Simplified Specification is a subset of the complete SD 32 # Specification which is owned by the SD Card Association and the SD 35 # Simplified Specification may require a license from the SD Card 36 # Association, SD Group, SD-3C LLC or other third parties. 41 # as a standard specification for SD Cards and SD Host/Ancillary products and 43 # kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 45 # right of the SD Group, SD-3C LLC, the SD Card Association or any third 48 # SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing [all …]
|
| /dragonfly/sys/dev/raid/vinum/ |
| HD | vinumstate.c | 74 if ((SD[sdno].state >= sd_referenced) in set_drive_state() 75 && (SD[sdno].driveno == driveno)) /* belongs to this drive */ in set_drive_state() 106 struct sd *sd = &SD[sdno]; in set_sd_state() 430 sd = &SD[sdno]; in update_sd_state() 482 SD[plex->sdnos[sdno]].state = sd_up; in forceup() 485 SD[plex->sdnos[sdno]].name); in forceup() 711 struct sd *sd = &SD[plex->sdnos[sdno]]; /* point to the subdisk */ in sdstatemap() 818 struct sd *sd = &SD[plex->sdnos[sdno]]; in invalidate_subdisks() 870 if (DRIVE[SD[objindex].driveno].state != drive_up) { in start_object() 876 SD[objindex].revive_blocksize = data->blocksize; in start_object() [all …]
|
| HD | vinumconfig.c | 236 sd = &SD[sdno]; /* and the subdisk */ in give_sd_to_plex() 241 struct sd *lastsd = &SD[plex->sdnos[plex->subdisks - 1]]; /* last subdisk */ in give_sd_to_plex() 275 if (sd->plexoffset < SD[plex->sdnos[i]].plexoffset) { /* it fits before this one */ in give_sd_to_plex() 311 sd = &SD[sdno]; /* point to sd */ in give_sd_to_drive() 547 if (SD[sdno].state == sd_unallocated) /* bingo */ in get_empty_sd() 556 EXPAND(SD, struct sd, vinum_conf.subdisks_allocated, INITIAL_SUBDISKS); in get_empty_sd() 559 sd = &SD[sdno]; /* point to it */ in get_empty_sd() 602 if (strcmp(SD[sdno].name, name) == 0) /* found it */ in find_subdisk() 612 sd = &SD[sdno]; in find_subdisk() 721 sd = &SD[sdno]; in free_sd() [all …]
|
| HD | vinuminterrupt.c | 94 sd = &SD[rqe->sdno]; in complete_rqe() 145 SD[rqe->sdno].reads++; in complete_rqe() 146 SD[rqe->sdno].bytes_read += bp->b_bcount; in complete_rqe() 156 SD[rqe->sdno].writes++; in complete_rqe() 157 SD[rqe->sdno].bytes_written += bp->b_bcount; in complete_rqe() 286 SD[sbp->sdno].reads++; in sdio_done() 287 SD[sbp->sdno].bytes_read += sbp->b.b_bcount; in sdio_done() 291 SD[sbp->sdno].writes++; in sdio_done() 292 SD[sbp->sdno].bytes_written += sbp->b.b_bcount; in sdio_done() 421 … (uintmax_t)(rqe->b.b_bio1.bio_offset - ((off_t)SD[rqe->sdno].driveoffset << DEV_BSHIFT)), in complete_raid5_write() [all …]
|
| HD | vinum.c | 220 if (SD != NULL) { in free_vinum() 228 Free(SD); in free_vinum() 288 SD = (struct sd *) Malloc(sizeof(struct sd) * INITIAL_SUBDISKS); in vinum_initconf() 289 CHECKALLOC(SD, "vinum: no memory\n"); in vinum_initconf() 290 bzero(SD, sizeof(struct sd) * INITIAL_SUBDISKS); in vinum_initconf() 439 ||(SD[index].state < sd_init)) /* or SD is not real */ in vinumopen() 441 sd = &SD[index]; in vinumopen() 534 SD[index].flags &= ~VF_OPEN; /* reset our flags */ in vinumclose()
|
| HD | vinumraid5.c | 363 if (SD[plex->sdnos[m.psdno]].state < sd_reborn) /* is our parity subdisk down? */ in bre5() 374 if (SD[plex->sdnos[mysdno]].state < sd_reborn) { /* got a bad subdisk, */ in bre5() 399 sd = &SD[plex->sdnos[mysdno]]; in bre5() 414 struct sd *sd = &SD[plex->sdnos[sdno]]; in bre5() 444 struct sd *psd = &SD[plex->sdnos[m.psdno]]; in bre5() 488 sd = &SD[plex->sdnos[m.psdno]]; /* the subdisk in question */ in bre5() 515 sd = &SD[plex->sdnos[mysdno]]; /* the subdisk in question */ in bre5() 566 … sd = &SD[plex->sdnos[mysdno]]; /* the subdisk in question */ in bre5()
|
| HD | vinumrevive.c | 74 sd = &SD[sdno]; in revive_block() 175 dev = SD[sdno].sd_dev; in revive_block() 309 if (plex->checkblock >= SD[plex->sdnos[0]].sectors) { /* finished */ in parityops() 397 … bpp[sdno]->b_bio1.bio_driver_info = SD[plex->sdnos[psd]].sd_dev; /* write back to the parity SD */ in parityrebuild() 399 … bpp[sdno]->b_bio1.bio_driver_info = SD[plex->sdnos[sdno]].sd_dev; /* device number */ in parityrebuild() 506 sd = &SD[sdno]; in initsd() 530 bp->b_bio1.bio_driver_info = SD[sdno].sd_dev; in initsd() 543 bp->b_bio1.bio_driver_info = SD[sdno].sd_dev; in initsd()
|
| HD | vinumioctl.c | 147 bcopy(&SD[index], data, sizeof(struct sd)); in vinumioctl() 176 bcopy(&SD[PLEX[index].sdnos[sdno]], data, sizeof(struct sd)); in vinumioctl() 396 && (SD[sdno].state > sd_referenced)) in validsd() 397 return &SD[sdno]; in validsd() 448 struct sd *sd = &SD[msg->index]; in resetstats() 571 sd = &SD[plex->sdnos[sdno]]; in attachobject() 693 struct sd *sd = &SD[plex->sdnos[sdno]]; in detachobject()
|
| HD | vinumrequest.c | 332 sd = &SD[rq->sdno]; in launch_requests() 428 … (uintmax_t)(rqe->b.b_bio1.bio_offset - ((off_t)SD[rqe->sdno].driveoffset << DEV_BSHIFT)), in launch_requests() 493 sd = &SD[plex->sdnos[sdno]]; in bre() 578 sd = &SD[plex->sdnos[sdno]]; /* the subdisk in question */ in bre() 800 sd = &SD[rqe->sdno]; /* point to subdisk */ in build_rq_buffer() 905 sd = &SD[Sdno(dev)]; /* point to the subdisk */ in sdio() 971 … (uintmax_t)(sbp->b.b_bio1.bio_offset - ((off_t)SD[sbp->sdno].driveoffset << DEV_BSHIFT)), in sdio()
|
| HD | vinumio.c | 396 if ((SD[sdno].driveno == i) /* it's pointing to this one, */ in check_drive() 397 &&(SD[sdno].state != sd_unallocated)) { /* and it's a real subdisk */ in check_drive() 398 SD[sdno].driveno = drive->driveno; /* point to the one we found */ in check_drive() 502 sd = &SD[i]; in format_config()
|
| HD | vinumvar.h | 349 #define SD vinum_conf.sd macro
|
| /dragonfly/games/quiz/datfiles/ |
| HD | state | 41 S{outh} Dakota|SD:Pierre:SD:pasque{ flower}
|
| HD | areas | 70 605:south dakota|SD:
|
| /dragonfly/contrib/wpa_supplicant/wpa_supplicant/ |
| HD | README-P2P | 348 the list of existing SD queries. If advertisement id doesn't match the 511 Add a local Bonjour service for internal SD query processing. 531 Remove a local Bonjour service from internal SD query processing. 535 Add a local UPnP service for internal SD query processing. 547 Remove a local UPnP service from internal SD query processing. 551 Removes the local asp service from internal SD query list. 556 Remove all local services from internal SD query processing.
|
| /dragonfly/bin/mined/ |
| HD | mined.h | 353 void SD(int);
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| D | numeric | 125 // These were used in drafts of SD-6:
|
| /dragonfly/share/zoneinfo/ |
| HD | iso3166.tab | 221 SD Sudan
|
| /dragonfly/contrib/file/magic/Magdir/ |
| HD | c64 | 98 >0x16 beshort 69 SD-BOX
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | machmode.def | 240 DECIMAL_FLOAT_MODE (SD, 4, decimal_single_format);
|
| /dragonfly/sys/dev/raid/dpt/ |
| HD | dpt.h | 191 #define SD(host) ((hostdata *)&(host->hostdata)) macro
|
| /dragonfly/sys/config/ |
| HD | X86_64_GENERIC | 324 # MMC/SD
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | machmode.def | 267 DECIMAL_FLOAT_MODE (SD, 4, decimal_single_format);
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/decimal/ |
| D | decimal | 230 typedef float __decfloat32 __attribute__((mode(SD)));
|