Searched defs:ext2 (Results 1 - 3 of 3) sorted by relevance

/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/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/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 69 milliseconds