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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/debianutils/
H A Dmktemp.c18 char *chp; local
23 chp = argv[optind];
28 chp = concat_path_file(dir, chp);
30 chp = concat_path_file("/tmp/", chp);
34 if (mkdtemp(chp) == NULL)
37 if (mkstemp(chp) < 0)
41 puts(chp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_ev.c41 static void post_qp_event(struct iwch_dev *rnicp, struct iwch_cq *chp, argument
80 event.device = chp->ibcq.device;
82 event.element.cq = &chp->ibcq;
105 struct iwch_cq *chp; local
111 chp = get_chp(rnicp, cqid);
113 if (!chp || !qhp) {
124 atomic_inc(&chp->refcnt);
140 post_qp_event(rnicp, chp, rsp_msg,
150 post_qp_event(rnicp, chp, rsp_msg, IB_EVENT_QP_REQ_ERR, 1);
157 post_qp_event(rnicp, chp, rsp_ms
[all...]
H A Diwch_cq.c44 static int iwch_poll_cq_one(struct iwch_dev *rhp, struct iwch_cq *chp, argument
55 rd_cqe = cxio_next_cqe(&chp->cq);
67 ret = cxio_poll_cq(wq, &(chp->cq), &cqe, &cqe_flushed, &cookie,
69 if (t3a_device(chp->rhp) && credit) {
71 credit, chp->cq.cqid);
72 cxio_hal_cq_op(&rhp->rdev, &chp->cq, CQ_CREDIT_UPDATE, credit);
189 struct iwch_cq *chp; local
194 chp = to_iwch_cq(ibcq);
195 rhp = chp->rhp;
197 spin_lock_irqsave(&chp
[all...]
H A Diwch_provider.c129 struct iwch_cq *chp; local
132 chp = to_iwch_cq(ib_cq);
134 remove_handle(chp->rhp, &chp->rhp->cqidr, chp->cq.cqid);
135 atomic_dec(&chp->refcnt);
136 wait_event(chp->wait, !atomic_read(&chp->refcnt));
138 cxio_destroy_cq(&chp->rhp->rdev, &chp
148 struct iwch_cq *chp; local
231 struct iwch_cq *chp = to_iwch_cq(cq); local
299 struct iwch_cq *chp; local
[all...]
H A Diwch_provider.h336 int iwch_quiesce_qps(struct iwch_cq *chp);
337 int iwch_resume_qps(struct iwch_cq *chp);
H A Diwch_qp.c952 int iwch_quiesce_qps(struct iwch_cq *chp) argument
958 qhp = get_qhp(chp->rhp, i);
961 if ((qhp->attr.rcq == chp->cq.cqid) && !qp_quiesced(qhp)) {
965 if ((qhp->attr.scq == chp->cq.cqid) && !qp_quiesced(qhp))
971 int iwch_resume_qps(struct iwch_cq *chp) argument
977 qhp = get_qhp(chp->rhp, i);
980 if ((qhp->attr.rcq == chp->cq.cqid) && qp_quiesced(qhp)) {
984 if ((qhp->attr.scq == chp->cq.cqid) && qp_quiesced(qhp))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/cio/
H A Dchp.c2 * drivers/s390/cio/chp.c
25 #include "chp.h"
147 struct channel_path *chp; local
150 chp = to_channelpath(container_of(kobj, struct device, kobj));
151 if (!chp->cmg_chars)
160 memcpy(buf, chp->cmg_chars + off, count);
199 struct channel_path *chp; local
203 chp = to_channelpath(container_of(kobj, struct device, kobj));
204 css = to_css(chp->dev.parent);
211 chp_measurement_copy_block((struct cmg_entry *)buf, css, chp
226 chp_remove_cmg_attr(struct channel_path *chp) argument
232 chp_add_cmg_attr(struct channel_path *chp) argument
251 struct channel_path *chp = container_of(dev, struct channel_path, dev); local
325 struct channel_path *chp = container_of(dev, struct channel_path, dev); local
337 struct channel_path *chp = to_channelpath(dev); local
351 struct channel_path *chp = to_channelpath(dev); local
392 struct channel_path *chp; local
473 struct channel_path *chp; local
[all...]
H A Dchp.h2 * drivers/s390/cio/chp.h
46 void chp_remove_cmg_attr(struct channel_path *chp);
47 int chp_add_cmg_attr(struct channel_path *chp);
H A DMakefile5 obj-y += airq.o blacklist.o chsc.o cio.o css.o chp.o idset.o
H A Dchsc.c24 #include "chp.h"
572 int chp, old_lpm; local
578 for (chp = 0; chp < 8; chp++) {
579 mask = 0x80 >> chp;
582 if (!chp_id_is_equal(&sch->ssd_info.chpid[chp], &chpid))
889 chsc_initialize_cmg_chars(struct channel_path *chp, u8 cmcv, argument
892 switch (chp->cmg) {
895 chp
917 chsc_get_channel_measurement_chars(struct channel_path *chp) argument
[all...]
H A Dchsc.h92 int chsc_get_channel_measurement_chars(struct channel_path *chp);
H A Ddevice.c221 int chp; local
224 for (chp = 0; chp < 8; chp++) {
225 mask = 0x80 >> chp;
227 ret += sprintf(buf + ret, "%02x ", ssd->chpid[chp].id);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_kern_chan.c19 static int fuse_kern_chan_receive(struct fuse_chan **chp, char *buf, argument
22 struct fuse_chan *ch = *chp;
H A Dfuse_session.c165 int fuse_chan_recv(struct fuse_chan **chp, char *buf, size_t size) argument
167 struct fuse_chan *ch = *chp;
168 return ch->op.receive(chp, buf, size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Dmain.c550 struct subprocess *chp; local
552 for (chp = children; chp != NULL; chp = chp->next)
553 dbglog(" script %s, pid %d", chp->prog, chp->pid);
1321 struct subprocess *chp; local
1325 chp = (struct subprocess *) malloc(sizeof(struct subprocess));
1326 if (chp
1348 struct subprocess *chp, **prevp; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dmain.c644 struct subprocess *chp; local
646 for (chp = children; chp != NULL; chp = chp->next)
647 dbglog(" script %s, pid %d", chp->prog, chp->pid);
1872 struct subprocess *chp; local
1876 chp = (struct subprocess *) malloc(sizeof(struct subprocess));
1877 if (chp
1897 struct subprocess *chp; local
1914 struct subprocess *chp, **prevp; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dmain.c623 struct subprocess *chp; local
625 for (chp = children; chp != NULL; chp = chp->next)
626 dbglog(" script %s, pid %d", chp->prog, chp->pid);
1638 struct subprocess *chp; local
1642 chp = (struct subprocess *) malloc(sizeof(struct subprocess));
1643 if (chp
1665 struct subprocess *chp, **prevp; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse_lowlevel.h1237 int (*receive)(struct fuse_chan **chp, char *buf, size_t size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/edac/
H A Dedac_mc.c1316 struct channel_info *chi, *chp, *chan; local
1353 chp = &chi[row * nr_chans];
1354 csrow->channels = chp;
1357 chan = &chp[chn];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dvx_core.h110 void (*set_clock_source)(struct vx_core *chp, int src);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-sysfs.c850 static void pvr2_sysfs_internal_check(struct pvr2_channel *chp) argument
853 sfp = container_of(chp,struct pvr2_sysfs,channel);
H A Dpvrusb2-v4l2.c818 static void pvr2_v4l2_internal_check(struct pvr2_channel *chp) argument
821 vp = container_of(chp,struct pvr2_v4l2,channel);

Completed in 223 milliseconds