Lines Matching defs:in

6  * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
42 * All of the code in this file supports the addition of metastat -c output
52 * in metaimport -v.
58 * This is the primary entry point for the functions in this file, with
61 * report_metastat_info() calls functions to read in all the the
63 * needed to print out the metadevice records in the same format as
67 * Reads in all the Directory blocks in the diskset and verifies their
75 * Reads in a Directory Entry and its associated Record block. The
89 * list of all metadevices in the set, to find all records of the
95 * These functions are called by using the dfunc field in the mdimpp list.
99 * underlying metadevice, it puts in on a list to be processed. If the
108 * are printed out in groups based on their underlying metadevice--so that
113 * They are also used by the metastat concise routines in
122 * n_key: is set, if there is an associated entry in the NM namespace.
127 * the name of the metadevice if there is no entry for the metadevice in
172 * Strip blanks from string. Used for size field in concise output.
205 char in[MAXPATHLEN];
208 in[0] = 0;
210 (void) strlcat(in, " ", sizeof (in));
225 (void) printf("%s%*s %c %6s", in, width, name, mtype, sz);
232 * Removing entry from the list of metadevices in the diskset(mdimpp).
328 * should be reviewed to make sure the functionality in both places is correct.
477 return (gettext("in-use"));
898 * Looping through the components in each row to find the
1253 * Setting the un_self_id or the hs_self_id, in the case of hotspare
1257 * If the record was stored ondisk in 32bit format, then it is
1464 * If metadevice record has an entry in the NM namespace
1474 * in the namespace.
1480 * to the n_minor name in the NM record.
1502 * If the metadevice name is not in the namespace, then
1569 /* Read in the appropriate record and return configurations */
1699 /* Populates the fields in md_im_rec_t *tmp_mdrec. */
1760 /* Read in all directory blocks */
1771 * error code used in the kernel when there is a problem
1772 * with reading records in. Checks the magic number, the
1804 /* Creates dep list of all directory entries in the db */
1822 * Process all directory entries in the directory block.
1824 * in the record data.
1834 * value of zero in their de_flags field.
1877 /* list of all metadevices in diskset */
1881 /* Read in metadevice records and add entries to mdimp list. */