Home
last modified time | relevance | path

Searched refs:ee (Results 1 – 25 of 75) sorted by relevance

123

/titanic_51/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathexists.c56 char* ee; in pathexists() local
89 for (s = ee = e + 1; *ee && *ee != '/'; ee++); in pathexists()
90 cc = *ee; in pathexists()
91 *ee = 0; in pathexists()
94 ee = 0; in pathexists()
98 if (ee) in pathexists()
100 e = ee; in pathexists()
[all...]
/titanic_51/usr/src/lib/libast/common/path/
H A Dpathexists.c56 char* ee; in pathexists() local
89 for (s = ee = e + 1; *ee && *ee != '/'; ee++); in pathexists()
90 cc = *ee; in pathexists()
91 *ee = 0; in pathexists()
94 ee = 0; in pathexists()
98 if (ee) in pathexists()
100 e = ee; in pathexists()
/titanic_51/usr/src/cmd/sendmail/src/
H A Dsavemail.c509 register ENVELOPE *ee; local
549 ee = newenvelope(&errenvelope, e, sm_rpool_new_x(NULL));
550 macdefine(&ee->e_macro, A_PERM, 'a', "\201b");
551 macdefine(&ee->e_macro, A_PERM, 'r', "");
552 macdefine(&ee->e_macro, A_PERM, 's', "localhost");
553 macdefine(&ee->e_macro, A_PERM, '_', "localhost");
554 clrsessenvelope(ee);
556 ee->e_puthdr = putheader;
557 ee->e_putbody = errbody;
558 ee
[all...]
H A Ddeliver.c74 register ENVELOPE *ee; local
384 ee = (ENVELOPE *) sm_rpool_malloc_x(e->e_rpool,
385 sizeof(*ee));
386 STRUCTCOPY(*e, *ee);
387 ee->e_message = NULL;
388 ee->e_id = NULL;
389 assign_queueid(ee);
393 e->e_id, ee->e_id, owner,
396 ee->e_header = copyheader(e->e_header, ee
840 ENVELOPE *ee; global() local
1001 dup_queue_file(e,ee,type) dup_queue_file() argument
[all...]
H A Denvelope.c564 ENVELOPE *ee; local
582 for (ee = e->e_sibling; ee != NULL; ee = ee->e_sibling)
583 queueup(ee, false, true);
587 for (ee = e->e_sibling; ee != NULL; ee = ee
[all...]
H A Dqueue.c7895 ENVELOPE *ee; local
7897 ee = (ENVELOPE *) sm_rpool_malloc_x(e->e_rpool, sizeof(*ee));
7898 STRUCTCOPY(*e, *ee);
7899 ee->e_message = NULL; /* XXX use original message? */
7900 ee->e_id = NULL;
7901 assign_queueid(ee);
7902 ee->e_sendqueue = sendqueue;
7903 ee->e_flags &= ~(EF_INQUEUE|EF_CLRQUEUE|EF_FATALERRS
7905 ee
8009 ENVELOPE *ee, *es; global() local
8193 ENVELOPE *ee, *firstsibling; global() local
8380 ENVELOPE *ee, *next, *firstsibling; global() local
[all...]
H A Dsrvrsmtp.c3343 ENVELOPE *ee; local
3727 for (ee = e; ee != NULL; ee = ee->e_sibling)
3730 ee->e_flags &= ~EF_CLRQUEUE;
3733 ee->e_errormode = EM_MAIL;
3738 queueup(ee, false, true);
3761 sendall(ee, mode);
3763 ee
[all...]
/titanic_51/usr/src/lib/libm/common/complex/
H A Dk_atan2.c283 double y, z, r, s, t, w, s_h, s_l, x_h, x_l, zz[3], ee[2], z_h, in mx_atan() local
307 ee[0] = z * in mx_atan()
324 mx_poly(zz, p, ee, 3); in mx_atan()
327 r = x_h * ee[0]; in mx_atan()
328 t = x * ee[1] + x_l * ee[0]; in mx_atan()
356 ee[0] = z * in mx_atan()
372 mx_poly(zz, p, ee, 3); in mx_atan()
375 ee[0] = z * (Q3 + z * (Q4 + z * Q5)); in mx_atan()
388 mx_poly(zz, q, ee, in mx_atan()
[all...]
H A Dk_atan2l.c574 long double y, z, r, s, t, w, s_h, s_l, x_h, x_l, zz[3], ee[2], z_h, in mx_atanl() local
602 ee[0] = z * t; in mx_atanl()
614 mx_polyl(zz, pe, ee, 3); in mx_atanl()
617 r = x_h * ee[0]; in mx_atanl()
618 t = x * ee[1] + x_l * ee[0]; in mx_atanl()
655 ee[0] = z * t; in mx_atanl()
657 mx_polyl(zz, pe, ee, 3); in mx_atanl()
662 ee[0] = z * t; in mx_atanl()
664 mx_polyl(zz, qe, ee, in mx_atanl()
[all...]
/titanic_51/usr/src/cmd/fm/schemes/hc/
H A Dscheme.c236 fmd_fmri_contains(nvlist_t *er, nvlist_t *ee) in fmd_fmri_contains() argument
244 &erhclsz) != 0 || nvlist_lookup_nvlist_array(ee, in fmd_fmri_contains()
249 * Check ee is further down the hc tree than er; er and ee have in fmd_fmri_contains()
253 auth_compare(er, ee) != 0 || fru_compare(er, ee) != 0) in fmd_fmri_contains()
257 * return true if er is parent of ee, or er is not a page in fmd_fmri_contains()
267 * special case for page fmri: return true if ee is the same page in fmd_fmri_contains()
269 if (nvlist_lookup_nvlist(ee, FM_FMRI_HC_SPECIFIC, &hcsp) == 0 && in fmd_fmri_contains()
/titanic_51/usr/src/cmd/fm/schemes/cpu/
H A Dcpu.c339 fmd_fmri_contains(nvlist_t *er, nvlist_t *ee) in fmd_fmri_contains() argument
349 if (nvlist_lookup_uint32(ee, FM_FMRI_CPU_ID, &eeval) != 0) in fmd_fmri_contains()
357 if (nvlist_lookup_uint8(ee, FM_VERSION, &eeversion) != 0) in fmd_fmri_contains()
367 if (nvlist_lookup_uint64(ee, FM_FMRI_CPU_SERIAL_ID, in fmd_fmri_contains()
376 ret2 = nvlist_lookup_string(ee, FM_FMRI_CPU_SERIAL_ID, in fmd_fmri_contains()
/titanic_51/usr/src/tools/btxld/
H A Dbtxld.c329 const Elf32_Ehdr *ee; in gethdr() local
367 ee = p; in gethdr()
368 if (hdr->size >= sizeof(Elf32_Ehdr) && IS_ELF(*ee)) { in gethdr()
370 for (n = i = 0; i < le16toh(ee->e_phnum); i++) { in gethdr()
371 ep = (void *)((uint8_t *)p + le32toh(ee->e_phoff) + in gethdr()
372 le16toh(ee->e_phentsize) * i); in gethdr()
392 hdr->entry = le32toh(ee->e_entry); in gethdr()
/titanic_51/usr/src/cmd/fm/schemes/mem/
H A Dmem.c415 fmd_fmri_contains(nvlist_t *er, nvlist_t *ee) in fmd_fmri_contains() argument
427 rc = topo_fmri_contains(thp, er, ee, &err); in fmd_fmri_contains()
433 mem_fmri_get_unum(ee, &eeunum) < 0) in fmd_fmri_contains()
440 return (nvlist_lookup_uint64(ee, in fmd_fmri_contains()
445 return (nvlist_lookup_uint64(ee, in fmd_fmri_contains()
/titanic_51/usr/src/cmd/fm/fmd/common/
H A Dfmd_fmri.c411 fmd_fmri_contains(nvlist_t *er, nvlist_t *ee) in fmd_fmri_contains() argument
418 nvlist_lookup_string(ee, FM_FMRI_SCHEME, &eename) != 0 || in fmd_fmri_contains()
426 rv = sp->sch_ops.sop_contains(er, ee); in fmd_fmri_contains()
/titanic_51/usr/src/boot/sys/boot/arm/at91/bootspi/
H A DMakefile9 SRCS=arm_init.S main.c loader_prompt.c env_vars.c ee.c
/titanic_51/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A Dmem.c529 nvlist_t *er, *ee; in mem_contains() local
539 nvlist_lookup_nvlist(in, TOPO_METH_FMRI_ARG_SUBFMRI, &ee) != 0 || in mem_contains()
542 nvlist_lookup_uint8(ee, FM_VERSION, &version) != 0 || in mem_contains()
546 nvlist_lookup_string_array(ee, FM_FMRI_MEM_SERIAL_ID, in mem_contains()
551 * Look up each 'ee' serial number in serial number list of 'er'. in mem_contains()
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dauth.c431 register uchar_t *ee = &str_request[sizeof (str_request) - 2]; in auth_sendname() local
436 if (e >= ee) in auth_sendname()
/titanic_51/usr/src/cmd/picl/plugins/sun4u/seattle/frudata/
H A Dlibpiclfrudata.conf62 name:/platform/i2c@1f,530000/dimm-spd?UnitAddress=0,ee
63 PROP FRUDevicePath string r 0 "/devices/i2c@1f,530000/dimm-spd@0,ee:dimm-spd"
/titanic_51/usr/src/cmd/eqn/eqnchar.d/
H A Diso27 | e8 � | e9 � | ea � | eb � | ec � | ed � | ee � | ef � |
/titanic_51/usr/src/uts/common/io/bge/
H A DTHIRDPARTYLICENSE2 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
/titanic_51/usr/src/pkg/manifests/
H A Ddriver-network-nge.mf48 alias=pci10de,3ee \
/titanic_51/usr/src/cmd/fm/dicts/
H A DSCA1000.po43 msgstr "Ensure that the board is securely installed on the system.\n\nUse the cryptoadm(1M) command\n\ncryptoadm list -p\n\n\nto check whether 'dca/x' (where x is a number) is listed under 'kernel hardware\nproviders'. If so, run diagnostics on the hardware provider using SUNVTS\nfollowing the procedures described in the Sun Crypto Accelerator 1000 Board\nUser's Guide.\n\nUse the fmdump(1M) command\n\nfmdump -vu event-id\n\n\nto view the results of diagnosis and the specific Field Replaceable\nUnit (FRU) identified for replacement.\n\nThe event-id can be found in the EVENT-ID field of the message.\nFor example:\n\n\nEVENT-ID: 39b30371-f009-c76c-90ee-b245784d2277\n"
H A DSCA500.po43 msgstr "Ensure that the board is securely installed on the system.\n\nUse the cryptoadm(1M) command\n\ncryptoadm list -p\n\n\nto check whether 'dca/x' (where x is a number) is listed under 'kernel hardware\nproviders'. If so, run diagnostics on the hardware provider using SUNVTS\nfollowing the procedures described in the Sun Crypto Accelerator 1000 Board\nUser's Guide.\n\nUse the fmdump(1M) command\n\nfmdump -vu event-id\n\n\nto view the results of diagnosis and the specific Field Replaceable\nUnit (FRU) identified for replacement.\n\nThe event-id can be found in the EVENT-ID field of the message.\nFor example:\n\n\nEVENT-ID: 39b30371-f009-c76c-90ee-b245784d2277\n"
/titanic_51/usr/src/cmd/picl/plugins/sun4u/chalupa/frudata/
H A Dlibpiclfrudata.conf90 name:/platform/pci@1e,600000/isa@7/i2c@0,320/cpu-fru-prom?UnitAddress=0,ee
91 PROP FRUDevicePath string r 0 "/devices/pci@1e,600000/isa@7/i2c@0,320/cpu-fru-prom@0,ee:cpu-fru-prom"
/titanic_51/usr/src/uts/sun4u/starfire/io/
H A Didn_dlpi.c134 #define DLERRORACK(qq, mm, cc, ee, xx) \ argument
138 (uint_t)(ee), dlerr2str((int)(ee))); \
139 dlerrorack((qq), (mm), (cc), (ee), (xx)); \
236 #define DLERRORACK(qq, mm, cc, ee, xx) \ argument
237 (dlerrorack((qq), (mm), (cc), (ee), (xx)))

123