Home
last modified time | relevance | path

Searched refs:isc (Results 1 – 25 of 29) sorted by relevance

12

/dragonfly/sys/dev/disk/iscsi/initiator/
H A Discsi_subr.c99 sdebug(1, "npdu_max=%d npdu_alloc=%d", sp->isc->npdu_max, sp->isc->npdu_alloc); in iscsi_r2t()
264 pdu_free(sp->isc, pq); in iscsi_requeue()
278 pdu_free(sp->isc, pq); in i_pdu_flush()
282 pdu_free(sp->isc, pq); in i_pdu_flush()
286 pdu_free(sp->isc, pq); in i_pdu_flush()
290 pdu_free(sp->isc, pq); in i_pdu_flush()
294 pdu_free(sp->isc, pq); in i_pdu_flush()
316 pdu_free(sp->isc, pq); in iscsi_cleanup()
322 pdu_free(sp->isc, pq); in iscsi_cleanup()
338 pdu_free(sp->isc, opq); in iscsi_done()
[all …]
H A Discsivar.h131 struct isc_softc *isc; member
296 pdu_alloc(struct isc_softc *isc, int wait) in pdu_alloc() argument
300 lockmgr(&isc->pdu_lock, LK_EXCLUSIVE); in pdu_alloc()
302 lockmgr(&isc->pdu_lock, LK_RELEASE); in pdu_alloc()
307 lockmgr(&isc->pdu_lock, LK_RELEASE); in pdu_alloc()
316 isc->npdu_alloc++; in pdu_alloc()
317 if(isc->npdu_alloc > isc->npdu_max) in pdu_alloc()
318 isc->npdu_max = isc->npdu_alloc; in pdu_alloc()
319 lockmgr(&isc->pdu_lock, LK_RELEASE); in pdu_alloc()
338 isc->npdu_alloc--; in pdu_free()
[all …]
H A Disc_sm.c75 pdu_free(sp->isc, pq); in _async()
104 pdu_free(sp->isc, pq); in _reject()
124 pdu_free(sp->isc, pq); in _r2t()
140 pdu_free(sp->isc, pq); in _scsi_rsp()
153 pdu_free(sp->isc, opq); in _read_data()
159 pdu_free(sp->isc, pq); in _read_data()
189 pdu_free(sp->isc, pq); in _nop_out()
255 pdu_free(sp->isc, pq); in _nop_in()
533 pdu_free(sp->isc, pq); in proc_out()
554 pdu_free(sp->isc, pq); in proc_out()
[all …]
H A Disc_cam.c84 struct isc_softc *isp = sp->isc; in ic_lost_target()
121 CAM_LOCK(sp->isc); in _scan_target()
129 CAM_UNLOCK(sp->isc); in _scan_target()
145 if(xpt_create_path(&sp->cam_path, xpt_periph, cam_sim_path(sp->isc->cam_sim), in ic_fullfeature()
325 if(sp && sp->isc->cam_sim) { in ic_getCamVals()
326 cp->path_id = cam_sim_path(sp->isc->cam_sim); in ic_getCamVals()
H A Discsi.c66 static struct isc_softc isc; variable
134 dev->si_drv1 = (struct isc *)isc.dev->si_drv1; in iscsi_open()
185 struct isc *sc; in iscsi_ioctl()
192 sc = (struct isc *)dev->si_drv1; in iscsi_ioctl()
607 pdu_free(sp->isc, pq); in i_recv()
648 sp->isc = sc; in i_create_session()
756 struct isc_softc *sc = &isc; in iscsi_start()
840 struct isc_softc *sc = &isc; in iscsi_stop()
H A Disc_soc.c515 pdu_free(sp->isc, pq); in so_recv()
540 pq = pdu_alloc(sp->isc, M_NOWAIT); in so_input()
543 pq = pdu_alloc(sp->isc, M_NOWAIT); // OK to WAIT in so_input()
/dragonfly/sys/net/altq/
H A Daltq_hfsc.c1504 isc->dx = d2dx(sc->d); in sc2isc()
1505 isc->dy = seg_x2y(isc->dx, isc->sm1); in sc2isc()
1519 rtsc->sm1 = isc->sm1; in rtsc_init()
1520 rtsc->ism1 = isc->ism1; in rtsc_init()
1521 rtsc->dx = isc->dx; in rtsc_init()
1522 rtsc->dy = isc->dy; in rtsc_init()
1523 rtsc->sm2 = isc->sm2; in rtsc_init()
1578 if (isc->sm1 <= isc->sm2) { in rtsc_min()
1606 rtsc->dx = isc->dx; in rtsc_min()
1607 rtsc->dy = isc->dy; in rtsc_min()
[all …]
/dragonfly/lib/libc/isc/
H A DMakefile.inc1 .PATH: ${.CURDIR}/../libc/isc
3 CMAPS+= ${.CURDIR}/isc/Symbol.map
/dragonfly/sys/bus/firewire/
H A Diec13213.h167 isc:1, /* iso. operation support */ member
189 isc:1, /* iso. operation support */
H A Dfwcrom.c578 src.businfo.isc = 1; in main()
/dragonfly/dports.base/dragonfly/base/
H A DMakefile18 net/isc-dhcp44-server \
/dragonfly/sys/dev/sound/pci/
H A Demu10kx.h148 …c, uint32_t inte_mask, uint32_t intr_mask, uint32_t(*func) (void *softc, uint32_t irq), void *isc);
H A Demu10kx.c920 …sc, uint32_t inte_mask, uint32_t intr_mask, uint32_t(*func) (void *softc, uint32_t irq), void *isc) in emu_intr_register() argument
930 sc->ihandler[i].softc = isc; in emu_intr_register()
/dragonfly/sys/bus/u4b/
H A Dusbdi.h348 #define USB_IFACE_SUBCLASS(isc) \ argument
349 .match_flag_int_subclass = 1, .bInterfaceSubClass = (isc)
/dragonfly/test/cocci/
H A Dunlock_return.cocci6 // License: Licensed under ISC. See LICENSE or http://www.isc.org/software/license
/dragonfly/contrib/openresolv/
H A DREADME.md59 * [ISC BIND](http://www.isc.org/software/bind)
/dragonfly/contrib/gdb-7/gdb/
H A Dconfigure.host31 i[34567]86-*-isc* | \
/dragonfly/contrib/lvm2/dist/autoconf/
H A Dconfig.sub207 -isc)
214 -isc*)
H A Dconfig.guess1087 echo ${UNAME_MACHINE}-pc-isc$UNAME_REL
/dragonfly/contrib/tcp_wrappers/
H A DMakefile345 isc: target
/dragonfly/share/examples/diskless/
H A DREADME.BOOTP113 the '/usr/ports/net/isc-dhcp' dhcpd port.
/dragonfly/nrelease/
H A DMakefile53 net/isc-dhcp44-server \
/dragonfly/contrib/cryptsetup/
H A DChangeLog269 * m4/isc-posix.m4: Upgrade to gettext-0.14.4.
/dragonfly/contrib/binutils-2.34/bfd/
H A Dconfig.bfd96 i[3-7]86-*-isc* | \
/dragonfly/bin/csh/csh/
H A Dhost.defs712 vendor : : "isc"

12