Home
last modified time | relevance | path

Searched refs:iMaxLen (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharetab.c351 sharefs_impl(enum sharefs_sys_op opcode, share_t *sh_in, uint32_t iMaxLen) in sharefs_impl() argument
364 bufsz = iMaxLen; in sharefs_impl()
439 sharefs(enum sharefs_sys_op opcode, share_t *sh_in, uint32_t iMaxLen) in sharefs() argument
462 return (sharefs_impl(opcode, sh_in, iMaxLen)); in sharefs()
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_utils.c491 SLPError slp_get_string(const char *pcBuf, size_t iMaxLen, in slp_get_string() argument
497 err = slp_get_sht(pcBuf, iMaxLen, piOffset, &iLen); in slp_get_string()
500 if ((iLen+*piOffset) > iMaxLen) in slp_get_string()
/illumos-gate/usr/src/uts/common/sharefs/
H A Dshare.h73 uint32_t iMaxLen);