Lines Matching defs:page
64 #include <xen/page.h>
135 struct page *pages[VSCSI_MAX_GRANTS];
208 static unsigned long vaddr_page(struct page *page)
210 unsigned long pfn = page_to_pfn(page);
234 struct page *pages[VSCSI_GRANT_BATCH];
381 struct page **pg, grant_handle_t *grant, int cnt)
404 struct scsiif_request_segment *seg, struct page **pg,
414 pr_err("no grant page\n");
440 struct page **pg;
1429 char *page)
1437 rb = snprintf(page, PAGE_SIZE, "%s\n", tpg->param_alias);
1444 const char *page, size_t count)
1451 if (strlen(page) >= VSCSI_NAMELEN) {
1452 pr_err("param alias: %s, exceeds max: %d\n", page,
1458 len = snprintf(tpg->param_alias, VSCSI_NAMELEN, "%s", page);
1565 static ssize_t scsiback_tpg_nexus_show(struct config_item *item, char *page)
1579 ret = snprintf(page, PAGE_SIZE, "%s\n",
1587 const char *page, size_t count)
1598 if (!strncmp(page, "NULL", 4)) {
1607 if (strlen(page) >= VSCSI_NAMELEN) {
1609 page, VSCSI_NAMELEN);
1612 snprintf(&i_port[0], VSCSI_NAMELEN, "%s", page);
1669 scsiback_wwn_version_show(struct config_item *item, char *page)
1671 return sprintf(page, "xen-pvscsi fabric module %s on %s/%s on "