Searched defs:buflenp (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libcontract/common/ |
H A D | device.c | 69 ct_dev_tmpl_get_minor(int fd, char *buf, size_t *buflenp) argument 71 int ret = ct_tmpl_get_internal_string(fd, CTDP_MINOR, buf, *buflenp); 76 if (ret >= *buflenp) { 77 *buflenp = ret + 1;
|
/illumos-gate/usr/src/cmd/iscsitsvc/ |
H A D | iscsitsvc.c | 120 uint32_t *buflenp; local 138 buflenp = (uint32_t *)((void *)&buf); 139 *buflenp = strlen("target_name") + 1;
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | charset.c | 114 * zero-terminated) and buflenp points to the length of the buffer. 117 * non-zero then the original bufp will be freed. *buflenp should be 1060 ldap_t61_to_8859( char **bufp, unsigned long *buflenp, int free_input ) argument 1069 *buflenp, 0, 0 ); 1071 len = *buflenp; 1185 *buflenp = len; 1598 ldap_8859_to_t61( char **bufp, unsigned long *buflenp, int free_input ) argument 1606 *buflenp, 0, 0 ); 1608 len = *buflenp; 1699 *buflenp [all...] |
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdlbridge.c | 253 datalink_id_t linkid, void **bufp, size_t inlen, size_t *buflenp, 282 arg.rsize = *buflenp; 324 *buflenp = arg.data_size; 325 } else if (arg.data_size != *buflenp || arg.rbuf != *bufp) { 252 bridge_door_call(const char *instname, bridge_door_type_t dtype, datalink_id_t linkid, void **bufp, size_t inlen, size_t *buflenp, boolean_t is_list) argument
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sunmdi.c | 4462 mdi_prop_size(mdi_pathinfo_t *pip, size_t *buflenp) argument 4467 *buflenp = 0; 4474 *buflenp = bufsize;
|
Completed in 74 milliseconds