Searched defs:BUF_LEN (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/labelit/
H A Dlabelit.c51 #define BUF_LEN 0x200 macro
52 static int8_t lvinfo1_buf[BUF_LEN];
53 static int8_t lvinfo2_buf[BUF_LEN];
54 static int8_t lvinfo3_buf[BUF_LEN];
55 static int8_t fsname[BUF_LEN];
56 static int8_t volname[BUF_LEN];
128 lvinfo1_buf, BUF_LEN,
137 lvinfo2_buf, BUF_LEN,
146 lvinfo3_buf, BUF_LEN,
176 fsname, BUF_LEN, FSNAME_STR_LE
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dtem_impl.h108 #define BUF_LEN 160 /* Two lines of data can be processed at a time */ macro

Completed in 88 milliseconds