mfiutil.c (300675f6fc464ea902932e6ee4aa2ac98e3f3c34) | mfiutil.c (dee3e845aa5f8e1d3ffe55e6be14ede15f4e93f4) |
---|---|
1/*- 2 * Copyright (c) 2008, 2009 Yahoo!, Inc. 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 70 unchanged lines hidden (view full) --- 79 fprintf(stderr, " create <type> [-v] <drive>[,<drive>[,...]] [<drive>[,<drive>[,...]]\n"); 80 fprintf(stderr, " delete <volume>\n"); 81 fprintf(stderr, " add <drive> [volume] - add a hot spare\n"); 82 fprintf(stderr, " remove <drive> - remove a hot spare\n"); 83 fprintf(stderr, " patrol <disable|auto|manual> [interval [start]]\n"); 84 fprintf(stderr, " start patrol - start a patrol read\n"); 85 fprintf(stderr, " stop patrol - stop a patrol read\n"); 86 fprintf(stderr, " flash <firmware>\n"); | 1/*- 2 * Copyright (c) 2008, 2009 Yahoo!, Inc. 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 70 unchanged lines hidden (view full) --- 79 fprintf(stderr, " create <type> [-v] <drive>[,<drive>[,...]] [<drive>[,<drive>[,...]]\n"); 80 fprintf(stderr, " delete <volume>\n"); 81 fprintf(stderr, " add <drive> [volume] - add a hot spare\n"); 82 fprintf(stderr, " remove <drive> - remove a hot spare\n"); 83 fprintf(stderr, " patrol <disable|auto|manual> [interval [start]]\n"); 84 fprintf(stderr, " start patrol - start a patrol read\n"); 85 fprintf(stderr, " stop patrol - stop a patrol read\n"); 86 fprintf(stderr, " flash <firmware>\n"); |
87 fprintf(stderr, " start learn - start a BBU relearn\n"); 88 fprintf(stderr, " bbu <setting> <value> - set BBU properties\n"); |
|
87#ifdef DEBUG 88 fprintf(stderr, " debug - debug 'show config'\n"); 89 fprintf(stderr, " dump - display 'saved' config\n"); 90#endif 91 exit(1); 92} 93 94static int --- 80 unchanged lines hidden --- | 89#ifdef DEBUG 90 fprintf(stderr, " debug - debug 'show config'\n"); 91 fprintf(stderr, " dump - display 'saved' config\n"); 92#endif 93 exit(1); 94} 95 96static int --- 80 unchanged lines hidden --- |