Searched refs:DEVCTL_LEN (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | vfs_mount.c | 3039 #define DEVCTL_LEN 1024 macro 3049 buf = malloc(DEVCTL_LEN, M_MOUNT, M_NOWAIT); in mount_devctl_event() 3052 sbuf_new(&sb, buf, DEVCTL_LEN, SBUF_FIXEDLEN); in mount_devctl_event()
|
| /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()
|