Searched refs:obj_lenp (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libdladm/common/ |
H A D | secobj.c | 173 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() 569 dladm_secobj_class_t *classp, uint8_t *obj_val, uint_t *obj_lenp) in i_dladm_get_secobj_db() argument 577 state.ss_info.si_lenp = obj_lenp; in i_dladm_get_secobj_db()
|
/titanic_44/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | ncu_phys.c | 286 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()
|
/titanic_44/usr/src/cmd/dladm/ |
H A D | dladm.c | 7040 convert_secobj(char *buf, uint_t len, uint8_t *obj_val, uint_t *obj_lenp, in convert_secobj() argument 7049 *obj_lenp = len; in convert_secobj() 7058 *obj_lenp = len; in convert_secobj() 7062 error = hexascii_to_octet(buf, len, obj_val, obj_lenp); in convert_secobj() 7069 obj_val, obj_lenp); in convert_secobj() 7144 get_secobj_val(char *obj_name, uint8_t *obj_val, uint_t *obj_lenp, in get_secobj_val() argument 7153 rval = convert_secobj(buf, len, obj_val, obj_lenp, class); in get_secobj_val() 7176 return (convert_secobj(buf, len, obj_val, obj_lenp, class)); in get_secobj_val()
|