Lines Matching defs:page
62 #include <xen/page.h>
133 struct page *pages[VSCSI_MAX_GRANTS];
206 static unsigned long vaddr_page(struct page *page)
208 unsigned long pfn = page_to_pfn(page);
232 struct page *pages[VSCSI_GRANT_BATCH];
440 struct page **pg, grant_handle_t *grant, int cnt)
463 struct scsiif_request_segment *seg, struct page **pg,
473 pr_err("no grant page\n");
499 struct page **pg;
1467 char *page)
1475 rb = snprintf(page, PAGE_SIZE, "%s\n", tpg->param_alias);
1482 const char *page, size_t count)
1489 if (strlen(page) >= VSCSI_NAMELEN) {
1490 pr_err("param alias: %s, exceeds max: %d\n", page,
1496 len = snprintf(tpg->param_alias, VSCSI_NAMELEN, "%s", page);
1603 static ssize_t scsiback_tpg_nexus_show(struct config_item *item, char *page)
1617 ret = snprintf(page, PAGE_SIZE, "%s\n",
1625 const char *page, size_t count)
1636 if (!strncmp(page, "NULL", 4)) {
1645 if (strlen(page) >= VSCSI_NAMELEN) {
1647 page, VSCSI_NAMELEN);
1650 snprintf(&i_port[0], VSCSI_NAMELEN, "%s", page);
1707 scsiback_wwn_version_show(struct config_item *item, char *page)
1709 return sprintf(page, "xen-pvscsi fabric module %s on %s/%s on "