Home
last modified time | relevance | path

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

/Linux-v5.15/arch/um/drivers/
Dvirtio_uml.c44 const char *socket_path; member
1140 rc = os_connect_socket(pdata->socket_path); in virtio_uml_probe()
1196 kfree(pdata->socket_path); in vu_unregister_cmdline_device()
1214 char *socket_path; in vu_cmdline_set() local
1238 socket_path = kmemdup_nul(device, ids - device, GFP_KERNEL); in vu_cmdline_set()
1239 if (!socket_path) in vu_cmdline_set()
1243 pdata.socket_path = socket_path; in vu_cmdline_set()
1246 vu_cmdline_id, virtio_device_id, socket_path); in vu_cmdline_set()
1262 kfree(socket_path); in vu_cmdline_set()
1274 pdata->socket_path, pdata->virtio_device_id, pdev->id); in vu_cmdline_get_device()