Searched refs:DEVCTL_LEN (Results 1 – 2 of 2) sorted by relevance
| /src/sys/kern/ |
| H A D | vfs_mount.c | 2979 #define DEVCTL_LEN 1024 macro 2989 buf = malloc(DEVCTL_LEN, M_MOUNT, M_NOWAIT); in mount_devctl_event() 2992 sbuf_new(&sb, buf, DEVCTL_LEN, SBUF_FIXEDLEN); in mount_devctl_event()
|
| /src/sys/dev/vt/ |
| H A D | vt_core.c | 1103 #define DEVCTL_LEN 64 macro 1110 buf = malloc(DEVCTL_LEN, M_VT, M_NOWAIT); in vtterm_devctl() 1113 sbuf_new(&sb, buf, DEVCTL_LEN, SBUF_FIXEDLEN); in vtterm_devctl()
|