| /src/sys/dev/ic/ |
| isp_library.c | 39 #include <dev/isp/isp_freebsd.h> 61 isp_send_cmd(ispsoftc_t *isp, void *fqe, void *segp, uint32_t nsegs, uint32_t totalcnt, isp_ddir_t ddir) 70 qe0 = isp_getrqentry(isp); 74 nxt = ISP_NXT_QENTRY(isp->isp_reqidx, RQUEST_QUEUE_LEN(isp)); 145 nxtnxt = ISP_NXT_QENTRY(nxt, RQUEST_QUEUE_LEN(isp)); 146 if (nxtnxt == isp->isp_reqodx) { 150 qe1 = ISP_QUEUE_ENTRY(isp->isp_rquest, nxt); 176 isp_put_cont64_req(isp, (ispcontreq64_t *)storage, qe1); 178 isp_put_cont_req(isp, (ispcontreq_t *)storage, qe1) [all...] |
| isp_netbsd.c | 91 isp_attach(struct ispsoftc *isp) 93 device_t self = isp->isp_osinfo.dev; 96 isp->isp_state = ISP_RUNSTATE; 98 isp->isp_osinfo.adapter.adapt_dev = self; 99 isp->isp_osinfo.adapter.adapt_openings = isp->isp_maxcmds; 100 isp->isp_osinfo.loop_down_limit = 300; 106 isp->isp_osinfo.adapter.adapt_max_periph = uimin(isp->isp_maxcmds, 255); 107 isp->isp_osinfo.adapter.adapt_ioctl = ispioctl 165 struct ispsoftc *isp = device_private(self); local 210 struct ispsoftc *isp = device_private(chan->chan_adapter->adapt_dev); local 702 struct ispsoftc *isp = device_private(chan->chan_adapter->adapt_dev); local 786 struct ispsoftc *isp = XS_ISP(xs); local 823 struct ispsoftc *isp = XS_ISP(xs); local 923 ispsoftc_t *isp = arg; local 976 ispsoftc_t *isp = arg; local 1044 ispsoftc_t *isp = arg; local [all...] |
| isp.c | 1 /* $NetBSD: isp.c,v 1.135 2021/12/12 13:05:14 andvar Exp $ */ 4 * code for the Qlogic ISP SCSI adapters. 46 __KERNEL_RCSID(0, "$NetBSD: isp.c,v 1.135 2021/12/12 13:05:14 andvar Exp $"); 52 #include <dev/isp/isp_freebsd.h> 69 isp_prt(isp, ISP_LOGSANCFG, \ 160 isp_reset(ispsoftc_t *isp, int do_load_defaults) 168 isp->isp_state = ISP_NILSTATE; 169 if (isp->isp_dead) { 170 isp_shutdown(isp); 171 ISP_DISABLE_INTS(isp); 4189 ispsoftc_t *isp; local [all...] |
| ispvar.h | 58 * Soft Definitions for Qlogic ISP SCSI adapters. 69 #include <dev/isp/isp_stds.h> 70 #include <dev/isp/ispmbox.h> 110 #define ISP_MAX_TARGETS(isp) (IS_FC(isp)? MAX_FC_TARG : MAX_TARGETS) 111 #define ISP_MAX_LUNS(isp) (isp)->isp_maxluns 114 * Macros to access ISP registers through bus specific layers- 117 #define ISP_READ_ISR(isp, isrp, semap, mbox0p) \ 118 (*(isp)->isp_mdvec->dv_rd_isr)(isp, isrp, semap, mbox0p [all...] |
| isp_target.c | 74 #include <dev/isp/isp_freebsd.h> 145 isp_target_notify(ispsoftc_t *isp, void *vptr, uint32_t *optrp) 199 type = isp_get_response_type(isp, (isphdr_t *)vptr); 202 ISP_TDQE(isp, "isp_target_notify", (int) *optrp, vptr); 206 if (IS_24XX(isp)) { 209 isp_get_atio7(isp, at7iop, (at7_entry_t *) local); 218 isp_prt(isp, ISP_LOGINFO, "long IU length (%d) ignored", len); 220 *optrp = ISP_NXT_QENTRY(*optrp, RESULT_QUEUE_LEN(isp)); 228 isp_got_tmf_24xx(isp, at7iop); 234 isp_async(isp, ISPASYNC_TARGET_ACTION, local) [all...] |
| isp_netbsd.h | 3 * NetBSD Specific definitions for the Qlogic ISP Host Adapter 110 #define ISP_MUSTPOLL(isp) \ 111 (isp->isp_osinfo.onintstack || isp->isp_osinfo.mbox_sleep_ok == 0) 123 #define ISP_SLEEP(isp, x) \ 124 if (!ISP_MUSTPOLL(isp)) \ 125 ISP_UNLOCK(isp); \ 127 if (!ISP_MUSTPOLL(isp)) \ 128 ISP_LOCK(isp) 138 #define MAXISPREQUEST(isp) 25 [all...] |
| isp_target.h | 89 #define ISP_TDQE(isp, msg, idx, arg) \ 90 if (isp->isp_dblev & ISP_LOGTDEBUG2) isp_print_qentry(isp, msg, idx, arg)
|
| isp_library.h | 135 void isp_get_ct_pt(ispsoftc_t *isp, isp_ct_pt_t *, isp_ct_pt_t *); 136 void isp_get_ms(ispsoftc_t *isp, isp_ms_t *, isp_ms_t *); 137 void isp_put_ct_pt(ispsoftc_t *isp, isp_ct_pt_t *, isp_ct_pt_t *); 138 void isp_put_ms(ispsoftc_t *isp, isp_ms_t *, isp_ms_t *); 152 void isp_get_ct_hdr(ispsoftc_t *isp, ct_hdr_t *, ct_hdr_t *); 153 void isp_put_ct_hdr(ispsoftc_t *isp, ct_hdr_t *, ct_hdr_t *); 161 #include <dev/isp/isp_target.h> 188 void isp_get_atio7(ispsoftc_t *isp, at7_entry_t *, at7_entry_t *);
|
| ispreg.h | 33 * definitions for Qlogic ISP SCSI adapters. 39 * Hardware definitions for the Qlogic ISP registers. 50 * if RISC processor in ISP is paused. 221 #define BIU_ICR_SOFT_RESET 0x0001 /* Soft Reset of ISP */ 251 #define INT_PENDING(isp, isr) \ 252 IS_FC(isp)? \ 253 (IS_24XX(isp)? (isr & BIU2400_ISR_RISC_INT) : (isr & BIU2100_ISR_RISC_INT)) :\ 256 #define INT_PENDING_MASK(isp) \ 257 (IS_FC(isp)? (IS_24XX(isp)? BIU2400_ISR_RISC_INT : BIU2100_ISR_RISC_INT) : [all...] |
| /src/sys/dev/sbus/ |
| isp_sbus.c | 3 * SBus specific probe and attach routines for Qlogic ISP SCSI adapters. 63 #include <dev/microcode/isp/asm_sbus.h> 111 strcmp("SUNW,isp", sa->sa_name) == 0 || 112 strcmp("QLGC,isp", sa->sa_name) == 0); 125 ispsoftc_t *isp = &sbc->sbus_isp; local 127 isp->isp_osinfo.dev = self; 131 isp->isp_nchan = isp->isp_osinfo.adapter.adapt_nchannels = 1; 188 isp->isp_mdvec = &sbc->sbus_mdvec; 189 isp->isp_bustype = ISP_BT_SBUS 277 ispsoftc_t *isp = arg; local [all...] |
| /src/sys/dev/pci/ |
| isp_pci.c | 32 * PCI specific probe and attach routines for Qlogic ISP SCSI adapters. 85 #include <dev/microcode/isp/asm_1040.h> 92 #include <dev/microcode/isp/asm_1080.h> 99 #include <dev/microcode/isp/asm_12160.h> 106 #include <dev/microcode/isp/asm_2100.h> 113 #include <dev/microcode/isp/asm_2200.h> 120 #include <dev/microcode/isp/asm_2300.h> 126 #include <dev/microcode/isp/asm_2322.h> 137 #include <dev/microcode/isp/asm_2400.h> 138 #include <dev/microcode/isp/asm_2500.h 486 struct ispsoftc *isp = &pcs->pci_isp; local 1396 struct ispsoftc *isp = arg; local [all...] |
| /src/sys/arch/x86/x86/ |
| x86_softintr.c | 226 struct intrsource *isp; local 228 isp = kmem_zalloc(sizeof(*isp), KM_SLEEP); 229 isp->is_recurse = Xrecurse_preempt; 230 isp->is_resume = Xresume_preempt; 233 isp->is_handlers = &fake_preempt_intrhand; 234 isp->is_pic = &softintr_pic; 235 ci->ci_isources[SIR_PREEMPT] = isp; 248 struct intrsource *isp; local 254 isp = kmem_zalloc(sizeof(*isp), KM_SLEEP) [all...] |
| intr.c | 364 struct intrsource *isp; local 368 SIMPLEQ_FOREACH(isp, &io_interrupt_sources, is_list) { 369 KASSERT(isp->is_intrid != NULL); 370 if (strncmp(intrid, isp->is_intrid, INTRIDBUF - 1) == 0) 371 return isp; 384 struct intrsource *isp; local 392 isp = kmem_zalloc(sizeof(*isp), KM_SLEEP); 394 isp->is_saved_evcnt = pep; 399 strlcpy(isp->is_intrid, intrid, sizeof(isp->is_intrid)) 435 struct intrsource *isp; local 459 struct intrsource *isp; local 524 struct intrsource *isp; local 644 struct intrsource *isp; local 940 struct intrsource *isp, *nisp; local 1274 struct intrsource *isp; local 1407 struct intrsource *isp; local 1497 struct intrsource *isp; local 1585 struct intrsource *isp; local 1609 struct intrsource *isp; local 1662 struct intrsource *isp; local 1870 struct intrsource *isp; local 2090 struct intrsource *isp; local 2105 struct intrsource *isp; local 2161 struct intrsource *isp; local 2184 struct intrsource *isp; local 2201 struct intrsource *isp; local 2236 struct intrsource *isp; local 2255 struct intrsource *isp; local 2324 struct intrsource *isp; local [all...] |
| /src/sys/arch/m68k/060sp/ |
| Makefile | 5 # regenerate isp.S, fpsp.S, pfpsp.S 18 all: isp.S fpsp.S pfpsp.S 19 CLEANFILES+=isp.S fpsp.S pfpsp.S
|
| /src/external/mpl/bind/dist/bin/tests/system/geoip2/ns2/ |
| named7.conf.j2 | 39 match-clients { geoip isp "One Systems, Inc."; }; 47 match-clients { geoip isp "Two Technology Ltd."; }; 55 match-clients { geoip isp "Three Network Labs"; }; 63 match-clients { geoip isp "Four University"; }; 71 match-clients { geoip isp "Five Telecom"; }; 79 match-clients { geoip isp "Six Company"; }; 87 match-clients { geoip isp "Seven Communications"; };
|
| /src/external/bsd/byacc/dist/ |
| graph.c | 58 Value_t *isp; local 64 for (isp = itemset; isp < itemsetend; isp++) 69 sp1 = sp = ritem + *isp;
|
| closure.c | 190 Value_t *isp; local 193 for (isp = itemset; isp < itemsetend; isp++) 194 printf(" %d\n", *isp);
|
| /src/sys/arch/m68k/060sp/dist/ |
| readme | 52 isp.sa Integer Unimplemented Kernel Module - hex image 53 isp.s Integer Unimplemented Kernel Module - source code 54 isp.doc Integer Unimplemented Kernel Module - on-line doc 62 iskeleton.s Sample Call-outs needed by isp.sa 64 os.s Sample Call-outs needed by fpsp.sa, pfpsp.sa, and isp.sa 70 itest.sa Simple test program to test that isp.sa was
|
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_ident.c | 63 dt_idsig_t *isp = idp->di_data; local 71 if (isp->dis_varargs >= 0) { 72 mismatch = argc < isp->dis_varargs; 73 arglimit = isp->dis_varargs; 74 } else if (isp->dis_optargs >= 0) { 75 mismatch = (argc < isp->dis_optargs || argc > isp->dis_argc); 78 mismatch = argc != isp->dis_argc; 79 arglimit = isp->dis_argc; 86 isp->dis_optargs >= 0 ? "at least " : "" 121 dt_idsig_t *isp = idp->di_data = malloc(sizeof (dt_idsig_t)); local 187 dt_idsig_t *isp; local [all...] |
| /src/external/mpl/bind/dist/bin/named/ |
| geoip.c | 107 named_g_geoip->isp = open_geoip2(dir, "GeoIP2-ISP.mmdb", &geoip_isp); 132 if (named_g_geoip->isp != NULL) { 133 MMDB_close(named_g_geoip->isp); 134 named_g_geoip->isp = NULL;
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| geoip.h | 96 void *isp; /* GeoIP2-ISP */ member in struct:dns_geoip_databases
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| geoip.h | 97 void *isp; /* GeoIP2-ISP */ member in struct:dns_geoip_databases
|
| /src/sys/arch/x86/isa/ |
| isa_machdep.c | 124 struct intrsource *isp; local 149 isp = ci->ci_isources[i]; 150 if (isp == NULL) { 157 switch(isp->is_type) { 160 if (type != isp->is_type) 171 for (p = &isp->is_handlers, tmp = 0; (q = *p) != NULL;
|
| /src/external/gpl3/binutils/dist/bfd/doc/ |
| chew.c | 139 intptr_t *isp = &istack[0]; variable 318 if (isp < istack) 320 if (isp >= istack + STACK) 336 isp--; 379 isp++; 382 *isp = pc->l; 467 (long) (isp - istack)); 1096 int cond = isp[0]; 1097 isp--; 1427 *(intptr_t *) ((isp[0])) = isp[-1] [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/doc/ |
| chew.c | 139 intptr_t *isp = &istack[0]; variable 318 if (isp < istack) 320 if (isp >= istack + STACK) 336 isp--; 379 isp++; 382 *isp = pc->l; 467 (long) (isp - istack)); 1096 int cond = isp[0]; 1097 isp--; 1427 *(intptr_t *) ((isp[0])) = isp[-1] [all...] |