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

12

/freebsd-9.3-release/usr.bin/gprof/
H A Dprintlist.c68 struct stringlist *slp; local
70 slp = (struct stringlist *) malloc( sizeof(struct stringlist));
71 if ( slp == (struct stringlist *) 0 )
73 slp -> next = listp -> next;
74 slp -> string = funcname;
75 listp -> next = slp;
83 struct stringlist *slp; local
85 for ( slp = listp -> next ; slp ; slp
[all...]
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_low.c65 * 1) Our host selected by target => target nexus (slp->sl_Tnexus)
66 * 2) Identify msgin => lun nexus (slp->sl_Lnexus)
67 * 3) Qtag msg => ccb nexus (slp->sl_Qnexus)
194 #define SCSI_LOW_INFO(slp, ti, s) scsi_low_info((slp), (ti), (s))
196 #define SCSI_LOW_INFO(slp, ti, s) printf("%s: %s\n", (slp)->sl_xname, (s))
279 scsi_low_ccb_message_exec(slp, cb)
280 struct scsi_low_softc *slp;
284 scsi_low_assert_msg(slp, c
456 struct scsi_low_softc *slp; local
484 struct scsi_low_softc *slp = arg; local
563 struct scsi_low_softc *slp = splp->adapter_softc; local
871 struct scsi_low_softc *slp; local
943 struct scsi_low_softc *slp = SIM2SLP(sim); local
960 struct scsi_low_softc *slp = SIM2SLP(sim); local
1602 struct scsi_low_softc *slp = arg; local
1672 struct scsi_low_softc *slp = ti->ti_sc; local
1812 struct scsi_low_softc *slp = arg; local
2933 struct scsi_low_softc *slp = ti->ti_sc; local
4424 struct scsi_low_softc *slp = ti->ti_sc; local
4487 struct scsi_low_softc *slp = ti->ti_sc; local
4547 struct scsi_low_softc *slp = ti->ti_sc; local
[all...]
H A Dscsi_low.h739 #define SCSI_LOW_SETUP_MSGPHASE(slp, PHASE) \
741 (slp)->sl_msgphase = (PHASE); \
744 #define SCSI_LOW_ASSERT_ATN(slp) \
746 (slp)->sl_atten = 1; \
749 #define SCSI_LOW_DEASSERT_ATN(slp) \
751 (slp)->sl_atten = 0; \
781 scsi_low_attention(slp)
782 struct scsi_low_softc *slp; variable in typeref:struct:scsi_low_softc
785 if (slp->sl_atten != 0)
788 (*slp
789 SCSI_LOW_ASSERT_ATN(slp); variable
794 struct scsi_low_softc *slp; variable in typeref:struct:scsi_low_softc
802 scsi_low_attention(slp); variable
808 struct scsi_low_softc *slp; variable in typeref:struct:scsi_low_softc
816 struct scsi_low_softc *slp; variable in typeref:struct:scsi_low_softc
827 struct scsi_low_softc *slp; variable in typeref:struct:scsi_low_softc
[all...]
/freebsd-9.3-release/sys/dev/ct/
H A Dct.c381 struct scsi_low_softc *slp = &ct->sc_sclow; local
384 slp->sl_funcs = &ct_funcs;
385 slp->sl_flags |= HW_READ_PADDING;
386 (void) scsi_low_attach(slp, 0, CT_NTARGETS, CT_NLUNS,
413 struct scsi_low_softc *slp = &ct->sc_sclow; local
415 if (slp->sl_atten == 0)
418 scsi_low_attention(slp);
467 struct scsi_low_softc *slp = &ct->sc_sclow; local
475 if (slp->sl_cfgflags & CFG_NOPARITY)
487 cthw_chip_reset(chp, NULL, ct->sc_chipclk, slp
498 struct scsi_low_softc *slp = &ct->sc_sclow; local
683 struct scsi_low_softc *slp = &ct->sc_sclow; local
735 struct scsi_low_softc *slp = &ct->sc_sclow; local
781 struct scsi_low_softc *slp = &ct->sc_sclow; local
824 struct scsi_low_softc *slp = &ct->sc_sclow; local
844 struct scsi_low_softc *slp = &ct->sc_sclow; local
855 struct scsi_low_softc *slp = &ct->sc_sclow; local
881 struct scsi_low_softc *slp = &ct->sc_sclow; local
923 struct scsi_low_softc *slp = &ct->sc_sclow; local
[all...]
H A Dbshw_machdep.c136 struct scsi_low_softc *slp = &ct->sc_sclow; local
148 slp->sl_xname, (u_int)ct_cr_read_1(chp, 0x37));
271 struct scsi_low_softc *slp = &ct->sc_sclow; local
274 struct sc_p *sp = &slp->sl_scp;
279 ti = slp->sl_Tnexus;
302 printf("%s: smit_xfer_end: cnt error\n", slp->sl_xname);
303 slp->sl_error |= PDMAERR;
305 scsi_low_data_finish(slp);
309 printf("%s: smit_xfer_end: phase miss\n", slp->sl_xname);
310 slp
317 struct scsi_low_softc *slp = &ct->sc_sclow; local
420 struct scsi_low_softc *slp = &ct->sc_sclow; local
481 struct scsi_low_softc *slp = &ct->sc_sclow; local
553 struct scsi_low_softc *slp = &ct->sc_sclow; local
[all...]
H A Dct_machdep.h197 #define SOFT_INTR_REQUIRED(slp) (softintr((slp)->sl_irq))
199 #define SOFT_INTR_REQUIRED(slp)
H A Dct_isa.c198 struct scsi_low_softc *slp = &ct->sc_sclow; local
320 slp->sl_dev.dv_xname, s, ct->sc_chipclk);
323 slp->sl_dev = dev;
324 slp->sl_hostid = bs->sc_hostid;
325 slp->sl_irq = isa_get_irq(dev);
326 slp->sl_cfgflags = device_get_flags(dev);
/freebsd-9.3-release/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...]
H A Dnfs_serv.c251 nfsrv3_access(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, argument
277 error = nfsrv_fhtovp(fhp, 0, &vp, &vfslocked, nfsd, slp, nam, &rdonly);
321 nfsrv_getattr(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, argument
343 error = nfsrv_fhtovp(fhp, 0, &vp, &vfslocked, nfsd, slp, nam, &rdonly);
373 nfsrv_setattr(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, argument
451 error = nfsrv_fhtovp(fhp, 0, &vp, &tvfslocked, nfsd, slp, nam, &rdonly);
530 nfsrv_lookup(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, argument
563 error = nfs_namei(&nd, nfsd, fhp, len, slp, nam, &md, &dpos,
714 nfsrv_readlink(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, argument
773 error = nfsrv_fhtovp(fhp, 0, &vp, &vfslocked, nfsd, slp, na
820 nfsrv_read(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
1016 nfsrv_write(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
1239 nfsrv_create(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
1536 nfsrv_mknod(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
1733 nfsrv_remove(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
1842 nfsrv_rename(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
2075 nfsrv_link(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
2222 nfsrv_symlink(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
2405 nfsrv_mkdir(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
2568 nfsrv_rmdir(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
2727 nfsrv_readdir(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
3024 nfsrv_readdirplus(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
3405 nfsrv_commit(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
3568 nfsrv_statfs(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
3661 nfsrv_fsinfo(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
3736 nfsrv_pathconf(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
3810 nfsrv_null(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
3829 nfsrv_noop(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
[all...]
H A Dnfs_srvkrpc.c121 struct nfssvc_sock *slp, struct mbuf **mreqp) = {
253 int32_t (*proc)(struct nfsrv_descript *nd, struct nfssvc_sock *slp,
H A Dnfs_srvsubs.c583 fhandle_t *fhp, int len, struct nfssvc_sock *slp,
648 error = nfsrv_fhtovp(fhp, 0, &dp, &dvfslocked, nfsd, slp, nam, &rdonly);
1059 struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
582 nfs_namei(struct nameidata *ndp, struct nfsrv_descript *nfsd, fhandle_t *fhp, int len, struct nfssvc_sock *slp, struct sockaddr *nam, struct mbuf **mdp, caddr_t *dposp, struct vnode **retdirp, int v3, struct vattr *retdirattrp, int *retdirattr_retp, int pubflag) argument
1058 nfsrv_fhtovp(fhandle_t *fhp, int flags, struct vnode **vpp, int *vfslockedp, struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct sockaddr *nam, int *rdonlyp) argument
/freebsd-9.3-release/sys/dev/stg/
H A Dtmc18c30.c205 struct scsi_low_softc *slp = &sc->sc_sclow; local
243 if (slp->sl_cfgflags & CFG_NOATTEN)
359 struct scsi_low_softc *slp = &sc->sc_sclow; local
362 if ((slp->sl_cfgflags & CFG_NOPARITY) == 0)
371 scsi_low_bus_reset(slp);
374 SOFT_INTR_REQUIRED(slp);
464 struct scsi_low_softc *slp = &sc->sc_sclow; local
468 sc->sc_idbit = (1 << slp->sl_hostid);
469 slp->sl_funcs = &stgfuncs;
472 slp
487 struct scsi_low_softc *slp = &sc->sc_sclow; local
553 struct scsi_low_softc *slp = &sc->sc_sclow; local
646 struct scsi_low_softc *slp = &sc->sc_sclow; local
725 struct scsi_low_softc *slp = &sc->sc_sclow; local
749 struct scsi_low_softc *slp = &sc->sc_sclow; local
827 struct scsi_low_softc *slp = &sc->sc_sclow; local
911 struct scsi_low_softc *slp = &sc->sc_sclow; local
938 struct scsi_low_softc *slp = &sc->sc_sclow; local
964 struct scsi_low_softc *slp = &sc->sc_sclow; local
1002 struct scsi_low_softc *slp = &sc->sc_sclow; local
1017 struct scsi_low_softc *slp = &sc->sc_sclow; local
1348 struct scsi_low_softc *slp = &sc->sc_sclow; local
[all...]
H A Dtmc18c30var.h107 #define SOFT_INTR_REQUIRED(slp) (softintr((slp)->sl_irq))
109 #define SOFT_INTR_REQUIRED(slp)
H A Dtmc18c30_subr.c141 struct scsi_low_softc *slp; local
150 slp = &sc->sc_sclow;
151 slp->sl_dev = dev;
155 slp->sl_hostid = STG_HOSTID;
156 slp->sl_cfgflags = flags;
/freebsd-9.3-release/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-9.3-release/sys/dev/ncv/
H A Dncr53c500.c349 struct scsi_low_softc *slp = &sc->sc_sclow; local
355 printf("%s power down\n", slp->sl_xname);
364 printf("%s resume step O\n", slp->sl_xname);
370 printf("%s resume step I\n", slp->sl_xname);
411 struct scsi_low_softc *slp = &sc->sc_sclow; local
447 len = scsi_low_msgout(slp, ti, flags);
449 scsi_low_cmd(slp, ti);
464 slp->sl_scp.scp_cmd, slp->sl_scp.scp_cmdlen);
478 struct scsi_low_softc *slp local
651 struct scsi_low_softc *slp = &sc->sc_sclow; local
688 struct scsi_low_softc *slp = &sc->sc_sclow; local
751 struct scsi_low_softc *slp = &sc->sc_sclow; local
817 struct scsi_low_softc *slp = &sc->sc_sclow; local
880 struct scsi_low_softc *slp = &sc->sc_sclow; local
912 struct scsi_low_softc *slp = &sc->sc_sclow; local
934 struct scsi_low_softc *slp = &sc->sc_sclow; local
958 struct scsi_low_softc *slp = &sc->sc_sclow; local
990 struct scsi_low_softc *slp = &sc->sc_sclow; local
[all...]
H A Dncr53c500var.h99 #define SOFT_INTR_REQUIRED(slp) (softintr((slp)->sl_irq))
101 #define SOFT_INTR_REQUIRED(slp)
H A Dncr53c500_pccard.c322 struct scsi_low_softc *slp; local
334 slp = &sc->sc_sclow;
335 slp->sl_dev = devi;
339 slp->sl_hostid = NCV_HOSTID;
340 slp->sl_cfgflags = flags;
/freebsd-9.3-release/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-9.3-release/sys/dev/nsp/
H A Dnsp.c232 struct scsi_low_softc *slp = &sc->sc_sclow; local
254 printf("%s: nsp_expect_signal timeout\n", slp->sl_xname);
341 struct scsi_low_softc *slp = &sc->sc_sclow; local
356 SCSI_LOW_ASSERT_ATN(slp);
364 struct scsi_low_softc *slp = &sc->sc_sclow; local
410 scsi_low_arbit_win(slp);
468 struct scsi_low_softc *slp = &sc->sc_sclow; local
473 if ((slp->sl_cfgflags & CFG_NOATTEN) == 0)
478 if ((slp->sl_cfgflags & CFG_NOPARITY) == 0)
486 scsi_low_bus_reset(slp);
641 struct scsi_low_softc *slp = &sc->sc_sclow; local
751 struct scsi_low_softc *slp = &sc->sc_sclow; local
847 struct scsi_low_softc *slp = &sc->sc_sclow; local
938 struct scsi_low_softc *slp = &sc->sc_sclow; local
1036 struct scsi_low_softc *slp = &sc->sc_sclow; local
1115 struct scsi_low_softc *slp = &sc->sc_sclow; local
1224 struct scsi_low_softc *slp = &sc->sc_sclow; local
1291 struct scsi_low_softc *slp = &sc->sc_sclow; local
1323 struct scsi_low_softc *slp = &sc->sc_sclow; local
1352 struct scsi_low_softc *slp = &sc->sc_sclow; local
1363 struct scsi_low_softc *slp = &sc->sc_sclow; local
1390 struct scsi_low_softc *slp = &sc->sc_sclow; local
1425 struct scsi_low_softc *slp = &sc->sc_sclow; local
1445 struct scsi_low_softc *slp = &sc->sc_sclow; local
1856 struct scsi_low_softc *slp = &sc->sc_sclow; local
[all...]
H A Dnspvar.h109 #define SOFT_INTR_REQUIRED(slp) (softintr((slp)->sl_irq))
111 #define SOFT_INTR_REQUIRED(slp)
H A Dnsp_pccard.c260 struct scsi_low_softc *slp; local
277 slp = &sc->sc_sclow;
278 slp->sl_dev = devi;
293 /* slp->sl_irq = devi->pd_irq; */
297 slp->sl_hostid = NSP_HOSTID;
298 slp->sl_cfgflags = flags;
/freebsd-9.3-release/lib/libc/resolv/
H A Dres_mkupdate.c977 struct valuelist *slp; local
985 slp = (struct valuelist *)malloc(sizeof(struct valuelist));
986 if (!slp)
988 slp->name = strdup(sp->s_name);
989 slp->proto = strdup(sp->s_proto);
990 if ((slp->name == NULL) || (slp->proto == NULL)) {
991 if (slp->name) free(slp->name);
992 if (slp
1009 struct valuelist *slp, *slp_next; local
1027 struct valuelist *slp; local
[all...]
/freebsd-9.3-release/sys/dev/isp/
H A Disp_freebsd.c4746 int slp = 0; local
4768 fc->loop_down_time += slp;
4789 slp = 0;
4791 slp = 1;
4793 slp = 5;
4795 slp = 10;
4797 slp = 20;
4799 slp = 30;
4804 fc->loop_down_time += slp;
4806 slp
[all...]
/freebsd-9.3-release/sys/kern/
H A Dvfs_subr.c1800 sync_vnode(struct synclist *slp, struct bufobj **bo, struct thread *td) argument
1805 *bo = LIST_FIRST(slp);
1823 return (*bo == LIST_FIRST(slp));
1852 struct synclist *gslp, *slp; local
1893 * of interrupt race on slp queue.
1898 slp = &syncer_workitem_pending[WI_MPSAFEQ][syncer_delayno];
1917 } while (syncer_state != SYNCER_RUNNING && LIST_EMPTY(slp) &&
1930 while (!LIST_EMPTY(slp)) {
1931 error = sync_vnode(slp, &bo, td);

Completed in 259 milliseconds

12