Searched refs:idname (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libsec/common/ |
H A D | acl.y | 50 %type <str> idname id 150 ace: entry_type idname ace_perms access_type 173 | entry_type idname ace_perms access_type COLON id 199 | entry_type idname ace_perms iflags access_type 221 | entry_type idname ace_perms iflags access_type COLON id 302 aclent: entry_type idname aclent_perm /* user or group */ 364 | entry_type idname aclent_perm COLON id /* user or group */ 557 idname: IDNAME {$$ = $1;}
|
/titanic_41/usr/src/cmd/prctl/ |
H A D | prctl.c | 161 static pid_t grab_process_by_id(char *idname, rctl_entity_t type, 2026 grab_process_by_id(char *idname, rctl_entity_t type, pr_info_handle_t *p, in grab_process_by_id() argument 2052 intidname = strtoul(idname, &end, 10); in grab_process_by_id() 2053 if (errno || *end != '\0' || end == idname) { in grab_process_by_id() 2063 if (idname == NULL || strcmp(idname, "") == 0) { in grab_process_by_id() 2072 if (zone_get_id(idname, &zoneid) != 0) { in grab_process_by_id() 2073 warn(gettext("%s: unknown zone\n"), idname); in grab_process_by_id() 2077 if (getprojbyname(idname, &proj, prbuf, PROJECT_BUFSZ) in grab_process_by_id() 2082 idname); in grab_process_by_id() 2088 taskid = (taskid_t)atol(idname); in grab_process_by_id() [all …]
|
/titanic_41/usr/src/lib/fm/libdiagcode/common/tests/ |
H A D | SAMPLE0.dict | 33 FMDICT: name=SAMPLE0 idname=Hello version=1 maxkey=5 71 #TEST:getprop:0:idname:Hello
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_decl.c | 527 const char *idname = ident ? ident : "(anon)"; in dt_decl_member() local 608 "bit-field: %s\n", idname); in dt_decl_member() 613 "for type: %s\n", idname); in dt_decl_member() 626 "member '%s': %s\n", idname, in dt_decl_member() 650 idname, ctf_errmsg(ctf_errno(dtt.dtt_ctfp))); in dt_decl_member() 657 idname, ctf_errmsg(ctf_errno(dsp->ds_ctfp))); in dt_decl_member()
|