Lines Matching refs:obj_name
7126 get_secobj_val(char *obj_name, uint8_t *obj_val, uint_t *obj_lenp, in get_secobj_val() argument
7134 len = get_secobj_from_tty(1, obj_name, buf); in get_secobj_val()
7137 len2 = get_secobj_from_tty(2, obj_name, buf2); in get_secobj_val()
7199 event->adt_dladm_create_secobj.obj_name = obj; in audit_secobj()
7203 event->adt_dladm_delete_secobj.obj_name = obj; in audit_secobj()
7228 char *obj_name = NULL; in do_create_secobj() local
7277 obj_name = argv[optind]; in do_create_secobj()
7284 if (obj_name == NULL) in do_create_secobj()
7287 if (!dladm_valid_secobj_name(obj_name)) in do_create_secobj()
7288 die("invalid secure object name '%s'", obj_name); in do_create_secobj()
7291 audit_secobj(LINK_SEC_AUTH, class_name, obj_name, success, B_TRUE); in do_create_secobj()
7295 rval = get_secobj_val(obj_name, obj_val, &obj_len, class, filep); in do_create_secobj()
7313 status = dladm_set_secobj(handle, obj_name, class, obj_val, obj_len, in do_create_secobj()
7317 obj_name); in do_create_secobj()
7322 status = dladm_set_secobj(handle, obj_name, class, obj_val, obj_len, in do_create_secobj()
7326 "object '%s'", obj_name); in do_create_secobj()
7416 show_secobj(dladm_handle_t dh, void *arg, const char *obj_name) in show_secobj() argument
7431 status = dladm_get_secobj(dh, obj_name, &class, obj_val, &obj_len, in show_secobj()
7434 die_dlerr(status, "cannot get secure object '%s'", obj_name); in show_secobj()
7437 obj_name); in show_secobj()