Searched refs:ce (Results 1 - 25 of 58) sorted by relevance

123

/illumos-gate/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...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_debug.h106 #define QL_PRINT_1(ce, ...) ql_dbg_msg(__func__, ce, __VA_ARGS__)
116 #define QL_PRINT_2(ce, ...) ql_dbg_msg(__func__, ce, __VA_ARGS__)
126 #define QL_PRINT_3(ce, ...) ql_dbg_msg(__func__, ce, __VA_ARGS__)
136 #define QL_PRINT_4(ce, ...) ql_dbg_msg(__func__, ce, __VA_ARGS__)
146 #define QL_PRINT_5(ce, ...) ql_dbg_msg(__func__, ce, __VA_ARGS_
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dnetgroup.c188 struct cache_entry *ce, *next; local
191 for (ce = entry; ce; ce = next) {
192 if (ce->cache_host)
193 free(ce->cache_host);
194 for (i = 0; i < ce->cache_grc; i++)
195 if (ce->cache_grl[i])
196 free(ce->cache_grl[i]);
197 if (ce
221 struct cache_entry *ce, *prev; local
[all...]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dcontract.c278 contract_entry_t *ce; local
285 for (ce = uu_list_first(bp->cb_list); ce != NULL;
286 ce = uu_list_next(bp->cb_list, ce)) {
287 if (ce->ce_ctid == ctid)
288 return (ce);
295 contract_insert(contract_bucket_t *bp, contract_entry_t *ce) argument
302 uu_list_node_init(ce, &ce
321 contract_entry_t *ce; local
338 contract_entry_t *ce; local
361 contract_entry_t *ce; local
[all...]
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dprintf.c133 vcmn_err(int ce, const char *fmt, va_list adx) argument
136 if (ce == CE_PANIC)
138 if (ce >= CE_IGNORE)
141 fakekernel_cprintf(fmt, adx, ce_flags[ce] | SL_CONSOLE,
142 ce_prefix[ce], ce_suffix[ce]);
147 cmn_err(int ce, const char *fmt, ...) argument
152 vcmn_err(ce, fmt, adx);
/illumos-gate/usr/src/uts/common/os/
H A Dprintf.c250 vzdcmn_err(zoneid_t zoneid, void *site, int ce, const char *fmt, va_list adx, argument
253 if (ce == CE_PANIC)
255 if ((uint_t)ce < CE_IGNORE) {
256 cprintf(fmt, adx, ce_to_sl[ce] | SL_CONSOLE,
257 ce_prefix[ce], ce_suffix[ce], site, 0, 0, 0,
263 vzcmn_err(zoneid_t zoneid, int ce, const char *fmt, va_list adx) argument
265 vzdcmn_err(zoneid, caller(), ce, fmt, adx, NULL);
269 vcmn_err(int ce, const char *fmt, va_list adx) argument
271 vzdcmn_err(GLOBAL_ZONEID, caller(), ce, fm
276 cmn_err(int ce, const char *fmt, ...) argument
287 zcmn_err(zoneid_t zoneid, int ce, const char *fmt, ...) argument
298 dev_err(dev_info_t *dip, int ce, char *fmt, ...) argument
[all...]
/illumos-gate/usr/src/cmd/oawk/
H A Db.c347 int /* is cs thru ce in s? */
348 ccl_member(int ns, wchar_t cs, int ne, wchar_t ce, ccl_chars_t *s) argument
351 * The specified range(cs, ce) must be beside the range between
356 MLCMPLE(ne, ce, s->cc_ne, s->cc_ce))
364 static int /* is cs thru ce in s? */
365 ccln_member(int ns, wchar_t cs, int ne, wchar_t ce, ccl_chars_t *s, int n) argument
368 * The specified range(cs, ce) must be beside the range between
373 MLCMPLE(ne, ce, s->cc_ne, s->cc_ce))
434 wchar_t cs, ce; local
500 ce
829 insert_table(ccl_chars_t *table_base, int table_size, int ns, wchar_t cs, int ne, wchar_t ce) argument
967 delete_table(ccl_chars_t *table_base, int table_size, int ns, wchar_t cs, int ne, wchar_t ce) argument
1100 wchar_t c, cs, ce; local
[all...]
/illumos-gate/usr/src/ucblib/libcurses/
H A Drefresh.c156 char *nsp, *csp, *ce; local
179 for (ce = &win->_y[wy][win->_maxx - 1]; *ce == ' '; ce--)
180 if (ce <= win->_y[wy])
182 nlsp = ce - win->_y[wy];
186 ce = CE;
188 ce = NULL;
199 if (ce != NULL && wx >= nlsp && *nsp == ' ') {
203 ce
[all...]
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_cfgfile.c227 char *cc, *ce, *ce1, *c1, *c2; local
268 if ((ce = strchr(buffer, '\n')) != NULL)
269 *ce = '\0';
271 ce = &buffer[255];
273 ce = ce1;
274 *ce = '\0';
278 while (isalpha(*c1) && c1 < ce)
280 if (c1 > ce)
306 while (c1 <= ce && isspace(*c1))
308 c2 = ce
[all...]
/illumos-gate/usr/src/uts/sun4u/ngdr/sys/
H A Ddr_util.h59 extern void sbd_err_log(sbd_error_t *ep, int ce);
61 extern void sbd_err_set_c(sbd_error_t **ep, int ce,
63 extern void sbd_err_set(sbd_error_t **ep, int ce,
/illumos-gate/usr/src/uts/i86pc/sys/
H A Ddr_util.h56 extern void sbd_err_log(sbd_error_t *ep, int ce);
58 extern void sbd_err_set_c(sbd_error_t **ep, int ce,
60 extern void sbd_err_set(sbd_error_t **ep, int ce,
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c657 struct face *ce; local
665 if (!find_face(name, &ce)) {
714 ce = malloc(sizeof(struct face));
715 memset(ce, 0, sizeof(*ce));
716 ce->expiration = time(0) + 30;
723 ce->naddrs4++;
726 ce->naddrs6++;
732 ce->addrs4 = calloc(ce
[all...]
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_proc.c872 config_entry_list_t *ce; /* config entry */ local
902 ce = find_warning_info(cw->warn_name);
908 ce->where_to ?
909 ce->where_to : "null");
911 if (ce->renew &&
937 if (ce->log_failure) {
953 ce->seconds_to_warn;
962 ce->log_success) {
978 ce->log_failure) {
1015 if (strncmp(ce
[all...]
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c555 cistpl_cftable_entry_t *ce = (cistpl_cftable_entry_t *)arg; local
563 * We also setup the appropriate values in the ce->pin member
568 ce->ifc = GET_BYTE(tp);
570 ce->pin = 0;
572 if (ce->ifc & CISTPL_CFTABLE_TPCE_IF_BVD)
573 ce->pin |= (PRR_BVD1_STATUS | PRR_BVD2_STATUS |
575 if (ce->ifc & CISTPL_CFTABLE_TPCE_IF_WP)
576 ce->pin |= (PRR_WP_STATUS | PRR_WP_EVENT);
577 if (ce->ifc & CISTPL_CFTABLE_TPCE_IF_RDY)
578 ce
[all...]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c221 config_entry_t *ce; local
309 for (ce = ve->ve_configs; ce != NULL; ce = ce->ce_next) {
310 if (ce->ce_txg == txg)
314 if (ce == NULL) {
315 if ((ce = zfs_alloc(hdl, sizeof (config_entry_t))) == NULL) {
319 ce->ce_txg = txg;
320 ce
440 config_entry_t *ce; local
1136 config_entry_t *ce, *cenext; local
[all...]
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.c315 cmdQ_ce_t *ce; local
413 ce = &cq[pidx];
414 *ce = *cmp;
438 ce++;
448 ce = cq;
452 *ce = *cmp;
469 ce->ce_mp = m0;
808 struct freelQ_ce *ce = &cq[Q->fq_cidx]; local
809 ddi_dma_handle_t dh = (ddi_dma_handle_t)ce->fe_dh;
860 char *src = (char *)((mblk_t *)ce
1063 struct freelQ_ce *ce = &Q->fq_centries[pidx]; local
1168 struct cmdQ_ce *ce; local
1555 struct freelQ_ce *ce; local
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h368 #define IBD_ACACHE_INSERT_FREE(state, ce) \
369 list_insert_head(&state->id_ah_free, ce)
372 #define IBD_ACACHE_INSERT_ACTIVE(state, ce) { \
374 list_insert_head(&state->id_ah_active, ce); \
376 (mod_hash_key_t)&ce->ac_mac, (mod_hash_val_t)ce); \
378 state->id_ac_hot_ace = ce; \
380 #define IBD_ACACHE_PULLOUT_ACTIVE(state, ce) { \
381 list_remove(&state->id_ah_active, ce); \
382 if (state->id_ac_hot_ace == ce) \
[all...]
/illumos-gate/usr/src/cmd/fm/modules/sun4u/USII-io-diagnosis/
H A Diod_main.c61 fmd_stat_t ce; /* # of CEs received */ member in struct:iod_stat
82 { "ce", FMD_TYPE_UINT64, "number of received IO CEs" }
102 } else if (fmd_nvl_class_match(hdl, nvl, "*ce")) {
103 IOD_STAT_BUMP(ce);
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_util.c55 sbd_err_log(sbd_error_t *ep, int ce) argument
82 cmn_err(ce, fmt, txt, ep->e_rsc);
93 sbd_err_set_c(sbd_error_t **ep, int ce, int e_code, char *fmt, ...) argument
102 sbd_err_log(tmp, ce);
113 sbd_err_set(sbd_error_t **ep, int ce, int e_code, char *fmt, ...) argument
122 sbd_err_log(tmp, ce);
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_util.c55 sbd_err_log(sbd_error_t *ep, int ce) argument
82 cmn_err(ce, fmt, txt, ep->e_rsc);
93 sbd_err_set_c(sbd_error_t **ep, int ce, int e_code, char *fmt, ...) argument
102 sbd_err_log(tmp, ce);
113 sbd_err_set(sbd_error_t **ep, int ce, int e_code, char *fmt, ...) argument
122 sbd_err_log(tmp, ce);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_debug.c140 * ce: level
147 ql_el_msg(ql_adapter_state_t *ha, const char *fn, int ce, ...) argument
182 va_start(vl, ce);
225 cmn_err(ce, fmt);
238 * ce: level
245 ql_dbg_msg(const char *fn, int ce, ...) argument
252 va_start(vl, ce);
273 vcmn_err(ce, fmt, vl);
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcomp.c1023 col(Celt_t* ce, int ic, unsigned char* bp, int bw, int bc, unsigned char* ep, int ew, int ec) argument
1082 mbxfrm(ce->beg, key, COLL_KEY_MAX);
1138 mbxfrm(ce->end, key, COLL_KEY_MAX);
1147 ce->typ = bt == et ? bt : COLL_range;
1150 ce->typ = COLL_char;
1151 ce++;
1156 return ce;
1422 Celt_t* ce; local
1467 ce = (Celt_t*)e->re.data;
1469 e->re.collate.elements = ce;
1734 Celt_t* ce; local
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_debug.c49 int ce; local
58 ce = (((level & LV_VERBOSE) == LV_VERBOSE) ? CE_NOTE :
64 vcmn_err(ce, pFmt, argp);
/illumos-gate/usr/src/cmd/localedef/
H A Dcollate.c1062 collelem_t *ce; local
1086 for (ce = avl_first(&elem_by_expand);
1087 ce != NULL;
1088 ce = AVL_NEXT(&elem_by_expand, ce)) {
1089 add_weights(ce->ref);
1192 for (n = 0, ce = avl_first(&elem_by_expand);
1193 ce != NULL;
1194 ce = AVL_NEXT(&elem_by_expand, ce),
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_iso9660.c341 rr_ptr.ptr = RRCONT_BUF + ce_ptr->u.ce.offset.l;
342 rr_len = ce_ptr->u.ce.size.l;
343 if (!iso9660_devread(ce_ptr->u.ce.extent.l, 0, ISO_SECTOR_SIZE, RRCONT_BUF))

Completed in 139 milliseconds

123