Home
last modified time | relevance | path

Searched defs:pathcnf32 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpathconf.h82 struct pathcnf32 { struct
86 int32_t pc_link_max; /* max links allowed */
87 int16_t pc_max_canon; /* max line len for a tty */
88 int16_t pc_max_input; /* input a tty can eat all once */
89 int16_t pc_name_max; /* max file name length (dir entry) */
90 int16_t pc_path_max; /* path name len (/x/y/z/...) */
91 int16_t pc_pipe_buf; /* size of a pipe (bytes) */
92 uint8_t pc_vdisable; /* safe char to turn off c_cc[i] */
93 int8_t pc_xxx; /* alignment padding; cc_t == char */
94 int16_t pc_mask[_PC_N]; /* see below */
[all …]