Home
last modified time | relevance | path

Searched refs:ostype (Results 1 – 13 of 13) sorted by relevance

/external/syslinux/com32/hdt/
Dhdt-dump-disks.c42 char ostype[64]={0}; in show_partition_information() local
54 get_label(ptab->ostype, &parttype); in show_partition_information()
61 snprintf(ostype,sizeof(ostype),"%02X",ptab->ostype); in show_partition_information()
69 add_as("partition->os_type",ostype) in show_partition_information()
Dhdt-cli-disk.c78 get_label(ptab->ostype, &parttype); in show_partition_information()
81 start, end, size, ptab->ostype, parttype); in show_partition_information()
84 if (ptab->ostype == 0x82 && swsusp_check(drive_info, ptab)) in show_partition_information()
Dhdt-menu-disk.c106 get_label(ptab->ostype, &parttype); in compute_partition_information()
137 snprintf(buffer, sizeof buffer, "Id : %X", ptab->ostype); in compute_partition_information()
138 snprintf(statbuffer, sizeof statbuffer, "Id: %X", ptab->ostype); in compute_partition_information()
144 if (ptab->ostype == 0x82 && swsusp_check(drive_info, ptab) != -1) { in compute_partition_information()
/external/syslinux/com32/chain/
Dpartiter.c171 if (!dp[0].ostype) in notsane_logical()
174 if (ost_is_ext(dp[0].ostype)) { in notsane_logical()
210 if (!dp[1].ostype) in notsane_extended()
213 if (!ost_is_nondata(dp[1].ostype)) { in notsane_extended()
245 if (!dp->ostype) in notsane_primary()
296 if (ost_is_ext(dp->ostype)) { in dos_next_mbr()
305 if (!ost_is_nondata(dp->ostype) || (iter->flags & PIF_STEPALL)) { in dos_next_mbr()
366 if (dp[1].ostype) { in dos_next_ebr()
374 if (!dp[0].ostype) in dos_next_ebr()
377 if (dp[0].ostype || (iter->flags & PIF_STEPALL)) { in dos_next_ebr()
[all …]
Dmangle.c503 t = dp->ostype; in fliphide()
512 if (dp->ostype != t) { in fliphide()
513 dp->ostype = t; in fliphide()
Dchain.c407 ha->ostype = 0xDA; /* "Non-FS Data", anything is good here though ... */ in setup_handover()
422 ha->ostype = 0xED; in setup_handover()
/external/syslinux/com32/gpllib/disk/
Dmsdos.c25 return (ptab->ostype == 0x05 || in is_extended_partition()
26 ptab->ostype == 0x0f || ptab->ostype == 0x85); in is_extended_partition()
/external/webrtc/webrtc/base/
Dmacutils.cc72 static bool GetGestalt(OSType ostype, int* value) { in GetGestalt() argument
75 OSStatus result = Gestalt(ostype, &native_value); in GetGestalt()
81 DecodeFourChar(ostype, &str); in GetGestalt()
/external/e2fsprogs/lib/e2p/
DMakefile.in22 ostype.o percent.o crypto_mode.o fgetproject.o fsetproject.o
31 $(srcdir)/ostype.c $(srcdir)/percent.c $(srcdir)/crypto_mode.c \
68 tst_ostype: $(srcdir)/ostype.c
71 $(srcdir)/ostype.c $(ALL_CFLAGS) $(ALL_LDFLAGS)
186 ostype.o: $(srcdir)/ostype.c $(top_builddir)/lib/config.h \
DAndroid.bp28 "ostype.c",
/external/syslinux/com32/gplinclude/disk/
Dpartition.h28 uint8_t ostype; member
/external/syslinux/com32/include/syslinux/
Ddisk.h105 uint8_t ostype; member
/external/syslinux/com32/lib/syslinux/
Ddisk.c394 part->ostype, in disk_dos_part_dump()