Searched refs:DEVCTL_LEN (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/kern/ |
| H A D | vfs_mount.c | 2513 #define DEVCTL_LEN 1024 macro 2523 buf = malloc(DEVCTL_LEN, M_MOUNT, M_NOWAIT); in mount_devctl_event() 2526 sbuf_new(&sb, buf, DEVCTL_LEN, SBUF_FIXEDLEN); in mount_devctl_event()
|
| /freebsd-13.1/sys/dev/vt/ |
| H A D | vt_core.c | 1095 #define DEVCTL_LEN 64 macro 1102 buf = malloc(DEVCTL_LEN, M_VT, M_NOWAIT); in vtterm_devctl() 1105 sbuf_new(&sb, buf, DEVCTL_LEN, SBUF_FIXEDLEN); in vtterm_devctl()
|