Home
last modified time | relevance | path

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

/Linux-v5.10/arch/um/drivers/
Dvirtio_uml.c48 const char *socket_path; member
1112 rc = os_connect_socket(pdata->socket_path); in virtio_uml_probe()
1164 kfree(pdata->socket_path); in vu_unregister_cmdline_device()
1182 char *socket_path; in vu_cmdline_set() local
1206 socket_path = kmemdup_nul(device, ids - device, GFP_KERNEL); in vu_cmdline_set()
1207 if (!socket_path) in vu_cmdline_set()
1211 pdata.socket_path = socket_path; in vu_cmdline_set()
1214 vu_cmdline_id, virtio_device_id, socket_path); in vu_cmdline_set()
1230 kfree(socket_path); in vu_cmdline_set()
1242 pdata->socket_path, pdata->virtio_device_id, pdev->id); in vu_cmdline_get_device()