Searched refs:cdbp (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/contrib/sendmail/src/
H A Dmap.c2864 struct cdb *cdbp; local
2866 cdbp = (struct cdb *) xalloc(sizeof(*cdbp));
2867 status = cdb_init(cdbp, fd);
2875 map->map_db1 = (ARBPTR_T)cdbp;
2989 struct cdb *cdbp; local
2994 cdbp = map->map_db1;
2995 if (cdbp != NULL)
2998 sm_dprintf("cdb_map_close(%p)\n", (void *)cdbp);
2999 fd = cdb_fileno(cdbp);
[all...]
/freebsd-11-stable/sys/dev/isp/
H A Disp.c4396 void *cdbp, *qep; local
4594 cdbp = reqp->req_cdb;
4619 cdbp = t7->req_cdb;
4642 cdbp = t2e->req_cdb;
4647 cdbp = t2->req_cdb;
4652 cdbp = t2->req_cdb;
4656 ISP_MEMCPY(cdbp, XS_CDBP(xs), cdblen);
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_cam.c572 rcb->cdbp = NULL;
H A Dsmartpqi_structures.h918 uint8_t *cdbp; member in struct:request_container_block
H A Dsmartpqi_request.c184 memcpy(raid_req->cdb, rcb->cdbp, rcb->cmdlen);
271 memcpy(aio_req->cdb, rcb->cdbp, rcb->cmdlen);
344 rcb->cdbp = OS_GET_CDBP(rcb);
365 rcb->cdbp = raidbypass_cdb;
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_cam.c4857 uint8_t *cdbp; local
4949 cdbp = fc->FcpCdb;
4955 cdbp = ssp->CDB;
4961 cdbp = sp->CDB;
4994 switch (cdbp[0]) {
4997 if (cdbp[1] != 0) {
5002 len = min(tgt->resid, cdbp[4]);
5013 len = min(tgt->resid, cdbp[4]);
5028 cdbp[0], (uintmax_t)lun);
5079 memcpy(atiop->cdb_io.cdb_bytes, cdbp, atio
[all...]

Completed in 124 milliseconds