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

/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c1838 int mluBufSize = 0; local
1854 mluBufSize += fnameSize;
1865 mluBufSize += luAliasLen + 1;
1870 mluBufSize += luMgmtUrlLen + 1;
1878 sizeof (sbd_modify_lu_t) + mluBufSize - 8 + fnameSize);
1885 mluBufSize - 8 + fnameSize;
2536 int mluBufSize = 0; local
2556 mluBufSize += propLen + 1;
2558 max(8, mluBufSize);

Completed in 57 milliseconds