Home
last modified time | relevance | path

Searched refs:part (Results 1 – 22 of 22) sorted by relevance

/busybox-1.35.0/util-linux/volume_id/
Dunused_mac.c49 struct mac_partition *part; in volume_id_probe_mac_partition_map() local
57 part = (struct mac_partition *) buf; in volume_id_probe_mac_partition_map()
58 if (part->signature[0] == 'P' && part->signature[1] == 'M' /* "PM" */ in volume_id_probe_mac_partition_map()
59 && (memcmp(part->type, "Apple_partition_map", 19) == 0) in volume_id_probe_mac_partition_map()
81 part = (struct mac_partition *) buf; in volume_id_probe_mac_partition_map()
82 if (part->signature[0] != 'P' || part->signature[1] != 'M') /* not "PM" */ in volume_id_probe_mac_partition_map()
85 part_count = be32_to_cpu(part->map_count); in volume_id_probe_mac_partition_map()
102 part = (struct mac_partition *) buf; in volume_id_probe_mac_partition_map()
103 if (part->signature[0] != 'P' || part->signature[1] != 'M') /* not "PM" */ in volume_id_probe_mac_partition_map()
106 poff = be32_to_cpu(part->start_block) * bsize; in volume_id_probe_mac_partition_map()
[all …]
Dunused_msdos.c67 struct msdos_partition_entry *part; in volume_id_probe_msdos_part_table() local
80 part = (struct msdos_partition_entry*) &buf[MSDOS_PARTTABLE_OFFSET]; in volume_id_probe_msdos_part_table()
82 if (part[i].boot_ind != 0 in volume_id_probe_msdos_part_table()
83 && part[i].boot_ind != 0x80 in volume_id_probe_msdos_part_table()
88 if (part[i].nr_sects != 0) in volume_id_probe_msdos_part_table()
100 poff = (uint64_t) le32_to_cpu(part[i].start_sect) * BSIZE; in volume_id_probe_msdos_part_table()
101 plen = (uint64_t) le32_to_cpu(part[i].nr_sects) * BSIZE; in volume_id_probe_msdos_part_table()
110 if (is_extended(part[i].sys_ind)) { in volume_id_probe_msdos_part_table()
118 part[i].sys_ind, (unsigned long long) poff, (unsigned long long) plen); in volume_id_probe_msdos_part_table()
146 part = (struct msdos_partition_entry*) &buf[MSDOS_PARTTABLE_OFFSET]; in volume_id_probe_msdos_part_table()
[all …]
Dutil.c85 void volume_id_set_usage_part(struct volume_id_partition *part, enum volume_id_usage usage_id) in volume_id_set_usage_part() argument
87 part->usage_id = usage_id; in volume_id_set_usage_part()
88 part->usage = usage_to_string(usage_id); in volume_id_set_usage_part()
/busybox-1.35.0/shell/hush_test/hush-arith/
Darith.right58 check that the unevaluated part of the ternary operator does not do evaluation or assignment
Darith.tests94 echo check that the unevaluated part of the ternary operator does not do evaluation or assignment
/busybox-1.35.0/shell/
Dbrace.txt32 part of a brace expression. To avoid conflicts with parameter expan-
44 when they appear as part of a word, and preserves them in the output.
/busybox-1.35.0/shell/ash_test/ash-arith/
Darith.right56 check that the unevaluated part of the ternary operator does not do evaluation or assignment
Darith.tests90 echo check that the unevaluated part of the ternary operator does not do evaluation or assignment
/busybox-1.35.0/docs/
Dsyslog.conf.txt2 The config resembles rsyslog.conf in RULES part:
DKconfig-language.txt137 Constant symbols are only part of expressions. Constant symbols are
163 be part of the dependency list and then one of these two condititions
181 also part of the comment dependencies).
DSerial-Programming-HOWTO.txt54 whole or in part, in any medium physical or electronic, as long as
141 Select() is part of the SOCKETS scheme and too complex for most
Dkeep_data_small.txt6 is allocated, not just that one part for selected applet.
Dcontributing.txt48 as part of an embedded project, it would be a good idea to join the mailing
/busybox-1.35.0/shell/ash_test/ash-vars/
Dvar_bash4.tests5 # But search part does not act like that: \a is always converted to just a,
/busybox-1.35.0/shell/hush_test/hush-vars/
Dvar_bash4.tests5 # But search part does not act like that: \a is always converted to just a,
/busybox-1.35.0/archival/libarchive/unxz/
DREADME13 of XZ Embedded isn't part of the Linux kernel tree. You should also
15 as part of Linux; information in that file is not repeated in this
/busybox-1.35.0/networking/
Dtelnetd.ctrlSQ.patch31 subsequent read(2) from the terminal will return data written on the slave part of the pseudo termi…
51 will return data written on the slave part of the pseudo terminal preceded by a zero byte, or a sin…
/busybox-1.35.0/archival/libarchive/bz/
DREADME11 This file is part of bzip2/libbzip2, a program and library for
/busybox-1.35.0/miscutils/
Ddevfsd.c1582 const char *part) in write_old_sd_name() argument
1594 sprintf(buffer, "sd%c%s", 'a' + (minor >> 4), part); in write_old_sd_name()
1600 sprintf(buffer, "sd%c%s", 'a' + disc_index, part); in write_old_sd_name()
1602 sprintf(buffer, "sd%c%c%s", 'a' +(disc_index / 26) - 1, 'a' + disc_index % 26, part); in write_old_sd_name()
/busybox-1.35.0/
DLICENSE107 whole or in part contains or is derived from the Program or any
108 part thereof, to be licensed as a whole at no charge to all third
127 distribute the same sections as part of a whole which is a work based
130 entire whole, and thus to each and every part regardless of who wrote it.
/busybox-1.35.0/editors/
Dsed1line.txt316 # extract multi-part uuencoded binaries, removing extraneous header
404 from the first part of the file, a "quit" command (q) in the script
/busybox-1.35.0/scripts/kconfig/
Dzconf.tab.c_shipped134 /* Copy the first part of user declarations. */
209 /* Copy the second part of user declarations. */