Searched defs:interpreter (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.h282 * The interpreter is the function that "knows" how
301 interpreter_fn_t *interpreter; member in struct:interface
/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c511 * If fflag is not set, and euid == root, and the interpreter
515 * interpreter that could preform privileged operations
520 char *interpreter; local
523 * Does the interpreter live under a trusted directory.
525 interpreter = elf_getident(elf, 0) + phdr.p_offset;
527 if ((strncmp(interpreter, MSG_ORIG(MSG_PTH_USRLIB),
529 (strncmp(interpreter, MSG_ORIG(MSG_PTH_LIB),
531 (strncmp(interpreter, MSG_ORIG(MSG_PTH_ETCLIB),
534 cname, fname, interpreter);
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ddisassemble.c145 itm_data_t interpreter; local
155 interpreter = itm_header->interpreter;
156 str_interpreter = malloc_vital(itm_header->interpreter.size + 1);
158 ((sizeof (itm_place_t)) < interpreter.size)) {
159 interpreter.place.itm_ptr += (itm_place2_t)itm_header;
161 (void) memcpy(str_interpreter, name_to_str(&interpreter),
162 interpreter.size + 1);
219 "interpreter = %s\n"
H A Ditmcomp.h97 char *interpreter; member in struct:__anon598
H A Diconv_tm.h269 itm_data_t interpreter; /* interpreter */ member in struct:__anon576
/illumos-gate/usr/src/uts/common/sys/
H A Dgldpriv.h219 * Flags input to the gld_interpret_*() interpreter routines.
229 * Flags input to the gld_interpret_mdt_*() interpreter routines.
241 * The interpreter is the function that "knows" how to interpret the frame.
249 int (*interpreter)(gld_mac_info_t *, mblk_t *, pktinfo_t *, member in struct:__anon7868

Completed in 57 milliseconds