Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/sharefs/
H A Dsharetab.c329 sharefs_impl(enum sharefs_sys_op opcode, share_t *sh_in, uint32_t iMaxLen) in sharefs_impl() argument
344 bufsz = iMaxLen; in sharefs_impl()
433 sharefs(enum sharefs_sys_op opcode, share_t *sh_in, uint32_t iMaxLen) in sharefs() argument
438 return (sharefs_impl(opcode, sh_in, iMaxLen)); in sharefs()
/titanic_41/usr/src/lib/libslp/clib/
H A Dslp_utils.c493 SLPError slp_get_string(const char *pcBuf, size_t iMaxLen, in slp_get_string() argument
499 err = slp_get_sht(pcBuf, iMaxLen, piOffset, &iLen); in slp_get_string()
502 if ((iLen+*piOffset) > iMaxLen) in slp_get_string()
/titanic_41/usr/src/uts/common/sharefs/
H A Dshare.h75 uint32_t iMaxLen);