Lines Matching refs:obj_name
7144 get_secobj_val(char *obj_name, uint8_t *obj_val, uint_t *obj_lenp, in get_secobj_val() argument
7152 len = get_secobj_from_tty(1, obj_name, buf); in get_secobj_val()
7155 len2 = get_secobj_from_tty(2, obj_name, buf2); in get_secobj_val()
7217 event->adt_dladm_create_secobj.obj_name = obj; in audit_secobj()
7221 event->adt_dladm_delete_secobj.obj_name = obj; in audit_secobj()
7246 char *obj_name = NULL; in do_create_secobj() local
7295 obj_name = argv[optind]; in do_create_secobj()
7302 if (obj_name == NULL) in do_create_secobj()
7305 if (!dladm_valid_secobj_name(obj_name)) in do_create_secobj()
7306 die("invalid secure object name '%s'", obj_name); in do_create_secobj()
7309 audit_secobj(LINK_SEC_AUTH, class_name, obj_name, success, B_TRUE); in do_create_secobj()
7313 rval = get_secobj_val(obj_name, obj_val, &obj_len, class, filep); in do_create_secobj()
7331 status = dladm_set_secobj(handle, obj_name, class, obj_val, obj_len, in do_create_secobj()
7335 obj_name); in do_create_secobj()
7340 status = dladm_set_secobj(handle, obj_name, class, obj_val, obj_len, in do_create_secobj()
7344 "object '%s'", obj_name); in do_create_secobj()
7434 show_secobj(dladm_handle_t dh, void *arg, const char *obj_name) in show_secobj() argument
7449 status = dladm_get_secobj(dh, obj_name, &class, obj_val, &obj_len, in show_secobj()
7452 die_dlerr(status, "cannot get secure object '%s'", obj_name); in show_secobj()
7455 obj_name); in show_secobj()