Symbol: find_object
sbin/vinum/commands.c
1015
msg.index = find_object(objname, &msg.type); /* find the object to rename */
sbin/vinum/commands.c
1069
msg.index = find_object(argv[0], &msg.type); /* find the object to detach */
sbin/vinum/commands.c
1165
msg.index = find_object(oldname, &msg.type); /* find the object to rename */
sbin/vinum/commands.c
1274
destobj = find_object(argv[0], &destt);
sbin/vinum/commands.c
1285
srcobj = find_object(argv[i], &srct);
sbin/vinum/commands.c
1511
if (find_object(objectname, &type) == -1) /* does it exist? */
sbin/vinum/commands.c
1540
if (find_object(drivename, &type) == -1) { /* does it exist? */
sbin/vinum/commands.c
1564
find_object(drivename, &type);
sbin/vinum/commands.c
1664
find_object(objectname, &type); /* find the index of the volume */
sbin/vinum/commands.c
1670
find_object(objectname, &type); /* point to the volume */
sbin/vinum/commands.c
1813
find_object(objectname, &type); /* find the index of the volume */
sbin/vinum/commands.c
1819
find_object(objectname, &type); /* point to the volume */
sbin/vinum/commands.c
1961
find_object(objectname, &type); /* find the index of the volume */
sbin/vinum/commands.c
1967
find_object(objectname, &type); /* point to the volume */
sbin/vinum/commands.c
2109
find_object(objectname, &type); /* find the index of the volume */
sbin/vinum/commands.c
2115
find_object(objectname, &type); /* point to the volume */
sbin/vinum/commands.c
2288
find_object(objectname, &type); /* find the index of the volume */
sbin/vinum/commands.c
2295
find_object(objectname, &type); /* point to the volume */
sbin/vinum/commands.c
2315
object = find_object(argv[1], &type); /* look for it */
sbin/vinum/commands.c
2322
object = find_object(argv[2], &type); /* look for it */
sbin/vinum/commands.c
2356
object = find_object(argv[index], &type); /* look for it */
sbin/vinum/commands.c
2463
object = find_object(argv[index], &type); /* look for it */
sbin/vinum/commands.c
251
object = find_object(argv[index], &type); /* look for it */
sbin/vinum/commands.c
319
objno = find_object(argv[objindex], &type); /* find the object */
sbin/vinum/commands.c
567
object = find_object(argv[index], &type); /* look for it */
sbin/vinum/commands.c
732
object = find_object(argv[i], &type); /* look for it */
sbin/vinum/commands.c
767
object = find_object(argv[i], &type); /* look for it */
sbin/vinum/commands.c
889
objno = find_object(argv[i], &type);
sbin/vinum/commands.c
946
msg.index = find_object(objname, &msg.type); /* find the object to attach */
sbin/vinum/commands.c
947
msg.otherobject = find_object(supername, &supertype); /* and the object to attach to */
sbin/vinum/commands.c
965
find_object(argv[1], &supertype);
sbin/vinum/commands.c
979
find_object(argv[1], &supertype);
sbin/vinum/list.c
116
object = find_object(argv[i], &type); /* look for it */
sbin/vinum/list.c
289
driveno = find_object(argv[i], &type);
sbin/vinum/list.c
414
volno = find_object(argv[i], &type);
sbin/vinum/list.c
581
plexno = find_object(argv[i], &type);
sbin/vinum/list.c
786
sdno = find_object(argv[i], &type);
sbin/vinum/vext.h
134
int find_object(const char *name, enum objecttype *type);