Searched defs:slice (Results 26 - 28 of 28) sorted by relevance

12

/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c483 * Parse the passed in minor_name and get the slice number contained within it.
485 * sliceno is a numeric value 0..7 (corresponding to CTD slice 'a'..'h'
561 * metadrivename() can fail for a slice name
563 * So we use metadiskname() to strip the slice
655 * if the replica slice size is zero,
668 mdi_debug("replica_slice %s no slice "
767 * standard Solaris minor name for the corresponding slice. The
804 char *slice; local
814 slice = strrchr(tempstr, 's');
815 if (slice
[all...]
H A Dmeta_sp.c2787 * and the disk slice happens to only be C cylinders in total
2946 * of the usable space on slice zero of the
2949 * of slice zero, and contains a single free
2951 * on the slice.
2966 * soft partitioning, all of slice seven is
2967 * reserved for metadata, all of slice zero is
2972 * at the start of the usable space on slice zero,
2974 * space on slice zero, and an ending extent that
2976 * slice zero.
4061 uint_t slice; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm2891 sub slice { subroutine
2925 sub pp_aslice { maybe_local(@_, slice(@_, "[", "]", "rv2av", "padav")) }
2926 sub pp_hslice { maybe_local(@_, slice(@_, "{", "}", "rv2hv", "padhv")) }

Completed in 444 milliseconds

12