Searched refs:OPT_CHUNK (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/libshare/nfs/ |
H A D | libshare_nfs.c | 58 #define OPT_CHUNK 1024 macro 1448 buff = malloc(OPT_CHUNK); in nfs_format_options() 1454 buffsize = OPT_CHUNK; in nfs_format_options() 1475 if (nfs_sprint_option(&buff, &buffsize, OPT_CHUNK, in nfs_format_options() 1513 &buffsize, OPT_CHUNK, prop, sep)) in nfs_format_options() 1523 &buffsize, OPT_CHUNK, prop, sep)) in nfs_format_options()
|
/titanic_44/usr/src/lib/libshare/smb/ |
H A D | libshare_smb.c | 114 #define OPT_CHUNK 1024 macro 2012 buff = malloc(OPT_CHUNK); in smb_format_options() 2017 buffsize = OPT_CHUNK; in smb_format_options() 2038 smb_sprint_option(&buff, &buffsize, OPT_CHUNK, in smb_format_options()
|