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

/freebsd-10.1-release/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-10.1-release/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)
158 #define SCSI_LOW_INFO(slp, ti, s) scsi_low_info((slp), (ti), (s))
160 #define SCSI_LOW_INFO(slp, ti, s) device_printf((slp)->sl_dev, "%s\n", (s))
243 scsi_low_ccb_message_exec(slp, cb)
244 struct scsi_low_softc *slp;
248 scsi_low_assert_msg(slp, c
412 struct scsi_low_softc *slp = SIM2SLP(sim); local
429 struct scsi_low_softc *slp = SIM2SLP(sim); local
1067 struct scsi_low_softc *slp = arg; local
1137 struct scsi_low_softc *slp = ti->ti_sc; local
1277 struct scsi_low_softc *slp = arg; local
2396 struct scsi_low_softc *slp = ti->ti_sc; local
3891 struct scsi_low_softc *slp = ti->ti_sc; local
3954 struct scsi_low_softc *slp = ti->ti_sc; local
4015 struct scsi_low_softc *slp = ti->ti_sc; local
[all...]
H A Dscsi_low.h677 #define SCSI_LOW_SETUP_MSGPHASE(slp, PHASE) \
679 (slp)->sl_msgphase = (PHASE); \
682 #define SCSI_LOW_ASSERT_ATN(slp) \
684 (slp)->sl_atten = 1; \
687 #define SCSI_LOW_DEASSERT_ATN(slp) \
689 (slp)->sl_atten = 0; \
719 scsi_low_attention(slp)
720 struct scsi_low_softc *slp; variable in typeref:struct:scsi_low_softc
723 if (slp->sl_atten != 0)
726 (*slp
727 SCSI_LOW_ASSERT_ATN(slp); variable
732 struct scsi_low_softc *slp; variable in typeref:struct:scsi_low_softc
740 scsi_low_attention(slp); variable
746 struct scsi_low_softc *slp; variable in typeref:struct:scsi_low_softc
754 struct scsi_low_softc *slp; variable in typeref:struct:scsi_low_softc
765 struct scsi_low_softc *slp; variable in typeref:struct:scsi_low_softc
[all...]
/freebsd-10.1-release/sys/dev/ct/
H A Dct.c342 struct scsi_low_softc *slp = &ct->sc_sclow; local
345 slp->sl_funcs = &ct_funcs;
346 slp->sl_flags |= HW_READ_PADDING;
347 (void) scsi_low_attach(slp, 0, CT_NTARGETS, CT_NLUNS,
374 struct scsi_low_softc *slp = &ct->sc_sclow; local
376 if (slp->sl_atten == 0)
379 scsi_low_attention(slp);
428 struct scsi_low_softc *slp = &ct->sc_sclow; local
436 if (slp->sl_cfgflags & CFG_NOPARITY)
448 cthw_chip_reset(chp, NULL, ct->sc_chipclk, slp
458 struct scsi_low_softc *slp = &ct->sc_sclow; local
643 struct scsi_low_softc *slp = &ct->sc_sclow; local
695 struct scsi_low_softc *slp = &ct->sc_sclow; local
741 struct scsi_low_softc *slp = &ct->sc_sclow; local
784 struct scsi_low_softc *slp = &ct->sc_sclow; local
804 struct scsi_low_softc *slp = &ct->sc_sclow; local
815 struct scsi_low_softc *slp = &ct->sc_sclow; local
841 struct scsi_low_softc *slp = &ct->sc_sclow; local
883 struct scsi_low_softc *slp = &ct->sc_sclow; local
[all...]
H A Dbshw_machdep.c102 struct scsi_low_softc *slp = &ct->sc_sclow; local
113 device_printf(slp->sl_dev,
238 struct scsi_low_softc *slp = &ct->sc_sclow; local
241 struct sc_p *sp = &slp->sl_scp;
246 ti = slp->sl_Tnexus;
269 device_printf(slp->sl_dev,
271 slp->sl_error |= PDMAERR;
273 scsi_low_data_finish(slp);
277 device_printf(slp->sl_dev, "smit_xfer_end: phase miss\n");
278 slp
285 struct scsi_low_softc *slp = &ct->sc_sclow; local
388 struct scsi_low_softc *slp = &ct->sc_sclow; local
449 struct scsi_low_softc *slp = &ct->sc_sclow; local
522 struct scsi_low_softc *slp = &ct->sc_sclow; local
[all...]
H A Dct_isa.c172 struct scsi_low_softc *slp = &ct->sc_sclow; local
294 slp->sl_dev.dv_xname, s, ct->sc_chipclk);
297 slp->sl_dev = dev;
298 slp->sl_hostid = bs->sc_hostid;
299 slp->sl_cfgflags = device_get_flags(dev);
/freebsd-10.1-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.c226 nfsrv3_access(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, argument
250 error = nfsrv_fhtovp(fhp, 0, &vp, nfsd, slp, nam, &rdonly);
293 nfsrv_getattr(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, argument
313 error = nfsrv_fhtovp(fhp, 0, &vp, nfsd, slp, nam, &rdonly);
342 nfsrv_setattr(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, argument
416 error = nfsrv_fhtovp(fhp, 0, &vp, nfsd, slp, nam, &rdonly);
493 nfsrv_lookup(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, argument
523 error = nfs_namei(&nd, nfsd, fhp, len, slp, nam, &md, &dpos,
666 nfsrv_readlink(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, argument
723 error = nfsrv_fhtovp(fhp, 0, &vp, nfsd, slp, na
769 nfsrv_read(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
961 nfsrv_write(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
1178 nfsrv_create(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
1464 nfsrv_mknod(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
1649 nfsrv_remove(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
1753 nfsrv_rename(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
1980 nfsrv_link(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
2120 nfsrv_symlink(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
2292 nfsrv_mkdir(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
2450 nfsrv_rmdir(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
2604 nfsrv_readdir(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
2897 nfsrv_readdirplus(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
3274 nfsrv_commit(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
3436 nfsrv_statfs(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
3526 nfsrv_fsinfo(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
3598 nfsrv_pathconf(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
3669 nfsrv_null(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
3688 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) = {
256 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,
644 error = nfsrv_fhtovp(fhp, 0, &dp, nfsd, slp, nam, &rdonly);
1029 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
1028 nfsrv_fhtovp(fhandle_t *fhp, int flags, struct vnode **vpp, struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct sockaddr *nam, int *rdonlyp) argument
/freebsd-10.1-release/sys/dev/stg/
H A Dtmc18c30.c180 struct scsi_low_softc *slp = &sc->sc_sclow; local
218 if (slp->sl_cfgflags & CFG_NOATTEN)
334 struct scsi_low_softc *slp = &sc->sc_sclow; local
337 if ((slp->sl_cfgflags & CFG_NOPARITY) == 0)
346 scsi_low_bus_reset(slp);
427 struct scsi_low_softc *slp = &sc->sc_sclow; local
431 sc->sc_idbit = (1 << slp->sl_hostid);
432 slp->sl_funcs = &stgfuncs;
435 slp->sl_flags |= HW_READ_PADDING;
436 slp
450 struct scsi_low_softc *slp = &sc->sc_sclow; local
516 struct scsi_low_softc *slp = &sc->sc_sclow; local
609 struct scsi_low_softc *slp = &sc->sc_sclow; local
688 struct scsi_low_softc *slp = &sc->sc_sclow; local
712 struct scsi_low_softc *slp = &sc->sc_sclow; local
790 struct scsi_low_softc *slp = &sc->sc_sclow; local
874 struct scsi_low_softc *slp = &sc->sc_sclow; local
901 struct scsi_low_softc *slp = &sc->sc_sclow; local
927 struct scsi_low_softc *slp = &sc->sc_sclow; local
965 struct scsi_low_softc *slp = &sc->sc_sclow; local
980 struct scsi_low_softc *slp = &sc->sc_sclow; local
1306 struct scsi_low_softc *slp = &sc->sc_sclow; local
[all...]
H A Dtmc18c30_subr.c140 struct scsi_low_softc *slp; local
149 slp = &sc->sc_sclow;
150 slp->sl_dev = dev;
154 slp->sl_hostid = STG_HOSTID;
155 slp->sl_cfgflags = flags;
/freebsd-10.1-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-10.1-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-10.1-release/sys/dev/ncv/
H A Dncr53c500.c322 struct scsi_low_softc *slp = &sc->sc_sclow; local
328 device_printf(slp->sl_dev, "power down\n");
337 device_printf(slp->sl_dev, "resume step O\n");
343 device_printf(slp->sl_dev, "resume step I\n");
384 struct scsi_low_softc *slp = &sc->sc_sclow; local
420 len = scsi_low_msgout(slp, ti, flags);
422 scsi_low_cmd(slp, ti);
437 slp->sl_scp.scp_cmd, slp->sl_scp.scp_cmdlen);
451 struct scsi_low_softc *slp local
612 struct scsi_low_softc *slp = &sc->sc_sclow; local
649 struct scsi_low_softc *slp = &sc->sc_sclow; local
712 struct scsi_low_softc *slp = &sc->sc_sclow; local
778 struct scsi_low_softc *slp = &sc->sc_sclow; local
841 struct scsi_low_softc *slp = &sc->sc_sclow; local
873 struct scsi_low_softc *slp = &sc->sc_sclow; local
895 struct scsi_low_softc *slp = &sc->sc_sclow; local
919 struct scsi_low_softc *slp = &sc->sc_sclow; local
951 struct scsi_low_softc *slp = &sc->sc_sclow; local
[all...]
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-10.1-release/sys/dev/nsp/
H A Dnsp.c207 struct scsi_low_softc *slp = &sc->sc_sclow; local
229 device_printf(slp->sl_dev, "nsp_expect_signal timeout\n");
316 struct scsi_low_softc *slp = &sc->sc_sclow; local
331 SCSI_LOW_ASSERT_ATN(slp);
339 struct scsi_low_softc *slp = &sc->sc_sclow; local
385 scsi_low_arbit_win(slp);
443 struct scsi_low_softc *slp = &sc->sc_sclow; local
448 if ((slp->sl_cfgflags & CFG_NOATTEN) == 0)
453 if ((slp->sl_cfgflags & CFG_NOPARITY) == 0)
461 scsi_low_bus_reset(slp);
604 struct scsi_low_softc *slp = &sc->sc_sclow; local
714 struct scsi_low_softc *slp = &sc->sc_sclow; local
811 struct scsi_low_softc *slp = &sc->sc_sclow; local
902 struct scsi_low_softc *slp = &sc->sc_sclow; local
1001 struct scsi_low_softc *slp = &sc->sc_sclow; local
1080 struct scsi_low_softc *slp = &sc->sc_sclow; local
1189 struct scsi_low_softc *slp = &sc->sc_sclow; local
1256 struct scsi_low_softc *slp = &sc->sc_sclow; local
1288 struct scsi_low_softc *slp = &sc->sc_sclow; local
1317 struct scsi_low_softc *slp = &sc->sc_sclow; local
1328 struct scsi_low_softc *slp = &sc->sc_sclow; local
1355 struct scsi_low_softc *slp = &sc->sc_sclow; local
1390 struct scsi_low_softc *slp = &sc->sc_sclow; local
1410 struct scsi_low_softc *slp = &sc->sc_sclow; local
1816 struct scsi_low_softc *slp = &sc->sc_sclow; local
[all...]
H A Dnsp_pccard.c259 struct scsi_low_softc *slp; local
276 slp = &sc->sc_sclow;
277 slp->sl_dev = devi;
292 /* slp->sl_irq = devi->pd_irq; */
296 slp->sl_hostid = NSP_HOSTID;
297 slp->sl_cfgflags = flags;
/freebsd-10.1-release/lib/libc/resolv/
H A Dres_mkupdate.c978 struct valuelist *slp; local
986 slp = (struct valuelist *)malloc(sizeof(struct valuelist));
987 if (!slp)
989 slp->name = strdup(sp->s_name);
990 slp->proto = strdup(sp->s_proto);
991 if ((slp->name == NULL) || (slp->proto == NULL)) {
992 if (slp->name) free(slp->name);
993 if (slp
1010 struct valuelist *slp, *slp_next; local
1028 struct valuelist *slp; local
[all...]
/freebsd-10.1-release/sys/dev/isp/
H A Disp_freebsd.c4747 int slp = 0; local
4769 fc->loop_down_time += slp;
4790 slp = 0;
4792 slp = 1;
4794 slp = 5;
4796 slp = 10;
4798 slp = 20;
4800 slp = 30;
4805 fc->loop_down_time += slp;
4807 slp
[all...]
/freebsd-10.1-release/sys/kern/
H A Dvfs_subr.c1731 sync_vnode(struct synclist *slp, struct bufobj **bo, struct thread *td) argument
1736 *bo = LIST_FIRST(slp);
1754 return (*bo == LIST_FIRST(slp));
1782 struct synclist *next, *slp; local
1823 * of interrupt race on slp queue.
1828 slp = &syncer_workitem_pending[syncer_delayno];
1845 } while (syncer_state != SYNCER_RUNNING && LIST_EMPTY(slp) &&
1858 while (!LIST_EMPTY(slp)) {
1859 error = sync_vnode(slp, &bo, td);
/freebsd-10.1-release/etc/
H A Dservices1734 eicon-slp 1440/tcp #Eicon Service Location Protocol
1735 eicon-slp 1440/udp #Eicon Service Location Protocol

Completed in 301 milliseconds