Home
last modified time | relevance | path

Searched refs:query (Results 1 – 8 of 8) sorted by relevance

/arch/sparc/kernel/
Dvio.c347 struct vio_md_node_query *query = (struct vio_md_node_query *) arg; in vio_md_node_match() local
350 if (vdev->dev_no != query->dev_no) in vio_md_node_match()
352 if (vdev->id != query->id) in vio_md_node_match()
354 if (strcmp(vdev->type, query->type)) in vio_md_node_match()
365 struct vio_md_node_query query; in vio_remove() local
375 query.type = type; in vio_remove()
390 query.dev_no = ~(u64)0; in vio_remove()
391 query.id = ~(u64)0; in vio_remove()
393 query.dev_no = *id; in vio_remove()
394 query.id = ~(u64)0; in vio_remove()
[all …]
/arch/s390/hypfs/
Dhypfs_vm.c57 static int diag2fc(int size, char* query, void *addr) in diag2fc() argument
63 memcpy(parm_list.userid, query, NAME_LEN); in diag2fc()
88 static void *diag2fc_store(char *query, unsigned int *count, int offset) in diag2fc_store() argument
94 size = diag2fc(0, query, NULL); in diag2fc_store()
100 if (diag2fc(size, query, data + offset) == 0) in diag2fc_store()
/arch/powerpc/platforms/pseries/
Diommu.c928 struct ddw_query_response *query) in query_ddw() argument
947 ret = rtas_call(ddw_avail[0], 3, 5, (u32 *)query, in query_ddw()
1012 struct ddw_query_response query; in enable_ddw() local
1061 ret = query_ddw(dev, ddw_avail, &query); in enable_ddw()
1065 if (query.windows_available == 0) { in enable_ddw()
1074 if (query.page_size & 4) { in enable_ddw()
1076 } else if (query.page_size & 2) { in enable_ddw()
1078 } else if (query.page_size & 1) { in enable_ddw()
1082 query.page_size); in enable_ddw()
1088 if (query.largest_available_block < (max_addr >> page_shift)) { in enable_ddw()
[all …]
/arch/arm/mach-iop13xx/
Dsetup.c207 char query[3]; in iq8134x_probe_flash_size() local
217 query[i / width] = readb(flash_addr + (0x10 * width) + i); in iq8134x_probe_flash_size()
220 if (memcmp(query, "QRY", 3) == 0) in iq8134x_probe_flash_size()
/arch/tile/kernel/
Dsysfs.c25 static ssize_t get_hv_confstr(char *page, int query) in get_hv_confstr() argument
27 ssize_t n = hv_confstr(query, (unsigned long)page, PAGE_SIZE - 1); in get_hv_confstr()
Dhvglue_trace.c191 HV_WRAP1(long, hv_sysconf, HV_SysconfQuery, query)
192 HV_WRAP3(int, hv_confstr, HV_ConfstrQuery, query, HV_VirtAddr, buf, int, len)
/arch/tile/include/hv/
Dhypervisor.h483 long hv_sysconf(HV_SysconfQuery query);
575 int hv_confstr(HV_ConfstrQuery query, HV_VirtAddr buf, int len, ...);
/arch/x86/
DKconfig596 and power. Drivers may query the availability of this device to