Home
last modified time | relevance | path

Searched refs:idname (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsec/common/
H A Dacl.y52 %type <str> idname id
152 ace: entry_type idname ace_perms access_type
175 | entry_type idname ace_perms access_type COLON id
201 | entry_type idname ace_perms iflags access_type
223 | entry_type idname ace_perms iflags access_type COLON id
304 aclent: entry_type idname aclent_perm /* user or group */
366 | entry_type idname aclent_perm COLON id /* user or group */
559 idname: IDNAME {$$ = $1;}
/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c2053 intidname = strtoul(idname, &end, 10); in grab_process_by_id()
2054 if (errno || *end != '\0' || end == idname) { in grab_process_by_id()
2064 if (idname == NULL || strcmp(idname, "") == 0) { in grab_process_by_id()
2073 if (zone_get_id(idname, &zoneid) != 0) { in grab_process_by_id()
2074 warn(gettext("%s: unknown zone\n"), idname); in grab_process_by_id()
2083 idname); in grab_process_by_id()
2089 taskid = (taskid_t)atol(idname); in grab_process_by_id()
2099 idname); in grab_process_by_id()
2193 "task, project, or zone.\n"), idname); in grab_process_by_id()
2212 warn(gettext("%s: cannot examine: %s"), idname, in grab_process_by_id()
[all …]
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DSAMPLE0.dict30 FMDICT: name=SAMPLE0 idname=Hello version=1 maxkey=5
68 #TEST:getprop:0:idname:Hello
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_decl.c527 const char *idname = ident ? ident : "(anon)"; in dt_decl_member() local
631 "bit-field: %s\n", idname); in dt_decl_member()
636 "for type: %s\n", idname); in dt_decl_member()
649 "member '%s': %s\n", idname, in dt_decl_member()
673 idname, ctf_errmsg(ctf_errno(dtt.dtt_ctfp))); in dt_decl_member()
680 idname, ctf_errmsg(ctf_errno(dsp->ds_ctfp))); in dt_decl_member()