Searched defs:ce (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_da_cache.c103 cache_entry_t ce[1], **ans; local
114 ce->query = query;
116 ans = slp_tfind(ce, &da_cache, compare_entries);
151 cache_entry_t *ce, **ce2; local
161 if (!(ce = malloc(sizeof (*ce)))) {
166 if (!(ce->query = strdup(query))) {
167 free(ce);
172 if (!(ce->reply = malloc(len))) {
173 free((void *) (ce
207 cache_entry_t *ce = *(cache_entry_t **)node; local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c677 struct face *ce; local
685 if (!find_face(name, &ce)) {
734 ce = malloc(sizeof(struct face));
735 memset(ce, 0, sizeof(*ce));
736 ce->expiration = time(0) + 30;
743 ce->naddrs4++;
746 ce->naddrs6++;
752 ce->addrs4 = calloc(ce
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Diso9660.c310 struct grub_iso9660_susp_ce *ce;
313 ce = (struct grub_iso9660_susp_ce *) entry;
314 sua_size = grub_le_to_cpu32 (ce->len);
315 off = grub_le_to_cpu32 (ce->off);
316 ce_block = grub_le_to_cpu32 (ce->blk) << GRUB_ISO9660_LOG2_BLKSZ;
309 struct grub_iso9660_susp_ce *ce; local
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Diso9660.h160 } ce; member in union:rock_ridge::__anon314
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregcomp.c1033 col(Celt_t* ce, int ic, unsigned char* bp, int bw, int bc, unsigned char* ep, int ew, int ec) argument
1092 mbxfrm(ce->beg, key, COLL_KEY_MAX);
1148 mbxfrm(ce->end, key, COLL_KEY_MAX);
1157 ce->typ = bt == et ? bt : COLL_range;
1160 ce->typ = COLL_char;
1161 ce++;
1166 return ce;
1432 Celt_t* ce; local
1477 ce = (Celt_t*)e->re.data;
1479 e->re.collate.elements = ce;
1759 Celt_t* ce; local
[all...]
H A Dregnexec.c582 collelt(register Celt_t* ce, char* key, int c, int x) argument
587 for (;; ce++)
589 switch (ce->typ)
592 if (!x && (*ce->fun)(c))
596 if (!strcmp((char*)ce->beg, (char*)elt))
600 if (strcmp((char*)ce->beg, (char*)elt) <= ce->min && strcmp((char*)elt, (char*)ce->end) <= ce->max)
604 if (strcmp((char*)ce
618 collic(register Celt_t* ce, char* key, register char* nxt, int c, int x) argument
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c216 config_entry_t *ce; local
304 for (ce = ve->ve_configs; ce != NULL; ce = ce->ce_next) {
305 if (ce->ce_txg == txg)
309 if (ce == NULL) {
310 if ((ce = zfs_alloc(hdl, sizeof (config_entry_t))) == NULL) {
314 ce->ce_txg = txg;
315 ce
437 config_entry_t *ce; local
1293 config_entry_t *ce, *cenext; local
[all...]
/osnet-11/usr/src/lib/libzpool/common/
H A Dkernel.c633 vcmn_err(int ce, const char *fmt, va_list adx) argument
635 if (ce == CE_PANIC)
637 if (ce != CE_NOTE) { /* suppress noise in userland stress testing */
638 (void) fprintf(stderr, "%s", ce_prefix[ce]);
640 (void) fprintf(stderr, "%s", ce_suffix[ce]);
646 cmn_err(int ce, const char *fmt, ...) argument
651 vcmn_err(ce, fmt, adx);

Completed in 48 milliseconds