Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdladm/common/
H A Dsecobj.c173 dladm_secobj_class_t *classp, uint8_t *obj_val, uint_t *obj_lenp, in dladm_get_secobj() argument
181 obj_val == NULL || obj_lenp == NULL || *obj_lenp == 0 || in dladm_get_secobj()
182 *obj_lenp > DLD_SECOBJ_VAL_MAX) in dladm_get_secobj()
187 obj_val, obj_lenp)); in dladm_get_secobj()
198 if (objp->so_len > *obj_lenp) in dladm_get_secobj()
204 *obj_lenp = objp->so_len; in dladm_get_secobj()
205 bcopy(objp->so_val, obj_val, *obj_lenp); in dladm_get_secobj()
565 dladm_secobj_class_t *classp, uint8_t *obj_val, uint_t *obj_lenp) in i_dladm_get_secobj_db() argument
573 state.ss_info.si_lenp = obj_lenp; in i_dladm_get_secobj_db()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_phys.c286 key_string_to_secobj_value(char *buf, uint8_t *obj_val, uint_t *obj_lenp, in key_string_to_secobj_value() argument
316 *obj_lenp = buf_len; in key_string_to_secobj_value()
324 *obj_lenp = (uint_t)buf_len; in key_string_to_secobj_value()
328 if (hexascii_to_octet(buf, (uint_t)buf_len, obj_val, obj_lenp) in key_string_to_secobj_value()
339 obj_lenp) != 0) { in key_string_to_secobj_value()
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c7168 convert_secobj(char *buf, uint_t len, uint8_t *obj_val, uint_t *obj_lenp, in convert_secobj() argument
7177 *obj_lenp = len; in convert_secobj()
7186 *obj_lenp = len; in convert_secobj()
7190 error = hexascii_to_octet(buf, len, obj_val, obj_lenp); in convert_secobj()
7197 obj_val, obj_lenp); in convert_secobj()
7272 get_secobj_val(char *obj_name, uint8_t *obj_val, uint_t *obj_lenp, in get_secobj_val() argument
7281 rval = convert_secobj(buf, len, obj_val, obj_lenp, class); in get_secobj_val()
7304 return (convert_secobj(buf, len, obj_val, obj_lenp, class)); in get_secobj_val()