/illumos-gate/usr/src/lib/efcode/efdaemon/ |
H A D | efcode.sh | 33 /usr/lib/efcode/sparcv9/interpreter
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rpcprint.c | 54 void (*interpreter)(int, int, int, int, int, char *, int); 57 case 100000: interpreter = interpret_pmap; break; 58 case 100001: interpreter = interpret_rstat; break; 59 case 100003: interpreter = interpret_nfs; break; 60 case 100004: interpreter = interpret_nis; break; 61 case 100005: interpreter = interpret_mount; break; 62 case 100007: interpreter = interpret_nisbind; break; 63 case 100011: interpreter = interpret_rquota; break; 64 case 100021: interpreter = interpret_nlm; break; 65 case 100026: interpreter [all...] |
H A D | snoop.h | 282 * The interpreter is the function that "knows" how 301 interpreter_fn_t *interpreter; member in struct:interface
|
H A D | snoop_display.c | 70 * starting with the ethernet interpreter. 110 (*interface->interpreter)(flags, dlc_header, hdrp->sbh_msglen,
|
/illumos-gate/usr/src/lib/efcode/ |
H A D | Makefile | 30 SUBDIRS = engine fcdriver extend packages pci gp2 upa interpreter efdaemon \ 64 extend fcdriver packages pci gp2 upa interpreter efdaemon jupiter: engine 68 gp2 pci interpreter jupiter: fcdriver 70 interpreter: packages extend
|
/illumos-gate/usr/src/lib/efcode/interpreter/ |
H A D | Makefile | 30 PROG = interpreter
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/ |
H A D | Task.xs | 29 # interpreter at compile time.
|
/illumos-gate/usr/src/cmd/sgs/ldd/common/ |
H A D | ldd.c | 511 * 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 D | itmcomp.h | 97 char *interpreter; member in struct:__anon598
|
H A D | itmcomp.c | 305 cmd_opt.interpreter = optarg; 421 (cmd_opt.interpreter || 934 itm_error("interpreter = %s\n", 935 cmd_opt.interpreter ? cmd_opt.interpreter : "(default)");
|
H A D | itm_util.c | 86 if ((NULL != cmd_opt.interpreter) && 87 (0 < (len = strlen(cmd_opt.interpreter)))) { 88 itm_hdr->interpreter = *(str_to_data(len, cmd_opt.interpreter)); 90 if ((sizeof (itm_place_t)) < itm_hdr->interpreter.size) { 92 (void *)itm_hdr->interpreter.place.itm_ptr, 93 itm_hdr->interpreter.size, 94 &(itm_hdr->interpreter.place),
|
H A D | iconv_tm.h | 269 itm_data_t interpreter; /* interpreter */ member in struct:__anon576
|
H A D | disassemble.c | 145 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"
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | Project.xs | 95 # interpreter at compile time.
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | Lgrp.xs | 159 # interpreter at compile time.
|
/illumos-gate/usr/src/lib/libc/sparc/crt/ |
H A D | _rtboot.s | 31 ! alias as its interpreter.
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | gldpriv.h | 219 * 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
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | gld.c | 2074 if ((*ifp->interpreter)(macinfo, mp, &pktinfo, GLD_TX) != 0) { 2306 * Run interpreter to populate media specific pktinfo fields. 2404 * Call interpreter to determine total packet 2515 * call the media specific packet interpreter routine 2517 if ((*ifp->interpreter)(macinfo, mp, &pktinfo, GLD_RXLOOP) != 0) { 2523 "gld_precv: interpreter failed"); 2633 err = (*ifp->interpreter)(macinfo, mp, &pktinfo, GLD_RXQUICK); 2646 * - the interpreter could quickly parse the packet 2689 * call the media specific packet interpreter routine 2691 if ((*ifp->interpreter)(macinf [all...] |