Lines Matching defs:use
10 * Redistribution and use in source and binary forms, with or without
28 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
212 * Verify the disk has been initialized for MacOS use by checking
224 * to it and the number currently in use.
325 /* Disk name - don't bother asking, just use the physical name*/
592 * Find an entry in a use array that is unused and return it or
641 * Now classify the use for NetBSD
692 getUse(part, len_use, use)
695 char *use;
700 *use = '\0';
705 strncpy(use, "Root&Usr", len_use);
707 strncpy(use, "Root", len_use);
710 strncpy(use, "Usr", len_use);
715 strncpy(use, "MacOS", len_use);
721 strncpy(use, "Free", len_use);
723 strncpy(use, "Scratch", len_use);
725 strncpy(use, "MFS", len_use);
727 strncpy(use, "PRODOS", len_use);
729 strncpy(use, "unknown", len_use);
733 return(use);
786 * mark it for use along with the default mount slot.
963 * Clear out record of partition slots already in use
981 * Fill in standard partitions. Look for a Cluster "0" first and use
1039 char fstyp[16], use[16], name[32];
1047 getUse(&map.blk[j], sizeof(use), use);
1053 map.blk[j].pmPartBlkCnt, fstyp, use, name);
1168 char fstyp[16], use[16], name[64];
1176 "slot base fstype use name");
1180 getUse(&map.blk[i], sizeof(use), use);
1187 map.blk[i].pmPyPartStart, fstyp, use, name);