[go: nahoru, domu]

Searched refs:partition (Results 1 - 25 of 28) sorted by relevance

12

/drivers/virt/
H A DKconfig27 3) An interrupt handler for shutting down the partition upon
28 receiving the shutdown doorbell from a manager partition.
31 partition shuts down.
H A Dfsl_hypervisor.c18 * 3. An interrupt handler for shutting down the partition upon receiving the
19 * shutdown doorbell from a manager partition.
21 * 4. A kernel interface for receiving callbacks when a managed partition
53 * Restart a running partition
63 param.ret = fh_partition_restart(param.partition);
74 * Query the status of a partition
85 param.ret = fh_partition_get_status(param.partition, &status);
98 * Start a stopped partition.
108 param.ret = fh_partition_start(param.partition, param.entry_point,
120 * Stop a running partition
485 uint32_t partition; /* The partition handle, if used */ member in struct:doorbell_isr
[all...]
/drivers/net/wireless/ti/wl1251/
H A Dio.c103 * There are two VIRTUAL partitions (the memory partition and the
104 * registers partition), which are mapped to two different areas of the
107 * memory partition comes before the register partition, but the opposite is
138 struct wl1251_partition partition[2]; local
149 " address range. Truncating partition[0].");
159 /* Guarantee that the memory partition doesn't overlap the
160 * registers partition */
161 wl1251_debug(DEBUG_SPI, "End of partition[0] is "
162 "overlapping partition[
[all...]
/drivers/mtd/maps/
H A Dvmu-flash.c27 int partition; member in struct:mdev_part
46 int partition; member in struct:memcard
59 struct mtd_info *mtd, int partition)
71 if (src_ofs >= card->parts[partition].numblocks * card->blocklen)
75 if (num > card->parts[partition].numblocks)
117 int partition, error = 0, x, wait; local
124 partition = mpart->partition;
126 pcache = card->parts[partition].pcache;
147 sendbuf = cpu_to_be32(partition << 2
58 ofs_to_block(unsigned long src_ofs, struct mtd_info *mtd, int partition) argument
234 int partition, error, locking, x, phaselen, wait; local
312 int partition, error; local
360 int index = 0, retval, partition, leftover, numblocks; local
424 int index = 0, partition, error = 0, numblocks; local
[all...]
H A Dpcmciamtd.c408 pr_debug("region: %d partition = %u\n", i, t->geo[i].partition);
/drivers/mtd/
H A Drfd_ftl.c70 struct partition { struct
92 static int build_block_map(struct partition *part, int block_no)
150 static int scan_header(struct partition *part)
243 struct partition *part = (struct partition*)dev;
271 struct partition *part;
276 part = (struct partition*)erase->priv;
326 static int erase_block(struct partition *part, int block)
357 static int move_block_contents(struct partition *part, int block_no, u_long *old_sector)
445 static int reclaim_block(struct partition *par
[all...]
H A Dftl.c152 partition. build_maps() reads all the erase unit headers, builds
233 /* Is this a transfer partition? */
783 Read a series of sectors from an FTL partition.
798 printk(KERN_NOTICE "ftl_cs: bad partition\n");
829 Write a series of sectors to an FTL partition
912 printk(KERN_NOTICE "ftl_cs: bad partition\n");
1047 partition_t *partition; local
1049 partition = kzalloc(sizeof(partition_t), GFP_KERNEL);
1051 if (!partition) {
1057 partition
[all...]
/drivers/net/wireless/ti/wlcore/
H A Dboot.c178 struct wlcore_partition_set partition; local
201 memcpy(&partition, &wl->ptable[PART_DOWN], sizeof(partition));
202 partition.mem.start = dest;
203 ret = wlcore_set_partition(wl, &partition);
207 /* 10.1 set partition limit and chunk num */
212 /* 10.2 update partition, if needed */
218 partition.mem.start = addr;
219 ret = wlcore_set_partition(wl, &partition);
370 * we need to add the register partition star
[all...]
/drivers/scsi/osd/
H A Dosd_initiator.c610 ocdb->h.partition = cpu_to_be64(obj->partition);
627 ocdb->h.partition = cpu_to_be64(obj->partition);
686 __be16 act, osd_id partition)
689 .partition = partition,
696 void osd_req_create_partition(struct osd_request *or, osd_id partition) argument
698 _osd_req_encode_partition(or, OSD_ACT_CREATE_PARTITION, partition);
702 void osd_req_remove_partition(struct osd_request *or, osd_id partition) argument
685 _osd_req_encode_partition(struct osd_request *or, __be16 act, osd_id partition) argument
738 osd_req_list_partition_collections(struct osd_request *or, osd_id partition, osd_id initial_id, struct osd_obj_id_list *list, unsigned nelem) argument
752 osd_req_list_partition_objects(struct osd_request *or, osd_id partition, osd_id initial_id, struct osd_obj_id_list *list, unsigned nelem) argument
766 osd_req_flush_partition(struct osd_request *or, osd_id partition, enum osd_options_flush_scope_values op) argument
[all...]
/drivers/scsi/
H A Dst.c627 STps = &(STp->ps[STp->partition]);
731 STps = &(STp->ps[STp->partition]);
783 STps = &(STp->ps[STp->partition]);
890 STp->partition = find_partition(STp);
891 if (STp->partition < 0)
892 STp->partition = 0;
893 STp->new_partition = STp->partition;
1013 STp->partition = STp->new_partition = 0;
1041 STp->partition = STp->new_partition = 0;
1153 partition suppor
3037 get_location(struct scsi_tape *STp, unsigned int *block, int *partition, int logical) argument
3097 set_location(struct scsi_tape *STp, unsigned int block, int partition, int logical) argument
3201 int i, partition; local
[all...]
H A Dscsicam.c28 * scsi_bios_ptable - Read PC partition table out of first sector of device.
33 * Returns: partition table in kmalloc(GFP_KERNEL) memory, or NULL on error.
77 /* try to infer mapping from partition table */
112 * scsi_partsize - Parse cylinders/heads/sectors from PC partition table
113 * @buf: partition table, see scsi_bios_ptable()
119 * Description: determine the BIOS mapping/geometry used to create the partition
128 struct partition *p = (struct partition *)buf, *largest = NULL;
139 printk("scsicam_bios_param : partition %d has system \n",
H A Dosst.h44 u8 partition; /* Partition Number */ member in struct:__anon5941
241 unsigned qfa :1; /* Supports the QFA two partition formats */
249 unsigned qfa :1; /* Supports the QFA two partition formats */
368 * partition
423 os_partition_t partition; member in struct:os_aux_s
487 os_partition_t partition[16]; member in struct:os_header_s
561 int partition; member in struct:osst_tape
563 int nbr_partitions; /* zero until partition support enabled */
H A Dst.h84 /* The status related to each partition */
137 int partition; member in struct:scsi_tape
139 int nbr_partitions; /* zero until partition support enabled */
H A Dosst.c555 os_partition_t *par = &aux->partition;
617 os_partition_t * par = &(aux->partition);
618 struct st_partstat * STps = &(STp->ps[STp->partition]);
653 printk(OSST_DEB_MSG "%s:D: Skipping frame, partition num %d\n",
661 printk(OSST_DEB_MSG "%s:D: Skipping frame, partition version %d\n", name, par->par_desc_ver);
911 STp->ps[STp->partition].rw = OS_WRITING_COMPLETE;
924 if (minlast >= 0 && STp->ps[STp->partition].rw != ST_READING)
1087 ntohl(aux->update_frame_cntr), ntohs(aux->partition.wrt_pass_cntr),
1103 struct st_partstat * STps = &(STp->ps[STp->partition]);
1141 struct st_partstat * STps = &(STp->ps[STp->partition]);
[all...]
/drivers/mmc/card/
H A DKconfig24 partition on the disk (plus one for the whole disk).
/drivers/misc/genwqe/
H A Dcard_sysfs.c154 * on the backup partition (0) to identify problems while loading the
197 int partition; local
200 if (kstrtoint(buf, 0, &partition) < 0)
203 switch (partition) {
H A Dcard_dev.c529 switch ((char)load->partition) {
665 switch ((char)load->partition) {
/drivers/block/
H A Dosdblk.c27 In this example, we will use partition id 1234, object id 5678,
45 - OSD object partition id
115 struct osd_obj_id obj; /* OSD partition, obj id */
488 osdev->obj.partition,
540 if (sscanf(buf, "%llu %llu %s", &osdev->obj.partition, &osdev->obj.id,
H A DKconfig63 ramdisk or as a swap partition. Say Y if you want to include this
224 the need for a dedicated Linux partition by keeping their complete
233 a disk partition, floppy, or regular file, either using encryption
/drivers/md/
H A DKconfig19 partition to another one or to combine several redundant hard disks
/drivers/ide/
H A Dide-tape.c169 u8 partition; member in struct:ide_tape_obj
755 tape->partition = buf[1];
767 unsigned int block, u8 partition, int skip)
773 pc->c[8] = partition;
801 u8 partition, int skip)
811 idetape_create_locate_cmd(drive, &pc, block, partition, skip);
1005 * currently support only one partition.
1338 mt_count * tape->user_bs_factor, tape->partition, 0);
765 idetape_create_locate_cmd(ide_drive_t *drive, struct ide_atapi_pc *pc, unsigned int block, u8 partition, int skip) argument
800 idetape_position_tape(ide_drive_t *drive, unsigned int block, u8 partition, int skip) argument
/drivers/scsi/aacraid/
H A Dlinit.c317 * the geometry in the partition table, then the translation inferred
318 * from the partition table will be used by the BIOS, and a warning may
350 * sector partition table is valid, search for a partition table
358 struct partition *first = (struct partition * )buf;
359 struct partition *entry = first;
392 dprintk((KERN_DEBUG "Adopting geometry: heads=%d, sectors=%d from partition table %d.\n",
395 dprintk((KERN_DEBUG "Strange geometry: heads=%d, sectors=%d in partition table %d.\n",
/drivers/mtd/nand/
H A Dtmio_nand.c442 data ? data->partition : NULL,
/drivers/net/ethernet/sun/
H A Dniu.c3034 static int hash_read(struct niu *np, unsigned long partition,
3041 if (partition >= FCRAM_NUM_PARTITIONS ||
3045 nw64(HASH_TBL_ADDR(partition), val);
3047 data[i] = nr64(HASH_TBL_DATA(partition));
3053 static int hash_write(struct niu *np, unsigned long partition, argument
3060 if (partition >= FCRAM_NUM_PARTITIONS ||
3064 nw64(HASH_TBL_ADDR(partition), val);
3066 nw64(HASH_TBL_DATA(partition), data[i]);
3102 static int fflp_set_partition(struct niu *np, u64 partition, argument
3108 if (partition >
[all...]
/drivers/char/
H A DKconfig618 how to partition a single ROM for multiple purposes.

Completed in 1973 milliseconds

12