Searched refs:ext2 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgobjmap.c68 static int dup_merg(struct cfextra *ext1, struct cfextra *ext2);
502 /* Remove ext1 from the filesystem size calculations and add ext2. */
504 size_xchng(struct cfextra *ext1, struct cfextra *ext2) argument
521 blks2 = nblk(ext2->cf_ent.cinfo.size, block_size, frag_size);
527 bused += nblks(fsys_entry, ext2);
551 dup_merg(struct cfextra *ext1, struct cfextra *ext2) argument
556 ept2 = &(ext2->cf_ent);
565 if (ext2->mstat.preloaded) {
571 * Start by grabbing the pointers to the ext2 items that we
591 size_xchng(ext2, ext
[all...]
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dmkbimage79 ext2 on GNU [default is ext2]
80 ext2, minix or msdos on GNU/Linux [default is ext2]
125 then echo "The GNU/Linux supported fs are: ext2, minix or msdos!";
127 then echo "The GNU supported fs is ext2!";
169 ext2)
242 [ ! "$fs" ] && fs=ext2
245 # partition ID for sfdisk to correctly fill the partition table (ext2 is the
248 ext2) mkfs_option
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Dinstallf.c275 struct cfextra *ext2 = *((struct cfextra **)p2); local
277 return (strcmp(ext1->cf_ent.path, ext2->cf_ent.path));
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_defs.h157 uint32_t ext2:1; member in struct:Vmxnet3_TxDesc
201 uint32_t ext2; member in struct:Vmxnet3_TxCompDesc
239 uint32_t ext2:1; member in struct:Vmxnet3_RxCompDesc

Completed in 73 milliseconds