Searched refs:cb (Results 276 - 300 of 383) sorted by relevance

<<111213141516

/freebsd-9.3-release/sys/dev/tws/
H A Dtws_hdm.h410 void (*cb)(struct tws_request *); /* callback func */ member in struct:tws_request
H A Dtws_cam.c714 req->cb = tws_scsi_complete;
770 req->cb = tws_aen_complete;
818 req->cb = tws_getset_param_complete;
868 req->cb = NULL;
1136 sc->reqs[req_id].cb(&sc->reqs[req_id]);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Ddns.h670 * invoke cb immediately and return NULL. Otherwise we return
671 * an evdns_getaddrinfo_request and invoke cb later.
689 evdns_getaddrinfo_cb cb, void *arg);
/freebsd-9.3-release/sys/dev/wl/
H A Dif_wl.c877 * the scp, iscp, scb, cb, tbd, and tbuf.
887 ac_t cb; local
933 cb.ac_status = 0;
934 cb.ac_command = AC_CW_EL; /* NOP */
935 cb.ac_link_offset = OFFSET_CU;
937 outsw(PIOP1(base), &cb, 6/2); local
1775 ac_t cb; local
1786 cb.ac_status = 0;
1787 cb.ac_command = (AC_CW_EL|AC_TRANSMIT|AC_CW_I);
1788 cb
1790 outsw(PIOP1(base), &cb, 6/2); local
[all...]
/freebsd-9.3-release/usr.sbin/pmcstat/
H A Dpmcstat.c564 short cf, cb; local
1362 pair_content(0, &cf, &cb);
1363 init_pair(1, COLOR_RED, cb);
1364 init_pair(2, COLOR_YELLOW, cb);
1365 init_pair(3, COLOR_GREEN, cb);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dname-lookup.c302 cp_class_binding *cb;
315 VEC_iterate (cp_class_binding, scope->class_shadowed, i, cb);
319 b = &IDENTIFIER_BINDING (cb->identifier);
322 *b = &cb->base;
325 cb = VEC_quick_push (cp_class_binding, scope->class_shadowed, NULL);
328 cb = VEC_safe_push (cp_class_binding, gc, scope->class_shadowed, NULL);
330 cb->identifier = name;
331 binding = &cb->base;
2465 cp_class_binding *cb;
2484 VEC_iterate (cp_class_binding, level->class_shadowed, i, cb);
301 cp_class_binding *cb; local
2461 cp_class_binding *cb; local
5049 cp_class_binding *cb; local
[all...]
/freebsd-9.3-release/sys/dev/usb/controller/
H A Duhci.c166 uhci_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb) argument
171 cb(bus, &sc->sc_hw.pframes_pc, &sc->sc_hw.pframes_pg,
174 cb(bus, &sc->sc_hw.ls_ctl_start_pc, &sc->sc_hw.ls_ctl_start_pg,
177 cb(bus, &sc->sc_hw.fs_ctl_start_pc, &sc->sc_hw.fs_ctl_start_pg,
180 cb(bus, &sc->sc_hw.bulk_start_pc, &sc->sc_hw.bulk_start_pg,
183 cb(bus, &sc->sc_hw.last_qh_pc, &sc->sc_hw.last_qh_pg,
186 cb(bus, &sc->sc_hw.last_td_pc, &sc->sc_hw.last_td_pg,
190 cb(bus, sc->sc_hw.isoc_start_pc + i,
196 cb(bus, sc->sc_hw.intr_start_pc + i,
H A Dohci.c144 ohci_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb) argument
149 cb(bus, &sc->sc_hw.hcca_pc, &sc->sc_hw.hcca_pg,
152 cb(bus, &sc->sc_hw.ctrl_start_pc, &sc->sc_hw.ctrl_start_pg,
155 cb(bus, &sc->sc_hw.bulk_start_pc, &sc->sc_hw.bulk_start_pg,
158 cb(bus, &sc->sc_hw.isoc_start_pc, &sc->sc_hw.isoc_start_pg,
162 cb(bus, sc->sc_hw.intr_start_pc + i, sc->sc_hw.intr_start_pg + i,
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbntest.c1649 BN_GENCB cb; local
1662 BN_GENCB_set(&cb, genprime_cb, NULL);
1674 if (!BN_generate_prime_ex(b, 512, 0, NULL, NULL, &cb))
1750 BN_GENCB cb; local
1761 BN_GENCB_set(&cb, genprime_cb, NULL);
1775 if (!BN_generate_prime_ex(p, 256, 0, a, r, &cb))
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dsta_info.c43 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
50 if (cb(hapd, sta, ctx))
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu.h761 objset_used_cb_t *cb);
811 dmu_traverse_cb_t cb, void *arg);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_acl.c1146 zfs_acl_locator_cb_t *cb = (zfs_acl_locator_cb_t *)userdata; local
1149 cb->cb_acl_node = list_head(&cb->cb_aclp->z_acl);
1151 cb->cb_acl_node = list_next(&cb->cb_aclp->z_acl,
1152 cb->cb_acl_node);
1154 *dataptr = cb->cb_acl_node->z_acldata;
1155 *length = cb->cb_acl_node->z_size;
/freebsd-9.3-release/sys/net/
H A Dnetmap_user.h606 nm_dispatch(struct nm_desc *d, int cnt, nm_cb_t cb, u_char *arg) argument
633 cb(arg, &d->hdr, buf);
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dfiles.c241 validity using PFILE->cb.valid_pch. Return true iff a valid file is
255 if (file->name[0] == '\0' || !pfile->cb.valid_pch)
375 missing_header_cb func = pfile->cb.missing_header;
689 pfile->cb.read_pch (pfile, file->pchname, file->fd, file->path);
1424 valid = 1 & pfile->cb.valid_pch (pfile, pchname, file->fd);
H A Dinternal.h427 struct cpp_callbacks cb; member in struct:cpp_reader
/freebsd-9.3-release/sys/dev/cp/
H A Dcpddk.h289 void cp_start_chan (cp_chan_t *c, int tx, int rx, cp_buf_t *cb, unsigned long phys);
/freebsd-9.3-release/sys/dev/cx/
H A Dcxddk.h436 void cx_start_chan (cx_chan_t *c, cx_buf_t *cb, unsigned long phys);
/freebsd-9.3-release/sys/sys/
H A Dconf.h252 int destroy_dev_sched_cb(struct cdev *dev, void (*cb)(void *), void *arg);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c152 si.cb = sizeof(si);
/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr.h281 void ERR_print_errors_cb(int (*cb) (const char *str, size_t len, void *u),
/freebsd-9.3-release/contrib/gcc/
H A Dfix-header.c607 cpp_callbacks *cb;
617 cb = cpp_get_callbacks (scan_in);
618 cb->file_change = cb_file_change;
606 cpp_callbacks *cb; local
/freebsd-9.3-release/gnu/usr.bin/rcs/rlog/
H A Drlog.c642 struct cbuf cb; local
653 cb = savestring(&logbuf);
654 Delta->log = bufremember(&logbuf, cb.size);
/freebsd-9.3-release/sys/dev/dpt/
H A Ddpt_scsi.c2136 #define cb(offset) (ccb->eata_ccb.cp_cdb[offset])
2137 #define br_offset ((cb(3) << 16) | (cb(4) << 8) | cb(5))
2138 #define br_length ((cb(6) << 16) | (cb(7) << 8) | cb(8))
/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt_cam.c2056 bus_dmamap_callback_t *cb; local
2081 cb = mpt_execute_req_a64;
2083 cb = mpt_execute_req;
2204 error = bus_dmamap_load_ccb(mpt->buffer_dmat, req->dmap, ccb, cb,
4110 PTR_CMD_BUFFER_DESCRIPTOR cb; local
4123 cb = &fc->Buffer[0];
4124 cb->IoIndex = htole16(ioindex);
4125 cb->u.PhysicalAddress32 = htole32((U32) paddr);
4314 bus_dmamap_callback_t *cb; local
4335 cb
[all...]
/freebsd-9.3-release/usr.sbin/uhsoctl/
H A Duhsoctl.c578 at_cmd(struct ctx *ctx, const char *resp, resp_cb cb, resp_arg *ra, const char *cf, ...) argument
649 if (cb != NULL)
650 cb(ra, cmd, buf);

Completed in 259 milliseconds

<<111213141516