Home
last modified time | relevance | path

Searched refs:LBFSZ (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/miscfs/procfs/
Dprocfs_linux.c100 #define LBFSZ (8 * 1024) macro
167 bf = malloc(LBFSZ, M_TEMP, M_WAITOK); in procfs_domeminfo()
180 len = snprintf(bf, LBFSZ, in procfs_domeminfo()
231 bf = malloc(LBFSZ, M_TEMP, M_WAITOK); in procfs_dodevices()
233 offset += snprintf(&bf[offset], LBFSZ - offset, "Character devices:\n"); in procfs_dodevices()
234 if (offset >= LBFSZ) in procfs_dodevices()
243 offset += snprintf(&bf[offset], LBFSZ - offset, in procfs_dodevices()
245 if (offset >= LBFSZ) { in procfs_dodevices()
251 offset += snprintf(&bf[offset], LBFSZ - offset, "\nBlock devices:\n"); in procfs_dodevices()
252 if (offset >= LBFSZ) { in procfs_dodevices()
[all …]