Lines Matching refs:obj_name
7304 get_secobj_val(char *obj_name, uint8_t *obj_val, uint_t *obj_lenp, in get_secobj_val() argument
7312 len = get_secobj_from_tty(1, obj_name, buf); in get_secobj_val()
7315 len2 = get_secobj_from_tty(2, obj_name, buf2); in get_secobj_val()
7377 event->adt_dladm_create_secobj.obj_name = obj; in audit_secobj()
7381 event->adt_dladm_delete_secobj.obj_name = obj; in audit_secobj()
7406 char *obj_name = NULL; in do_create_secobj() local
7455 obj_name = argv[optind]; in do_create_secobj()
7462 if (obj_name == NULL) in do_create_secobj()
7465 if (!dladm_valid_secobj_name(obj_name)) in do_create_secobj()
7466 die("invalid secure object name '%s'", obj_name); in do_create_secobj()
7469 audit_secobj(LINK_SEC_AUTH, class_name, obj_name, success, B_TRUE); in do_create_secobj()
7473 rval = get_secobj_val(obj_name, obj_val, &obj_len, class, filep); in do_create_secobj()
7491 status = dladm_set_secobj(handle, obj_name, class, obj_val, obj_len, in do_create_secobj()
7495 obj_name); in do_create_secobj()
7500 status = dladm_set_secobj(handle, obj_name, class, obj_val, obj_len, in do_create_secobj()
7504 "object '%s'", obj_name); in do_create_secobj()
7594 show_secobj(dladm_handle_t dh, void *arg, const char *obj_name) in show_secobj() argument
7609 status = dladm_get_secobj(dh, obj_name, &class, obj_val, &obj_len, in show_secobj()
7612 die_dlerr(status, "cannot get secure object '%s'", obj_name); in show_secobj()
7615 obj_name); in show_secobj()