Searched refs:idname (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libsec/common/ |
H A D | acl.y | 54 %type <str> idname id 154 ace: entry_type idname ace_perms access_type 177 | entry_type idname ace_perms access_type COLON id 203 | entry_type idname ace_perms iflags access_type 225 | entry_type idname ace_perms iflags access_type COLON id 306 aclent: entry_type idname aclent_perm /* user or group */ 368 | entry_type idname aclent_perm COLON id /* user or group */ 561 idname: IDNAME {$$ = $1;}
|
/illumos-gate/usr/src/cmd/prctl/ |
H A D | prctl.c | 162 static pid_t grab_process_by_id(char *idname, rctl_entity_t type, 2027 grab_process_by_id(char *idname, rctl_entity_t type, pr_info_handle_t *p, in grab_process_by_id() argument 2053 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() 2078 if (getprojbyname(idname, &proj, prbuf, PROJECT_BUFSZ) in grab_process_by_id() 2083 idname); in grab_process_by_id() 2089 taskid = (taskid_t)atol(idname); in grab_process_by_id() [all …]
|
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/ |
H A D | SAMPLE0.dict | 30 FMDICT: name=SAMPLE0 idname=Hello version=1 maxkey=5 68 #TEST:getprop:0:idname:Hello
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_decl.c | 527 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()
|