Home
last modified time | relevance | path

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

/netbsd/src/sys/miscfs/procfs/
Dprocfs_note.c96 char note[PROCFS_NOTELEN+1]; in procfs_donote()
101 xlen = PROCFS_NOTELEN; in procfs_donote()
Dprocfs.h157 #define PROCFS_NOTELEN 64 /* max length of a note (/proc/$pid/note) */ macro