Searched refs:readonly (Results 1 - 4 of 4) sorted by relevance

/u-boot/include/xen/
H A Dgnttab.h17 int readonly);
/u-boot/drivers/xen/
H A Dgnttab.c74 * @readonly: determines whether the frame is shared read-only or read-write
78 grant_ref_t gnttab_grant_access(domid_t domid, unsigned long frame, int readonly) argument
86 readonly *= GTF_readonly;
87 gnttab_table[ref].flags = GTF_permit_access | readonly;
/u-boot/cmd/
H A Dtpm_test.c264 printf("Testing readonly ...\n");
516 VOIDTEST(readonly)
532 VOIDENT(readonly)
/u-boot/fs/yaffs2/
H A Dyaffsfs.c2503 int yaffs_mount2(const YCHAR *path, int readonly) argument
2505 return yaffs_mount_common(path, readonly, 0);

Completed in 111 milliseconds