find_object
msg.index = find_object(objname, &msg.type); /* find the object to rename */
msg.index = find_object(argv[0], &msg.type); /* find the object to detach */
msg.index = find_object(oldname, &msg.type); /* find the object to rename */
destobj = find_object(argv[0], &destt);
srcobj = find_object(argv[i], &srct);
if (find_object(objectname, &type) == -1) /* does it exist? */
if (find_object(drivename, &type) == -1) { /* does it exist? */
find_object(drivename, &type);
find_object(objectname, &type); /* find the index of the volume */
find_object(objectname, &type); /* point to the volume */
find_object(objectname, &type); /* find the index of the volume */
find_object(objectname, &type); /* point to the volume */
find_object(objectname, &type); /* find the index of the volume */
find_object(objectname, &type); /* point to the volume */
find_object(objectname, &type); /* find the index of the volume */
find_object(objectname, &type); /* point to the volume */
find_object(objectname, &type); /* find the index of the volume */
find_object(objectname, &type); /* point to the volume */
object = find_object(argv[1], &type); /* look for it */
object = find_object(argv[2], &type); /* look for it */
object = find_object(argv[index], &type); /* look for it */
object = find_object(argv[index], &type); /* look for it */
object = find_object(argv[index], &type); /* look for it */
objno = find_object(argv[objindex], &type); /* find the object */
object = find_object(argv[index], &type); /* look for it */
object = find_object(argv[i], &type); /* look for it */
object = find_object(argv[i], &type); /* look for it */
objno = find_object(argv[i], &type);
msg.index = find_object(objname, &msg.type); /* find the object to attach */
msg.otherobject = find_object(supername, &supertype); /* and the object to attach to */
find_object(argv[1], &supertype);
find_object(argv[1], &supertype);
object = find_object(argv[i], &type); /* look for it */
driveno = find_object(argv[i], &type);
volno = find_object(argv[i], &type);
plexno = find_object(argv[i], &type);
sdno = find_object(argv[i], &type);
int find_object(const char *name, enum objecttype *type);