Searched refs:DEVCTL_LEN (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | vfs_mount.c | 3015 #define DEVCTL_LEN 1024 in mount_devctl_event() 3025 buf = malloc(DEVCTL_LEN, M_MOUNT, M_NOWAIT); in mount_devctl_event() 3028 sbuf_new(&sb, buf, DEVCTL_LEN, SBUF_FIXEDLEN); in mount_devctl_event() 3006 #define DEVCTL_LEN global() macro
|
| /freebsd/sys/dev/vt/ |
| H A D | vt_core.c | 1104 #define DEVCTL_LEN 64 macro 1111 buf = malloc(DEVCTL_LEN, M_VT, M_NOWAIT); in vtterm_devctl() 1114 sbuf_new(&sb, buf, DEVCTL_LEN, SBUF_FIXEDLEN); in vtterm_devctl()
|