Home
last modified time | relevance | path

Searched refs:buflenp (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/lib/libcontract/common/
H A Ddevice.c69 ct_dev_tmpl_get_minor(int fd, char *buf, size_t *buflenp) in ct_dev_tmpl_get_minor() argument
71 int ret = ct_tmpl_get_internal_string(fd, CTDP_MINOR, buf, *buflenp); in ct_dev_tmpl_get_minor()
76 if (ret >= *buflenp) { in ct_dev_tmpl_get_minor()
77 *buflenp = ret + 1; in ct_dev_tmpl_get_minor()
/titanic_41/usr/src/cmd/iscsitsvc/
H A Discsitsvc.c120 uint32_t *buflenp; in it_enable() local
138 buflenp = (uint32_t *)((void *)&buf); in it_enable()
139 *buflenp = strlen("target_name") + 1; in it_enable()
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dcharset.c1060 ldap_t61_to_8859( char **bufp, unsigned long *buflenp, int free_input ) in ldap_t61_to_8859() argument
1069 *buflenp, 0, 0 ); in ldap_t61_to_8859()
1071 len = *buflenp; in ldap_t61_to_8859()
1185 *buflenp = len; in ldap_t61_to_8859()
1598 ldap_8859_to_t61( char **bufp, unsigned long *buflenp, int free_input ) in ldap_8859_to_t61() argument
1606 *buflenp, 0, 0 ); in ldap_8859_to_t61()
1608 len = *buflenp; in ldap_8859_to_t61()
1699 *buflenp = len; in ldap_8859_to_t61()
H A Dldap-int.h856 int ldap_t61_to_8859( char **bufp, unsigned long *buflenp,
858 int ldap_8859_to_t61( char **bufp, unsigned long *buflenp,
H A Dllib-lldap332 int ldap_t61_to_8859(char **bufp, unsigned long *buflenp,
335 int ldap_8859_to_t61(char **bufp, unsigned long *buflenp,
/titanic_41/usr/src/head/
H A Dlber.h99 typedef int (*BERTranslateProc)(char **bufp, ber_uint_t *buflenp,
H A Dldap.h825 int ldap_t61_to_8859(char **bufp, unsigned long *buflenp,
827 int ldap_8859_to_t61(char **bufp, unsigned long *buflenp,
/titanic_41/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c253 datalink_id_t linkid, void **bufp, size_t inlen, size_t *buflenp, in bridge_door_call() argument
282 arg.rsize = *buflenp; in bridge_door_call()
324 *buflenp = arg.data_size; in bridge_door_call()
325 } else if (arg.data_size != *buflenp || arg.rbuf != *bufp) { in bridge_door_call()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h1176 int cachefs_readlink_back(cnode_t *cp, cred_t *cr, caddr_t *bufp, int *buflenp);
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_subr.c1870 cachefs_readlink_back(cnode_t *cp, cred_t *cr, caddr_t *bufp, int *buflenp) in cachefs_readlink_back() argument
1914 *buflenp = MAXPATHLEN - (int)uio.uio_resid; in cachefs_readlink_back()
/titanic_41/usr/src/uts/common/os/
H A Dsunmdi.c4473 mdi_prop_size(mdi_pathinfo_t *pip, size_t *buflenp) in mdi_prop_size() argument
4478 *buflenp = 0; in mdi_prop_size()
4485 *buflenp = bufsize; in mdi_prop_size()