Searched refs:unix98_max_ptys (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Ddevpts_fs.h30 #define unix98_max_ptys NR_PTYS * UNIX98_NR_MAJORS; macro
37 unsigned int unix98_max_ptys = NR_PTYS * UNIX98_NR_MAJORS; variable
41 EXPORT_SYMBOL(unix98_max_ptys); variable
45 extern unsigned int unix98_max_ptys;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Ddevpts_fs.h30 #define unix98_max_ptys NR_PTYS * UNIX98_NR_MAJORS; macro
37 unsigned int unix98_max_ptys = NR_PTYS * UNIX98_NR_MAJORS; variable
41 EXPORT_SYMBOL(unix98_max_ptys); variable
45 extern unsigned int unix98_max_ptys;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/devpts/
H A Dinode.c132 sbi->max_ptys = unix98_max_ptys;

Completed in 41 milliseconds