Searched defs: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,
181 obj_val == NULL || obj_lenp == NULL || *obj_lenp == 0 ||
182 *obj_lenp > DLD_SECOBJ_VAL_MAX)
187 obj_val, obj_lenp));
198 if (objp->so_len > *obj_lenp)
204 *obj_lenp = objp->so_len;
205 bcopy(objp->so_val, obj_val, *obj_lenp);
569 dladm_secobj_class_t *classp, uint8_t *obj_val, uint_t *obj_lenp)
577 state.ss_info.si_lenp = obj_lenp;
172 dladm_get_secobj(dladm_handle_t handle, const char *obj_name, dladm_secobj_class_t *classp, uint8_t *obj_val, uint_t *obj_lenp, uint_t flags) argument
568 i_dladm_get_secobj_db(dladm_handle_t handle, const char *obj_name, dladm_secobj_class_t *classp, uint8_t *obj_val, uint_t *obj_lenp) argument
[all...]
/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, argument
316 *obj_lenp = buf_len;
324 *obj_lenp = (uint_t)buf_len;
328 if (hexascii_to_octet(buf, (uint_t)buf_len, obj_val, obj_lenp)
339 obj_lenp) != 0) {
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c7027 convert_secobj(char *buf, uint_t len, uint8_t *obj_val, uint_t *obj_lenp, argument
7036 *obj_lenp = len;
7045 *obj_lenp = len;
7049 error = hexascii_to_octet(buf, len, obj_val, obj_lenp);
7056 obj_val, obj_lenp);
7131 get_secobj_val(char *obj_name, uint8_t *obj_val, uint_t *obj_lenp, argument
7140 rval = convert_secobj(buf, len, obj_val, obj_lenp, class);
7163 return (convert_secobj(buf, len, obj_val, obj_lenp, class));

Completed in 90 milliseconds