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