Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_msgbuf.c379 msgbuf_get_oem_string(smb_msgbuf_t *mb, char **strpp, int max_bytes) in msgbuf_get_oem_string() argument
436 *strpp = mbs; in msgbuf_get_oem_string()
449 msgbuf_get_unicode_string(smb_msgbuf_t *mb, char **strpp, int max_bytes) in msgbuf_get_unicode_string() argument
512 *strpp = mbs; in msgbuf_get_unicode_string()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c1533 mbuf_chain_t *mbc, char **strpp, int max_bytes) in mbc_marshal_get_oem_string() argument
1586 *strpp = mbs; in mbc_marshal_get_oem_string()
1605 mbuf_chain_t *mbc, char **strpp, int max_bytes) in mbc_marshal_get_unicode_string() argument
1670 *strpp = mbs; in mbc_marshal_get_unicode_string()
/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c2985 char **strpp; in encode_composite_string() local
2995 for (index = 0, strpp = strings; index < nstrings; index++) in encode_composite_string()
2996 cbuf_sz += strlen(*(strpp++)) + 1; in encode_composite_string()
3005 for (index = 0, strpp = strings; index < nstrings; index++) { in encode_composite_string()
3006 slen = strlen(*strpp); in encode_composite_string()
3007 bcopy(*(strpp++), cbuf_ip, slen); in encode_composite_string()