/titanic_44/usr/src/lib/libshell/common/edit/ |
H A D | emacs.c | 82 #define putchar(ed,c) ed_putchar(ed,c) argument 121 Edit_t *ed; /* pointer to edit data */ member 124 #define editb (*ep->ed) 180 Edit_t *ed = (Edit_t*)context; in ed_emacsread() local 185 register Emacs_t *ep = ed->e_emacs; in ed_emacsread() 193 ep = ed->e_emacs = newof(0,Emacs_t,1,0); in ed_emacsread() 194 ep->ed = ed; in ed_emacsread() 208 ed_setup(ep->ed,fd,reedit); in ed_emacsread() 238 if(ep->ed->e_multiline) in ed_emacsread() 242 ed_flush(ep->ed); in ed_emacsread() [all …]
|
H A D | vi.c | 48 # define echoctl (vp->ed->e_echoctl) 137 Edit_t *ed; /* pointer to edit data */ member 140 #define editb (*vp->ed) 143 #define putchar(c) ed_putchar(vp->ed,c) 219 Edit_t *ed = (Edit_t*)context; in ed_viread() local 222 register Vi_t *vp = ed->e_vi; in ed_viread() 242 ed->e_vi = vp = newof(0,Vi_t,1,0); in ed_viread() 245 vp->ed = ed; in ed_viread() 251 ed_setup(vp->ed,fd, reedit); in ed_viread() 456 last_phys = ed_virt_to_phys(vp->ed,virtual,physical,last_virt,0,0); in ed_viread() [all …]
|
/titanic_44/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_sysevent.c | 281 erpt_dump_t ed; in sysev_replay() local 288 if (pread64(fd, &ed, sizeof (ed), off) != sizeof (ed)) { in sysev_replay() 294 if (ed.ed_magic == 0 && ed.ed_size == 0) in sysev_replay() 297 if (ed.ed_magic == 0) { in sysev_replay() 298 off += sizeof (ed) + ed.ed_size; in sysev_replay() 302 if (ed.ed_magic != ERPT_MAGIC) { in sysev_replay() 313 (u_longlong_t)off, ed.ed_magic, ERPT_MAGIC); in sysev_replay() 317 if (ed.ed_size > ERPT_DATA_SZ) { in sysev_replay() 320 (u_longlong_t)off, ed.ed_size); in sysev_replay() 324 if (pread64(fd, nvbuf, ed.ed_size, in sysev_replay() [all …]
|
/titanic_44/usr/src/tools/ctf/cvt/ |
H A D | merge.c | 219 equiv_intrinsic(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed) in equiv_intrinsic() argument 241 equiv_plain(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed) in equiv_plain() argument 243 return (equiv_node(stdp->t_tdesc, ttdp->t_tdesc, ed)); in equiv_plain() 247 equiv_function(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed) in equiv_function() argument 256 if (!equiv_node(fn1->fn_ret, fn2->fn_ret, ed)) in equiv_function() 260 if (!equiv_node(fn1->fn_args[i], fn2->fn_args[i], ed)) in equiv_function() 268 equiv_array(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed) in equiv_array() argument 272 if (!equiv_node(ar1->ad_contents, ar2->ad_contents, ed) || in equiv_array() 273 !equiv_node(ar1->ad_idxtype, ar2->ad_idxtype, ed)) in equiv_array() 283 equiv_su(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed) in equiv_su() argument [all …]
|
/titanic_44/usr/src/lib/libc/i386/fp/ |
H A D | _X_cplx_div_ix.c | 101 int eb, ec, ed, ew, i, j; in _X_cplx_div_ix() local 118 ed = dd.i[2] & 0x7fff; in _X_cplx_div_ix() 119 ew = (ec > ed)? ec : ed; in _X_cplx_div_ix() 170 ed = (ed - 0x3800) >> 12; in _X_cplx_div_ix() 171 d = (d * scl[ed + 4].e) * b; in _X_cplx_div_ix() 172 ed += eb; in _X_cplx_div_ix() 184 if (ed < 0) { in _X_cplx_div_ix() 185 ed = -ed; in _X_cplx_div_ix() 188 while (ed--) in _X_cplx_div_ix()
|
H A D | _X_cplx_div_rx.c | 101 int ea, ec, ed, ew, i, j; in _X_cplx_div_rx() local 118 ed = dd.i[2] & 0x7fff; in _X_cplx_div_rx() 119 ew = (ec > ed)? ec : ed; in _X_cplx_div_rx() 170 ed = (ed - 0x3800) >> 12; in _X_cplx_div_rx() 171 d = -(d * scl[ed + 4].e) * a; in _X_cplx_div_rx() 172 ed += ea; in _X_cplx_div_rx() 184 if (ed < 0) { in _X_cplx_div_rx() 185 ed = -ed; in _X_cplx_div_rx() 188 while (ed--) in _X_cplx_div_rx()
|
H A D | _X_cplx_div.c | 91 int ea, eb, ec, ed, ez, ew, es, i, j; in _X_cplx_div() local 114 ed = dd.i[2] & 0x7fff; in _X_cplx_div() 115 ew = (ec > ed)? ec : ed; in _X_cplx_div()
|
/titanic_44/usr/src/lib/libcurses/ |
H A D | Makefile | 85 ED = ed 87 screen/curses.h: screen/curses.ed screen/keycaps screen/tmp 88 (cd screen; $(ED) - < curses.ed) 98 screen/termcap.c: screen/termcap.ed 99 (cd screen; $(ED) - < termcap.ed) 102 screen/tifget.c: screen/tifget.ed 103 (cd screen; $(ED) - < tifget.ed) 105 screen/tiget.c: screen/tiget.ed 106 (cd screen; $(ED) - < tiget.ed) 109 screen/term.h: screen/maketerm.ed [all …]
|
/titanic_44/usr/src/cmd/ed/ |
H A D | Makefile | 26 PROG= ed 27 XPG4PROG= ed 28 XPG6PROG= ed 30 EDOBJ= ed.o compile.o 31 XPG4EDOBJ= edobjs.xpg4/ed.o edobjs.xpg4/compile.o values-xpg4.o 32 XPG6EDOBJ= edobjs.xpg6/ed.o edobjs.xpg6/compile.o values-xpg6.o 34 SRCS= ./ed.c ../expr/compile.c 49 XGETFLAGS += -a -x ed.xcl 104 $(LN) $(ROOTBIN)/ed $(ROOTBIN)/red
|
/titanic_44/usr/src/cmd/mailx/ |
H A D | edit.c | 54 static void edit1(int *msgvec, char *ed); 93 edit1(int *msgvec, char *ed) in edit1() argument 113 ed = safeexpand(ed); in edit1() 183 execlp(ed, ed, tempZedit, (char *)0); in edit1() 184 perror(ed); in edit1()
|
/titanic_44/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
H A D | cmd_cpuerr.c | 274 const errdata_t *ed; in cmd_xxu_hdlr() local 280 cmd_fill_errdata(xr->xr_clcode, cpu, &cc, &ed); in cmd_xxu_hdlr() 315 cc->cc_cp = cmd_case_create(hdl, &cpu->cpu_header, ed->ed_pst, in cmd_xxu_hdlr() 331 "%s fault", ed->ed_fltnm); in cmd_xxu_hdlr() 336 cmd_cpu_create_faultlist(hdl, cc->cc_cp, cpu, ed->ed_fltnm, rsrc, 100); in cmd_xxu_hdlr() 344 const errdata_t *ed; in cmd_xxc_hdlr() local 355 cmd_fill_errdata(xr->xr_clcode, cpu, &cc, &ed); in cmd_xxc_hdlr() 362 cc->cc_cp = cmd_case_create(hdl, &cpu->cpu_header, ed->ed_pst, in cmd_xxc_hdlr() 365 ed->ed_serd->cs_name); in cmd_xxc_hdlr() 367 fmd_serd_create(hdl, cc->cc_serdnm, ed->ed_serd->cs_n, in cmd_xxc_hdlr() [all …]
|
/titanic_44/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/ |
H A D | cmd_cpu_arch.c | 88 const errdata_t **ed) in cmd_fill_errdata() argument 95 *ed = &miscregsdata; in cmd_fill_errdata() 101 *ed = &n1l2errdata; in cmd_fill_errdata() 105 *ed = &n2ce_l2errdata; in cmd_fill_errdata() 108 *ed = &n2ue_l2errdata; in cmd_fill_errdata() 114 *ed = &dcachedata; in cmd_fill_errdata() 118 *ed = &icachedata; in cmd_fill_errdata() 129 *ed = &l3errdata; in cmd_fill_errdata()
|
/titanic_44/usr/src/uts/common/io/elxl/ |
H A D | elxl.c | 288 ex_desc_t *ed = &r->r_desc[i]; in ex_free_ring() local 289 if (ed->ed_bufaddr) in ex_free_ring() 290 (void) ddi_dma_unbind_handle(ed->ed_dmah); in ex_free_ring() 291 if (ed->ed_acch) in ex_free_ring() 292 ddi_dma_mem_free(&ed->ed_acch); in ex_free_ring() 293 if (ed->ed_dmah) in ex_free_ring() 294 ddi_dma_free_handle(&ed->ed_dmah); in ex_free_ring() 311 ex_desc_t *ed; in elxl_reset_ring() local 317 ed = &r->r_desc[i]; in elxl_reset_ring() 318 pd = ed->ed_pd; in elxl_reset_ring() [all …]
|
/titanic_44/usr/src/uts/common/os/ |
H A D | errorq.c | 966 erpt_dump_t ed; in errorq_dump() local 988 ed.ed_magic = ERPT_MAGIC; in errorq_dump() 989 ed.ed_chksum = checksum32(ereport_dumpbuf, len); in errorq_dump() 990 ed.ed_size = (uint32_t)len; in errorq_dump() 991 ed.ed_pad = 0; in errorq_dump() 992 ed.ed_hrt_nsec = 0; in errorq_dump() 993 ed.ed_hrt_base = panic_hrtime; in errorq_dump() 994 ed.ed_tod_base.sec = panic_hrestime.tv_sec; in errorq_dump() 995 ed.ed_tod_base.nsec = panic_hrestime.tv_nsec; in errorq_dump() 997 dumpvp_write(&ed, sizeof (ed)); in errorq_dump()
|
H A D | fm.c | 463 erpt_dump_t ed; in fm_ereport_dump() local 491 ed.ed_magic = ERPT_MAGIC; in fm_ereport_dump() 492 ed.ed_chksum = checksum32(buf, len); in fm_ereport_dump() 493 ed.ed_size = (uint32_t)len; in fm_ereport_dump() 494 ed.ed_pad = 0; in fm_ereport_dump() 495 ed.ed_hrt_nsec = SE_TIME(sep); in fm_ereport_dump() 496 ed.ed_hrt_base = now; in fm_ereport_dump() 497 ed.ed_tod_base.sec = tod.tv_sec; in fm_ereport_dump() 498 ed.ed_tod_base.nsec = tod.tv_nsec; in fm_ereport_dump() 500 dumpvp_write(&ed, sizeof (ed)); in fm_ereport_dump()
|
/titanic_44/usr/src/cmd/csh/ |
H A D | Makefile | 20 ED= ed 70 sh.tconst.h: sh.tconst.c make.sh.tconst.h.ed 71 $(RM) $@; $(ED) sh.tconst.c < make.sh.tconst.h.ed
|
H A D | make.sh.tconst.h.ed | 7 * This file was made from sh.tconst by the ed script make.sh.tconst.h.ed.
|
/titanic_44/usr/src/cmd/getopt/ |
H A D | getoptcvt.sh | 45 ed <<'!' - $1 85 ed <<'!' - $1
|
/titanic_44/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/ |
H A D | cmd_cpu_arch.c | 117 const errdata_t **ed) in cmd_fill_errdata() argument 120 *ed = &l2errdata; in cmd_fill_errdata() 123 *ed = &l3errdata; in cmd_fill_errdata()
|
/titanic_44/usr/src/cmd/fs.d/ufs/edquota/ |
H A D | edquota.c | 243 char *ed; in editit() local 250 if ((ed = getenv("EDITOR")) == (char *)0) in editit() 251 ed = DEFEDITOR; in editit() 268 (void) execlp(ed, ed, tmpfil, 0); in editit() 270 "Can't exec editor \"%s\": ", ed); in editit() 289 (void) printf("Non-zero return from \"%s\", ", ed); in editit()
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | Dialers | 135 # ed expect "ed" (actually "Answered") 140 att4024 =+-, "" atzod,o12=y,o4=n\r\c \006 atT\T\r\c ed 157 # ed expect "ed" (actually "Answered") 162 att2212c =+-, "" atzod,o12=y,o4=n\r\c \006 atT\T\r\c ed 163 att2212C =+-, "" atzod,o12=y,o4=n\r\c \006 atT\T\r\c ed 177 # ed expect "ed" (actually "Answered") 179 att2224b =+-, "" atT\T\r\c ed 180 att2224B =+-, "" atT\T\r\c ed 212 # Connected expect "ed" (actually "Connected")
|
/titanic_44/usr/src/cmd/diffmk/ |
H A D | diffmk.sh | 65 }'; echo '1,$p') | ed - $1| sed -e '
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/env/ |
H A D | tst.unsetenv2.ksh | 31 $dtrace -q -Z -n doogle -xunsetenv=ed=screven -c 'true' 2>&1
|
/titanic_44/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_tmpl.c | 1680 const char *ed[ED_COUNT]; in add_scf_error() local 1687 (void) memset(ed, 0, sizeof (ed)); in add_scf_error() 1691 ed[ED_PG_NAME] = pg->sc_pgroup_name; in add_scf_error() 1694 ed[ED_PROP_NAME] = prop->sc_property_name; in add_scf_error() 1698 ed[ED_TMPL_FMRI] = prop_pattern->sc_parent->sc_fmri; in add_scf_error() 1701 ed[ED_TMPL_FMRI] = pg_pattern->sc_parent->sc_fmri; in add_scf_error() 1702 ed[ED_TMPL_PG_NAME] = find_name_specification(pg_pattern); in add_scf_error() 1703 ed[ED_TMPL_PG_TYPE] = find_type_specification(pg_pattern); in add_scf_error() 1706 ed[ED_TMPL_PROP_NAME] = find_name_specification(prop_pattern); in add_scf_error() 1707 ed[ED_TMPL_PROP_TYPE] = find_type_specification(prop_pattern); in add_scf_error() [all …]
|
/titanic_44/usr/src/cmd/cron/ |
H A D | Makefile | 204 att2.c : att2.l att2.ed att1.c 206 ed - lex.yy.c < att2.ed
|