/titanic_41/usr/src/lib/libast/common/path/ |
H A D | pathexists.c | 56 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_41/usr/src/cmd/sendmail/src/ |
H A D | savemail.c | 509 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->e_flags |= EF_RESPONSE|EF_METOO; [all …]
|
H A D | deliver.c | 74 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->e_rpool); 397 ee->e_sendqueue = copyqueue(e->e_sendqueue, [all …]
|
H A D | envelope.c | 564 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->e_sibling) 592 ee->e_id); 593 closexscript(ee); 594 unlockqueue(ee); 597 if (ee->e_dfp != NULL) 599 (void) sm_io_close(ee->e_dfp, 601 ee->e_dfp = NULL; [all …]
|
H A D | queue.c | 7895 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->e_flags |= EF_NORECEIPT; /* XXX really? */ 7906 ee->e_from.q_state = QS_SENDER; [all …]
|
H A D | srvrsmtp.c | 3343 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->e_to = NULL; 3790 for (ee = e; ee != NULL; ee = ee->e_sibling) 3792 if (WILL_BE_QUEUED(ee->e_sendmode)) 3794 if (shouldqueue(ee->e_msgpriority, ee->e_ctime)) [all …]
|
/titanic_41/usr/src/lib/libm/common/complex/ |
H A D | k_atan2.c | 283 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, 2); in mx_atan() 391 v = r_h * ee[0]; in mx_atan() [all …]
|
H A D | k_atan2l.c | 574 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, 2); in mx_atanl() 667 v = r_h * ee[0]; in mx_atanl() [all …]
|
/titanic_41/usr/src/cmd/fm/schemes/hc/ |
H A D | scheme.c | 238 fmd_fmri_contains(nvlist_t *er, nvlist_t *ee) in fmd_fmri_contains() argument 246 &erhclsz) != 0 || nvlist_lookup_nvlist_array(ee, in fmd_fmri_contains() 255 auth_compare(er, ee) != 0 || fru_compare(er, ee) != 0) in fmd_fmri_contains() 271 if (nvlist_lookup_nvlist(ee, FM_FMRI_HC_SPECIFIC, &hcsp) == 0 && in fmd_fmri_contains()
|
/titanic_41/usr/src/cmd/fm/schemes/cpu/ |
H A D | cpu.c | 339 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_41/usr/src/cmd/fm/schemes/mem/ |
H A D | mem.c | 415 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_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_fmri.c | 411 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_41/usr/src/lib/fm/topo/modules/sun4v/platform-mem/ |
H A D | mem.c | 529 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()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | auth.c | 431 register uchar_t *ee = &str_request[sizeof (str_request) - 2]; in auth_sendname() local 436 if (e >= ee) in auth_sendname()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/seattle/frudata/ |
H A D | libpiclfrudata.conf | 62 name:/platform/i2c@1f,530000/dimm-spd?UnitAddress=0,ee
|
/titanic_41/usr/src/cmd/eqn/eqnchar.d/ |
H A D | iso | 27 | e8 � | e9 � | ea � | eb � | ec � | ed � | ee � | ef � |
|
/titanic_41/usr/src/uts/common/io/bge/ |
H A D | THIRDPARTYLICENSE | 2 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | driver-network-nge.mf | 48 alias=pci10de,3ee \
|
/titanic_41/usr/src/cmd/fm/dicts/ |
H A D | SCA500.po | 43 …EVENT-ID field of the message.\nFor example:\n\n\nEVENT-ID: 39b30371-f009-c76c-90ee-b245784d2277\n"
|
H A D | SCA1000.po | 43 …EVENT-ID field of the message.\nFor example:\n\n\nEVENT-ID: 39b30371-f009-c76c-90ee-b245784d2277\n"
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/chalupa/frudata/ |
H A D | libpiclfrudata.conf | 90 name:/platform/pci@1e,600000/isa@7/i2c@0,320/cpu-fru-prom?UnitAddress=0,ee
|
/titanic_41/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_dlpi.c | 134 #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)))
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | func.test | 74 } {ee {} ogr ftw is} 86 } {ee is am re is}
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | CREDITS | 78 Tobias Oetiker <oetiker@ee.ethz.ch> - Bugfixes
|
/titanic_41/usr/src/lib/libast/common/port/ |
H A D | lc.tab | 196 ee estonia et
|