Searched refs:e2 (Results 51 - 75 of 81) sorted by relevance

1234

/opensolaris-onvv-gate/usr/src/lib/libpool/common/
H A Dpool.c2804 * < 0 if e1 is "before" e2
2805 * 0 if e1 "equals" e2
2806 * > 0 if e1 comes after e2
2809 pool_elem_compare_name(const pool_elem_t *e1, const pool_elem_t *e2) argument
2819 if (pool_elem_same_class(e1, e2) != PO_TRUE)
2838 if (pool_get_ns_property(e2, c_sys_prop, &val) == POC_INVAL) {
2852 if (pool_get_ns_property(e2, "name", &val) == POC_INVAL) {
2866 * < 0 if e1 is "before" e2
2867 * 0 if e1 "equals" e2
2868 * > 0 if e1 comes after e2
2871 pool_elem_compare(const pool_elem_t *e1, const pool_elem_t *e2) argument
2907 pool_elem_same_class(const pool_elem_t *e1, const pool_elem_t *e2) argument
[all...]
H A Dpool_internal.c1485 const pool_elem_t *e2 = *(const pool_elem_t **)b; local
1491 if (pool_elem_same_class(e1, e2) == PO_TRUE &&
1492 (elem_is_default(e1) && elem_is_default(e2)))
1495 return (pool_elem_compare_name(e1, e2));
/opensolaris-onvv-gate/usr/src/cmd/cron/
H A Dcron.c431 struct event *e, *e2, *eprev; local
522 e2 = e->link;
524 e = e2;
2124 struct event *e2, *e3; local
2136 e2 = u->ctevents;
2137 while (e2 != NULL) {
2138 free(e2->cmd);
2139 rel_shared(e2->of.ct.tz);
2140 rel_shared(e2->of.ct.shell);
2141 rel_shared(e2
[all...]
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/boston/frudata/
H A Dlibpiclfrudata.conf78 name:/platform/i2c@1f,520000/dimm-spd?UnitAddress=0,e2
79 PROP FRUDevicePath string r 0 "/devices/i2c@1f,520000/dimm-spd@0,e2:dimm-spd"
/opensolaris-onvv-gate/usr/src/cmd/units/
H A Dunits.c56 1e2, "hecta",
57 1e2, "hecto",
/opensolaris-onvv-gate/usr/src/cmd/nscd/
H A Dcache.c287 nsc_entry_t *e1, *e2; local
290 e2 = (nsc_entry_t *)n2;
291 return (_NSC_INT_KEY_CMP(e1->key.number, e2->key.number));
300 nsc_entry_t *e1, *e2; local
304 e2 = (nsc_entry_t *)n2;
306 l2 = strlen(e2->key.name);
307 res = strncmp(e1->key.name, e2->key.name, (l1 > l2)?l1:l2);
317 nsc_entry_t *e1, *e2; local
321 e2 = (nsc_entry_t *)n2;
323 l2 = strlen(e2
[all...]
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DParserState.cxx558 Boolean sameEntityDef(const Entity *e1, const Entity *e2) argument
560 if (e1->dataType() != e2->dataType())
563 const InternalEntity *i2 = e2->asInternalEntity();
574 const ExternalEntity *x2 = e2->asExternalEntity();
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgserv/
H A Dpkgserv.c730 pkgentry_t *ent, *e2; local
797 (e2 = avl_find(list, ent, &where)) != NULL) {
805 e2 = lastentry;
806 if (strcmp(ent->line, e2->line) != 0) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dutf8.c1933 register U8 *e2 = 0, *f2 = 0, *q2 = 0; local
1946 e2 = *(U8**)pe2;
1947 if (e2 == 0 || (l2 && l2 < (UV)(e2 - (U8*)s2)))
1950 if ((e1 == 0 && f1 == 0) || (e2 == 0 && f2 == 0) || (f1 == 0 && f2 == 0))
1958 (e2 == 0 || p2 < e2) &&
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/font/
H A DREADME135 dpost -e2 -Tpostaps -C/usr/lib/postscript/aps.ps file >file.ps
/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Dclient.c449 repcache_entity_t *e1, *e2; local
457 e2 = uu_avl_find(cp->rc_entities, &id2, NULL, NULL);
458 if (e1 == NULL || e2 == NULL) {
463 assert(e1 != e2);
470 (void) pthread_mutex_lock(&e2->re_lock);
472 (void) pthread_mutex_lock(&e2->re_lock);
476 *out2 = e2;
482 add_log_ptr(rlp, RC_PTR_TYPE_ENTITY, id2, e2);
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c131 fs_tab_ent_comp(const void *e1, const void *e2) argument
134 struct fstable *fs2 = *((struct fstable **)e2);
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dcrypt.c882 static const char e2[] = { variable
957 E[i] = e2[i];
/opensolaris-onvv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeData.java572 ExitRecord e2 = ExitRecord.class.cast(r2);
574 int status2 = e2.getStatus();
/opensolaris-onvv-gate/usr/src/cmd/power/
H A Dpowerd.c1284 const char *e2 = "%s: Cannot unlink obsolete pid file: "; local
1307 (void) fprintf(stderr, e2, me);
1318 (void) fprintf(stderr, e2, me);
/opensolaris-onvv-gate/usr/src/cmd/svc/startd/
H A Dgraph.c1373 graph_edge_t *e2; local
1379 for (e2 = uu_list_first(v->gv_dependencies);
1380 e2 != NULL;
1381 e2 = uu_list_next(v->gv_dependencies, e2)) {
1382 v2 = e2->ge_vertex;
1478 graph_edge_t *edge, *e2; local
1537 for (e2 = uu_list_first(v->gv_dependencies);
1538 e2 != NULL;
1539 e2
[all...]
/opensolaris-onvv-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c134 static int meta_sp_cmp_by_nameseq(sp_ext_node_t *e1, sp_ext_node_t *e2);
135 static int meta_sp_cmp_by_offset(sp_ext_node_t *e1, sp_ext_node_t *e2);
809 * e2 - second node to compare
812 * <0 - e1 should go before e2
813 * >0 - e1 should go after e2
818 meta_sp_cmp_by_nameseq(sp_ext_node_t *e1, sp_ext_node_t *e2) argument
824 if (e2->ext_namep == NULL)
826 if ((rval = strcmp(e1->ext_namep->cname, e2->ext_namep->cname)) != 0)
830 if (e1->ext_seq > e2->ext_seq)
832 if (e1->ext_seq < e2
849 meta_sp_cmp_by_offset(sp_ext_node_t *e1, sp_ext_node_t *e2) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dkstat_fr.c308 kstat_zone_compare(ekstat_t *e1, ekstat_t *e2) argument
314 for (kz2 = &e2->e_zone; kz2 != NULL; kz2 = kz2->next) {
322 return (e1->e_zone.zoneid < e2->e_zone.zoneid ? -1 : 1);
H A Dmem_config.c864 pfn_t e1, e2; local
867 e2 = b2 + l2;
869 return (!(b2 >= e1 || b1 >= e2));
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/dchanger/
H A DDateTimeDialog.java370 } catch (NumberFormatException e2) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dutf8decode.t73 3.2.2 n "\xe0 \xe1 \xe2 \xe3 \xe4 \xe5 \xe6 \xe7 \xe8 \xe9 \xea \xeb \xec \xed \xee \xef " - 32 e0:20:e1:20:e2:20:e3:20:e4:20:e5:20:e6:20:e7:20:e8:20:e9:20:ea:20:eb:20:ec:20:ed:20:ee:20:ef:20 - unexpected non-continuation byte 0x20 after start byte 0xe0
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h501 extern int zio_worst_error(int e1, int e2);
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/boston/frutree/
H A Dsystem-board.info397 REFNODE mem-module fru WITH name:/platform/i2c@1f,520000/dimm-spd?UnitAddress=0,e2
494 REFPROP _seeprom_source name:/platform/i2c@1f,520000/dimm-spd?UnitAddress=0,e2
547 name:/platform/i2c@1f,520000/dimm-spd@0,e2
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frutree/
H A Dsystem-board.info195 REFNODE mem-module fru WITH name:/platform/i2c@1f,530000/dimm-spd@0,e2
238 REFPROP _seeprom_source name:/platform/i2c@1f,530000/dimm-spd@0,e2
263 name:/platform/i2c@1f,530000/dimm-spd@0,e2
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c2576 zio_worst_error(int e1, int e2) argument
2586 if (e2 == zio_error_rank[r2])
2589 return (r1 > r2 ? e1 : e2);

Completed in 403 milliseconds

1234