Searched refs:slp (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/usr.bin/gprof/
H A Dprintlist.c66 struct stringlist *slp; local
68 slp = (struct stringlist *) malloc( sizeof(struct stringlist));
69 if ( slp == (struct stringlist *) 0 )
71 slp -> next = listp -> next;
72 slp -> string = funcname;
73 listp -> next = slp;
79 struct stringlist *slp; local
81 for ( slp = listp -> next ; slp ; slp
[all...]
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_low.c59 * 1) Our host selected by target => target nexus (slp->sl_Tnexus)
60 * 2) Identify msgin => lun nexus (slp->sl_Lnexus)
61 * 3) Qtag msg => ccb nexus (slp->sl_Qnexus)
160 #define SCSI_LOW_INFO(slp, ti, s) scsi_low_info((slp), (ti), (s))
162 #define SCSI_LOW_INFO(slp, ti, s) device_printf((slp)->sl_dev, "%s\n", (s))
245 scsi_low_ccb_message_exec(slp, cb)
246 struct scsi_low_softc *slp;
250 scsi_low_assert_msg(slp, c
401 struct scsi_low_softc *slp = SIM2SLP(sim); local
419 struct scsi_low_softc *slp = SIM2SLP(sim); local
983 struct scsi_low_softc *slp = arg; local
1051 struct scsi_low_softc *slp = ti->ti_sc; local
1191 struct scsi_low_softc *slp = arg; local
2304 struct scsi_low_softc *slp = ti->ti_sc; local
3799 struct scsi_low_softc *slp = ti->ti_sc; local
3862 struct scsi_low_softc *slp = ti->ti_sc; local
3923 struct scsi_low_softc *slp = ti->ti_sc; local
[all...]
H A Dscsi_low.h643 #define SCSI_LOW_SETUP_MSGPHASE(slp, PHASE) \
645 (slp)->sl_msgphase = (PHASE); \
648 #define SCSI_LOW_ASSERT_ATN(slp) \
650 (slp)->sl_atten = 1; \
653 #define SCSI_LOW_DEASSERT_ATN(slp) \
655 (slp)->sl_atten = 0; \
685 scsi_low_attention(slp)
686 struct scsi_low_softc *slp; variable in typeref:struct:scsi_low_softc
689 if (slp->sl_atten != 0)
692 (*slp
693 SCSI_LOW_ASSERT_ATN(slp); variable
698 struct scsi_low_softc *slp; variable in typeref:struct:scsi_low_softc
706 scsi_low_attention(slp); variable
712 struct scsi_low_softc *slp; variable in typeref:struct:scsi_low_softc
720 struct scsi_low_softc *slp; variable in typeref:struct:scsi_low_softc
731 struct scsi_low_softc *slp; variable in typeref:struct:scsi_low_softc
[all...]
/freebsd-11-stable/sys/dev/stg/
H A Dtmc18c30.c181 struct scsi_low_softc *slp = &sc->sc_sclow; local
217 if (slp->sl_cfgflags & CFG_NOATTEN)
323 struct scsi_low_softc *slp = &sc->sc_sclow; local
326 if ((slp->sl_cfgflags & CFG_NOPARITY) == 0)
335 scsi_low_bus_reset(slp);
411 struct scsi_low_softc *slp = &sc->sc_sclow; local
415 sc->sc_idbit = (1 << slp->sl_hostid);
416 slp->sl_funcs = &stgfuncs;
419 slp->sl_flags |= HW_READ_PADDING;
420 slp
434 struct scsi_low_softc *slp = &sc->sc_sclow; local
498 struct scsi_low_softc *slp = &sc->sc_sclow; local
586 struct scsi_low_softc *slp = &sc->sc_sclow; local
660 struct scsi_low_softc *slp = &sc->sc_sclow; local
682 struct scsi_low_softc *slp = &sc->sc_sclow; local
756 struct scsi_low_softc *slp = &sc->sc_sclow; local
838 struct scsi_low_softc *slp = &sc->sc_sclow; local
863 struct scsi_low_softc *slp = &sc->sc_sclow; local
887 struct scsi_low_softc *slp = &sc->sc_sclow; local
923 struct scsi_low_softc *slp = &sc->sc_sclow; local
936 struct scsi_low_softc *slp = &sc->sc_sclow; local
1258 struct scsi_low_softc *slp = &sc->sc_sclow; local
[all...]
H A Dtmc18c30_subr.c140 struct scsi_low_softc *slp; local
145 slp = &sc->sc_sclow;
146 slp->sl_dev = dev;
148 slp->sl_hostid = STG_HOSTID;
149 slp->sl_cfgflags = flags;
/freebsd-11-stable/sys/dev/nsp/
H A Dnsp.c201 struct scsi_low_softc *slp = &sc->sc_sclow; local
221 device_printf(slp->sl_dev, "nsp_expect_signal timeout\n");
302 struct scsi_low_softc *slp = &sc->sc_sclow; local
315 SCSI_LOW_ASSERT_ATN(slp);
323 struct scsi_low_softc *slp = &sc->sc_sclow; local
364 scsi_low_arbit_win(slp);
419 struct scsi_low_softc *slp = &sc->sc_sclow; local
424 if ((slp->sl_cfgflags & CFG_NOATTEN) == 0)
429 if ((slp->sl_cfgflags & CFG_NOPARITY) == 0)
437 scsi_low_bus_reset(slp);
573 struct scsi_low_softc *slp = &sc->sc_sclow; local
677 struct scsi_low_softc *slp = &sc->sc_sclow; local
772 struct scsi_low_softc *slp = &sc->sc_sclow; local
861 struct scsi_low_softc *slp = &sc->sc_sclow; local
956 struct scsi_low_softc *slp = &sc->sc_sclow; local
1033 struct scsi_low_softc *slp = &sc->sc_sclow; local
1140 struct scsi_low_softc *slp = &sc->sc_sclow; local
1203 struct scsi_low_softc *slp = &sc->sc_sclow; local
1233 struct scsi_low_softc *slp = &sc->sc_sclow; local
1260 struct scsi_low_softc *slp = &sc->sc_sclow; local
1271 struct scsi_low_softc *slp = &sc->sc_sclow; local
1296 struct scsi_low_softc *slp = &sc->sc_sclow; local
1331 struct scsi_low_softc *slp = &sc->sc_sclow; local
1351 struct scsi_low_softc *slp = &sc->sc_sclow; local
1755 struct scsi_low_softc *slp = &sc->sc_sclow; local
[all...]
H A Dnsp_pccard.c264 struct scsi_low_softc *slp; local
274 slp = &sc->sc_sclow;
275 slp->sl_dev = devi;
283 /* slp->sl_irq = devi->pd_irq; */
287 slp->sl_hostid = NSP_HOSTID;
288 slp->sl_cfgflags = flags;
/freebsd-11-stable/sys/dev/ct/
H A Dct.c344 struct scsi_low_softc *slp = &ct->sc_sclow; local
347 slp->sl_funcs = &ct_funcs;
348 slp->sl_flags |= HW_READ_PADDING;
349 (void) scsi_low_attach(slp, 0, CT_NTARGETS, CT_NLUNS,
376 struct scsi_low_softc *slp = &ct->sc_sclow; local
378 if (slp->sl_atten == 0)
381 scsi_low_attention(slp);
430 struct scsi_low_softc *slp = &ct->sc_sclow; local
438 if (slp->sl_cfgflags & CFG_NOPARITY)
450 cthw_chip_reset(chp, NULL, ct->sc_chipclk, slp
460 struct scsi_low_softc *slp = &ct->sc_sclow; local
645 struct scsi_low_softc *slp = &ct->sc_sclow; local
697 struct scsi_low_softc *slp = &ct->sc_sclow; local
743 struct scsi_low_softc *slp = &ct->sc_sclow; local
786 struct scsi_low_softc *slp = &ct->sc_sclow; local
806 struct scsi_low_softc *slp = &ct->sc_sclow; local
817 struct scsi_low_softc *slp = &ct->sc_sclow; local
843 struct scsi_low_softc *slp = &ct->sc_sclow; local
885 struct scsi_low_softc *slp = &ct->sc_sclow; local
896 struct scsi_low_softc *slp = &ct->sc_sclow; local
[all...]
H A Dbshw_machdep.c103 struct scsi_low_softc *slp = &ct->sc_sclow; local
114 device_printf(slp->sl_dev,
239 struct scsi_low_softc *slp = &ct->sc_sclow; local
242 struct sc_p *sp = &slp->sl_scp;
247 ti = slp->sl_Tnexus;
270 device_printf(slp->sl_dev,
272 slp->sl_error |= PDMAERR;
274 scsi_low_data_finish(slp);
278 device_printf(slp->sl_dev, "smit_xfer_end: phase miss\n");
279 slp
286 struct scsi_low_softc *slp = &ct->sc_sclow; local
389 struct scsi_low_softc *slp = &ct->sc_sclow; local
450 struct scsi_low_softc *slp = &ct->sc_sclow; local
523 struct scsi_low_softc *slp = &ct->sc_sclow; local
[all...]
H A Dct_isa.c171 struct scsi_low_softc *slp = &ct->sc_sclow; local
287 slp->sl_dev.dv_xname, s, ct->sc_chipclk);
290 slp->sl_dev = dev;
291 slp->sl_hostid = bs->sc_hostid;
292 slp->sl_cfgflags = device_get_flags(dev);
293 mtx_init(&slp->sl_lock, "ct", NULL, MTX_DEF);
/freebsd-11-stable/sys/dev/ncv/
H A Dncr53c500.c299 struct scsi_low_softc *slp = &sc->sc_sclow; local
304 device_printf(slp->sl_dev, "power down\n");
313 device_printf(slp->sl_dev, "resume step O\n");
319 device_printf(slp->sl_dev, "resume step I\n");
358 struct scsi_low_softc *slp = &sc->sc_sclow; local
393 len = scsi_low_msgout(slp, ti, flags);
395 scsi_low_cmd(slp, ti);
406 slp->sl_scp.scp_cmd, slp->sl_scp.scp_cmdlen);
419 struct scsi_low_softc *slp local
574 struct scsi_low_softc *slp = &sc->sc_sclow; local
610 struct scsi_low_softc *slp = &sc->sc_sclow; local
672 struct scsi_low_softc *slp = &sc->sc_sclow; local
737 struct scsi_low_softc *slp = &sc->sc_sclow; local
799 struct scsi_low_softc *slp = &sc->sc_sclow; local
830 struct scsi_low_softc *slp = &sc->sc_sclow; local
851 struct scsi_low_softc *slp = &sc->sc_sclow; local
874 struct scsi_low_softc *slp = &sc->sc_sclow; local
905 struct scsi_low_softc *slp = &sc->sc_sclow; local
[all...]
H A Dncr53c500_pccard.c324 struct scsi_low_softc *slp; local
329 slp = &sc->sc_sclow;
330 slp->sl_dev = devi;
331 slp->sl_hostid = NCV_HOSTID;
332 slp->sl_cfgflags = flags;
/freebsd-11-stable/sys/nfsserver/
H A Dnfs.h166 struct nfssvc_sock *slp, struct mbuf **mreqp);
265 int nfsrv3_access(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
267 int nfsrv_commit(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
269 int nfsrv_create(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
277 int nfsrv_fsinfo(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
279 int nfsrv_getattr(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
281 int nfsrv_link(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
283 int nfsrv_lookup(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
285 int nfsrv_mkdir(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
287 int nfsrv_mknod(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
[all...]
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dt-memstat.c45 int r, r2, i, l, slp, sz; local
50 sz = slp = 0;
75 slp = strtol(optarg, NULL, 0);
91 if (slp > 0 && i + 1 < l && 0 == r)
96 sleep(slp);
/freebsd-11-stable/sbin/dump/
H A Dtape.c106 struct slave *slp; variable in typeref:struct:slave
150 slp = &slaves[0];
151 slp->count = 1;
152 slp->tapea = 0;
153 slp->firstrec = 0;
154 nextblock = slp->tblock;
162 slp->req[trecno].dblk = (ufs2_daddr_t)0;
163 slp->req[trecno].count = 1;
183 slp->req[trecno].dblk = dblkno;
184 slp
[all...]
/freebsd-11-stable/lib/libc/resolv/
H A Dres_mkupdate.c979 struct valuelist *slp; local
987 slp = (struct valuelist *)malloc(sizeof(struct valuelist));
988 if (!slp)
990 slp->name = strdup(sp->s_name);
991 slp->proto = strdup(sp->s_proto);
992 if ((slp->name == NULL) || (slp->proto == NULL)) {
993 if (slp->name) free(slp->name);
994 if (slp
1011 struct valuelist *slp, *slp_next; local
1029 struct valuelist *slp; local
[all...]
/freebsd-11-stable/sys/dev/isp/
H A Disp_freebsd.c2816 int slp = 0, d; local
2837 slp = 0;
2851 slp = 0;
2853 slp = 1;
2855 slp = 5;
2857 slp = 10;
2859 slp = 20;
2861 slp = 30;
2864 if (slp == 0) {
2872 "Chan %d sleep for %d seconds", chan, slp);
[all...]
/freebsd-11-stable/sys/kern/
H A Dvfs_subr.c2172 sync_vnode(struct synclist *slp, struct bufobj **bo, struct thread *td) argument
2177 *bo = LIST_FIRST(slp);
2195 return (*bo == LIST_FIRST(slp));
2225 struct synclist *next, *slp; local
2264 * of interrupt race on slp queue.
2269 slp = &syncer_workitem_pending[syncer_delayno];
2286 } while (syncer_state != SYNCER_RUNNING && LIST_EMPTY(slp) &&
2299 while (!LIST_EMPTY(slp)) {
2300 error = sync_vnode(slp, &bo, td);

Completed in 298 milliseconds