Searched defs:unpack (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/boot/scripts/
H A Droot_archive.ksh28 # utility to pack and unpack a boot/root archive
33 # unpack <archive> <root>
35 # Where <root> is the directory to unpack to and will be cleaned out
42 printf " root_archive unpack <archive> <root>\n"
71 unpack() function
328 # always unpack into a fresh root
330 unpack)
340 unpack) unpack "$MR"
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLogLinearDistribution.java45 private static long unpack(long x, long thing) { method in class:LogLinearDistribution
128 low = unpack(constant, LOW_SHIFT);
129 high = unpack(constant, HIGH_SHIFT);
130 nsteps = unpack(constant, NSTEP_SHIFT);
131 factor = unpack(constant, FACTOR_SHIFT);
/illumos-gate/usr/src/cmd/mailx/
H A Dnames.c593 unpack(struct name *np) function
602 panic("No names to unpack");
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmain.c101 static void unpack(void);
1041 * unpack the stream into a temporary directory
1087 /* unpack the package instance from the data stream */
1527 unpack();
2062 unpack();
2662 unpack();
2830 unpack(void) function
/illumos-gate/usr/src/man/man1/
H A DMakefile525 unpack.1 \
656 unpack.1 := LINKSRC = pack.1

Completed in 73 milliseconds