ARC_CALL1          20 arch/mips/fw/arc/env.c 	return (CHAR *) ARC_CALL1(get_evar, name);
ARC_CALL1          31 arch/mips/fw/arc/file.c 	return ARC_CALL1(close, FileID);
ARC_CALL1          43 arch/mips/fw/arc/file.c 	return ARC_CALL1(get_rstatus, FileID);
ARC_CALL1          43 arch/mips/fw/arc/memory.c 	return (struct linux_mdesc *) ARC_CALL1(get_mdesc, Current);
ARC_CALL1          94 arch/mips/fw/arc/misc.c 	return (DISPLAY_STATUS *) ARC_CALL1(GetDisplayStatus, FileID);
ARC_CALL1          24 arch/mips/fw/arc/tree.c 	return (pcomponent *) ARC_CALL1(next_component, Current);
ARC_CALL1          30 arch/mips/fw/arc/tree.c 	return (pcomponent *) ARC_CALL1(child_component, Current);
ARC_CALL1          39 arch/mips/fw/arc/tree.c 	return (pcomponent *) ARC_CALL1(parent_component, Current);
ARC_CALL1          58 arch/mips/fw/arc/tree.c 	return ARC_CALL1(comp_del, ComponentToDelete);
ARC_CALL1          64 arch/mips/fw/arc/tree.c 	return (pcomponent *)ARC_CALL1(component_by_path, Path);