Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_9p.c66 #define VT9P_MAXTAGSZ 256 macro
67 #define VT9P_CONFIGSPACESZ (VT9P_MAXTAGSZ + sizeof(uint16_t))
103 char tag[VT9P_MAXTAGSZ];
312 if (strlen(sharename) > VT9P_MAXTAGSZ) { in pci_vt9p_init()
320 VT9P_MAXTAGSZ); in pci_vt9p_init()