Searched refs:chp (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-12-stable/contrib/gdb/gdb/mi/
H A Dmi-parse.c34 char *chp = args; local
42 while (isspace (*chp))
43 chp++;
45 switch (*chp)
55 char *start = chp + 1;
57 chp = start;
59 while (*chp != '\0' && *chp != '"')
61 if (*chp == '\\')
63 chp
152 char *chp; local
[all...]
H A Dmi-cmds.c201 const char *chp; local
204 for (chp = command; *chp; chp++)
207 index = ((index << 6) + (unsigned int) *chp) % MI_TABLE_SIZE;
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dev.c44 static void post_qp_event(struct c4iw_dev *dev, struct c4iw_cq *chp, argument
74 event.device = chp->ibcq.device;
76 event.element.cq = &chp->ibcq;
82 spin_lock_irqsave(&chp->comp_handler_lock, flag);
83 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context);
84 spin_unlock_irqrestore(&chp->comp_handler_lock, flag);
89 struct c4iw_cq *chp; local
110 chp
196 struct c4iw_cq *chp; local
[all...]
H A Dcq.c261 struct c4iw_cq *chp = to_c4iw_cq(qhp->ibqp.send_cq); local
262 struct t4_cq *cq = &chp->cq;
361 void c4iw_flush_hw_cq(struct c4iw_cq *chp) argument
368 CTR3(KTR_IW_CXGBE, "%s cq %p cqid 0x%x", __func__, &chp->cq,
369 chp->cq.cqid);
370 ret = t4_next_hw_cqe(&chp->cq, &hw_cqe);
378 qhp = get_qhp(chp->rhp, CQE_QPID(hw_cqe));
427 flush_completed_wrs(&qhp->wq, &chp->cq);
429 swcqe = &chp->cq.sw_queue[chp
715 c4iw_poll_cq_one(struct c4iw_cq *chp, struct ib_wc *wc) argument
867 struct c4iw_cq *chp; local
888 struct c4iw_cq *chp; local
913 struct c4iw_cq *chp; local
1045 struct c4iw_cq *chp; local
[all...]
/freebsd-12-stable/contrib/binutils/gas/
H A Ddebug.c29 frchainS *chp; local
33 for (chp = seg_info (s)->frchainP; chp; chp = chp->frch_next)
47 printf ("\nSEGMENT %s %d\n", p, chp->frch_subseg);
48 dmp_frag (chp->frch_root, "\t");
/freebsd-12-stable/contrib/ofed/libcxgb4/
H A Dcq.c99 struct c4iw_cq *chp = to_c4iw_cq(qhp->ibv_qp.send_cq); local
100 struct t4_cq *cq = &chp->cq;
198 void c4iw_flush_hw_cq(struct c4iw_cq *chp) argument
205 PDBG("%s cqid 0x%x\n", __func__, chp->cq.cqid);
206 ret = t4_next_hw_cqe(&chp->cq, &hw_cqe);
214 qhp = get_qhp(chp->rhp, CQE_QPID(hw_cqe));
271 flush_completed_wrs(&qhp->wq, &chp->cq);
273 swcqe = &chp->cq.sw_queue[chp->cq.sw_pidx];
276 t4_swcq_produce(&chp
560 c4iw_poll_cq_one(struct c4iw_cq *chp, struct ibv_wc *wc) argument
713 struct c4iw_cq *chp; local
741 struct c4iw_cq *chp; local
[all...]
H A Dverbs.c173 struct c4iw_cq *chp; local
177 chp = calloc(1, sizeof *chp);
178 if (!chp) {
184 &chp->ibv_cq, &cmd, sizeof cmd,
193 pthread_spin_init(&chp->lock, PTHREAD_PROCESS_PRIVATE);
195 gettimeofday(&chp->time, NULL);
197 chp->rhp = dev;
198 chp->cq.qid_mask = resp.qid_mask;
199 chp
260 struct c4iw_cq *chp = to_c4iw_cq(ibcq); local
[all...]
H A Ddev.c242 static void dump_cq(struct c4iw_cq *chp) argument
248 "cidx_inc %d bits_type_ts %016" PRIx64 " notempty %d\n", chp,
249 chp->cq.cqid, chp->cq.queue, chp->cq.cidx,
250 chp->cq.sw_queue, chp->cq.sw_cidx, chp->cq.sw_pidx, chp->cq.sw_in_use,
251 chp
383 struct c4iw_cq *chp = dev->cqid2ptr[i]; local
[all...]
H A Dlibcxgb4.h229 void c4iw_flush_hw_cq(struct c4iw_cq *chp);
/freebsd-12-stable/sys/dev/rp/
H A Drpreg.h97 #define rp_readch1(chp, offset) \
98 (rp_readaiop1((chp)->CtlP, (chp)->AiopNum, offset))
99 #define rp_readch2(chp, offset) \
100 (rp_readaiop2((chp)->CtlP, (chp)->AiopNum, offset))
101 #define rp_readch4(chp, offset) \
102 (rp_readaiop4((chp)->CtlP, (chp)->AiopNum, offset))
103 #define rp_readmultich1(chp, offse
[all...]
/freebsd-12-stable/sys/kgssapi/
H A Dgssd_prot.c191 xdr_gss_channel_bindings_t(XDR *xdrs, gss_channel_bindings_t *chp) argument
198 ch = *chp;
222 *chp = GSS_C_NO_CHANNEL_BINDINGS;
237 *chp = ch;
242 ch = *chp;
H A Dgssd.x43 %extern bool_t xdr_gss_channel_bindings_t(XDR *xdrs, gss_channel_bindings_t *chp);
/freebsd-12-stable/contrib/amd/amd/
H A Dautil.c121 host_normalize(char **chp) argument
130 hp = gethostbyname(*chp);
132 dlog("Hostname %s normalized to %s", *chp, hp->h_name);
133 *chp = strealloc(*chp, (char *) hp->h_name);
137 domain_strip(*chp, hostd);
/freebsd-12-stable/contrib/gdb/gdb/
H A Darch-utils.c633 const char *chp;
634 chp = strchr (target_name, '-');
635 if (chp != NULL
636 && chp - 2 >= target_name
637 && strncmp (chp - 2, "el", 2) == 0)
631 const char *chp; local
H A Dvarobj.c565 const char *chp;
569 for (chp = objname; *chp; chp++)
571 index = (index + (i++ * (unsigned int) *chp)) % VAROBJ_TABLE_SIZE;
1113 const char *chp;
1117 for (chp = var->obj_name; *chp; chp++)
1119 index = (index + (i++ * (unsigned int) *chp))
564 const char *chp; local
1111 const char *chp; local
1156 const char *chp; local
[all...]
/freebsd-12-stable/bin/ls/
H A Dls.c624 FTSENT *p, *chp; local
635 chp = fts_children(ftsp, 0);
636 if (chp != NULL)
637 display(NULL, chp, options);
677 chp = fts_children(ftsp, ch_options);
678 display(p, chp, options);
680 if (!f_recursive && chp != NULL)
/freebsd-12-stable/contrib/nvi/cl/
H A Dcl_funcs.c464 cl_keyval(SCR *sp, scr_keyval_t val, CHAR_T *chp, int *dnep) argument
475 *dnep = (*chp = clp->orig.c_cc[VEOF]) == _POSIX_VDISABLE;
478 *dnep = (*chp = clp->orig.c_cc[VERASE]) == _POSIX_VDISABLE;
481 *dnep = (*chp = clp->orig.c_cc[VKILL]) == _POSIX_VDISABLE;
485 *dnep = (*chp = clp->orig.c_cc[VWERASE]) == _POSIX_VDISABLE;
/freebsd-12-stable/contrib/nvi/common/
H A Dkey.c233 char *chp; local
253 if ((chp = O_STR(sp, O_PRINT)) != NULL)
254 if (strstr(chp, sp->cname) != NULL)
256 if ((chp = O_STR(sp, O_NOPRINT)) != NULL)
257 if (strstr(chp, sp->cname) != NULL)
/freebsd-12-stable/contrib/gdb/gdb/cli/
H A Dcli-dump.c40 skip_spaces (char *chp) argument
42 if (chp == NULL)
44 while (isspace (*chp))
45 chp++;
46 return chp;
/freebsd-12-stable/sys/dev/ath/
H A Dif_ath_beacon.c153 struct chanAccParams chp; local
156 ieee80211_wme_ic_getparams(ic, &chp);
157 wmep = &chp.cap_wmeParams[WME_AC_BE];
/freebsd-12-stable/contrib/libevent/
H A Dbuffer.c318 struct evbuffer_chain **chp; local
319 chp = evbuffer_free_trailing_empty_chains(buf);
320 *chp = chain;
322 buf->last_with_datap = chp;
886 struct evbuffer_chain **chp; local
891 chp = evbuffer_free_trailing_empty_chains(dst);
892 *chp = src->first;
895 dst->last_with_datap = chp;
1303 struct evbuffer_chain **chp; local
1304 chp
[all...]
/freebsd-12-stable/contrib/nvi/vi/
H A Dv_txt.c2433 txt_insch(SCR *sp, TEXT *tp, CHAR_T *chp, u_int flags) argument
2447 tp->lb[tp->cno++] = *chp;
2458 if (*chp == '\t') {
2464 nlen = KEY_COL(sp, *chp);
2523 tp->lb[tp->cno++] = *chp;
2539 tp->lb[tp->cno++] = *chp;
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Dbuffer.c318 struct evbuffer_chain **chp; local
319 chp = evbuffer_free_trailing_empty_chains(buf);
320 *chp = chain;
322 buf->last_with_datap = chp;
1298 struct evbuffer_chain **chp; local
1299 chp = evbuffer_free_trailing_empty_chains(dst);
1304 *chp = src->first;
/freebsd-12-stable/sys/dev/rtwn/
H A Dif_rtwn.c1571 struct chanAccParams chp; local
1578 ieee80211_wme_ic_getparams(ic, &chp);
1583 memcpy(wmep, chp.cap_wmeParams, sizeof(sc->cap_wmeParams));
/freebsd-12-stable/sys/dev/ral/
H A Drt2661.c2028 struct chanAccParams chp; local
2031 ieee80211_wme_ic_getparams(ic, &chp);
2033 wmep = chp.cap_wmeParams;

Completed in 406 milliseconds

12