Searched refs:iMaxLen (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/fs/sharefs/ |
H A D | sharetab.c | 329 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_44/usr/src/lib/libslp/clib/ |
H A D | slp_utils.c | 493 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_44/usr/src/uts/common/sharefs/ |
H A D | share.h | 75 uint32_t iMaxLen);
|