Searched refs:isc (Results 1 - 25 of 203) sorted by relevance

123456789

/freebsd-current/contrib/ntp/libntp/
H A DMakefile.am9 lib/isc/task_p.h \
10 lib/isc/include/isc/app.h \
11 lib/isc/include/isc/assertions.h \
12 lib/isc/include/isc/backtrace.h \
13 lib/isc/include/isc/bind9.h \
14 lib/isc/includ
[all...]
H A DMakefile.in100 @PTHREADS_TRUE@ lib/isc/pthreads/condition.c \
101 @PTHREADS_TRUE@ lib/isc/pthreads/mutex.c \
102 @PTHREADS_TRUE@ lib/isc/pthreads/thread.c \
106 @PTHREADS_FALSE@ lib/isc/nothreads/condition.c \
107 @PTHREADS_FALSE@ lib/isc/nothreads/thread.c \
183 ymd2yd.c lib/isc/assertions.c lib/isc/buffer.c \
184 lib/isc/backtrace-emptytbl.c lib/isc/backtrace.c \
185 lib/isc/uni
[all...]
/freebsd-current/contrib/ntp/libntp/lib/isc/nothreads/
H A Dcondition.c22 #include <isc/util.h>
H A Dthread.c22 #include <isc/thread.h>
23 #include <isc/util.h>
/freebsd-current/contrib/ntp/libntp/lib/isc/nothreads/include/isc/
H A Dthread.h23 #include <isc/lang.h>
24 #include <isc/result.h>
/freebsd-current/sys/cam/
H A Dcam_iosched.h86 struct bio *cam_iosched_next_trim(struct cam_iosched_softc *isc);
87 struct bio *cam_iosched_get_trim(struct cam_iosched_softc *isc);
88 struct bio *cam_iosched_next_bio(struct cam_iosched_softc *isc);
89 void cam_iosched_queue_work(struct cam_iosched_softc *isc, struct bio *bp);
90 void cam_iosched_flush(struct cam_iosched_softc *isc, struct devstat *stp, int err);
91 void cam_iosched_schedule(struct cam_iosched_softc *isc, struct cam_periph *periph);
92 void cam_iosched_finish_trim(struct cam_iosched_softc *isc);
93 void cam_iosched_submit_trim(struct cam_iosched_softc *isc);
94 void cam_iosched_put_back_trim(struct cam_iosched_softc *isc, struct bio *bp);
95 void cam_iosched_set_sort_queue(struct cam_iosched_softc *isc, in
[all...]
H A Dcam_iosched.c601 struct cam_iosched_softc *isc = arg; local
605 callout_reset(&isc->ticker, hz / isc->quanta, cam_iosched_ticker, isc);
608 delta = now - isc->last_time;
609 isc->this_frac = (uint32_t)delta >> 16; /* Note: discards seconds -- should be 0 harmless if not */
610 isc->last_time = now;
612 cam_iosched_cl_maybe_steer(&isc->cl);
614 cam_iosched_limiter_tick(&isc->read_stats);
615 cam_iosched_limiter_tick(&isc
654 cam_iosched_cl_init(struct control_loop *clp, struct cam_iosched_softc *isc) argument
669 struct cam_iosched_softc *isc; local
762 cam_iosched_has_flagged_work(struct cam_iosched_softc *isc) argument
768 cam_iosched_has_io(struct cam_iosched_softc *isc) argument
790 cam_iosched_has_more_trim(struct cam_iosched_softc *isc) argument
829 cam_iosched_has_work(struct cam_iosched_softc *isc) argument
845 cam_iosched_iop_stats_init(struct cam_iosched_softc *isc, struct iop_stats *ios) argument
868 struct cam_iosched_softc *isc; local
914 struct cam_iosched_softc *isc; local
1005 cam_iosched_iop_stats_sysctl_init(struct cam_iosched_softc *isc, struct iop_stats *ios, char *name) argument
1090 cam_iosched_cl_sysctl_init(struct cam_iosched_softc *isc) argument
1183 cam_iosched_fini(struct cam_iosched_softc *isc) argument
1208 cam_iosched_sysctl_init(struct cam_iosched_softc *isc, struct sysctl_ctx_list *ctx, struct sysctl_oid *node) argument
1270 cam_iosched_set_latfcn(struct cam_iosched_softc *isc, cam_iosched_latfcn_t fnp, void *argp) argument
1301 cam_iosched_set_trim_goal(struct cam_iosched_softc *isc, int goal) argument
1308 cam_iosched_set_trim_ticks(struct cam_iosched_softc *isc, int trim_ticks) argument
1320 cam_iosched_flush(struct cam_iosched_softc *isc, struct devstat *stp, int err) argument
1332 cam_iosched_get_write(struct cam_iosched_softc *isc) argument
1400 cam_iosched_put_back_trim(struct cam_iosched_softc *isc, struct bio *bp) argument
1421 cam_iosched_next_trim(struct cam_iosched_softc *isc) argument
1447 cam_iosched_get_trim(struct cam_iosched_softc *isc) argument
1534 cam_iosched_next_bio(struct cam_iosched_softc *isc) argument
1633 cam_iosched_queue_work(struct cam_iosched_softc *isc, struct bio *bp) argument
1731 cam_iosched_schedule(struct cam_iosched_softc *isc, struct cam_periph *periph) argument
1742 cam_iosched_trim_done(struct cam_iosched_softc *isc) argument
1753 cam_iosched_bio_complete(struct cam_iosched_softc *isc, struct bio *bp, union ccb *done_ccb) argument
1811 cam_iosched_submit_trim(struct cam_iosched_softc *isc) argument
1821 cam_iosched_set_sort_queue(struct cam_iosched_softc *isc, int val) argument
1828 cam_iosched_has_work_flags(struct cam_iosched_softc *isc, uint32_t flags) argument
1834 cam_iosched_set_work_flags(struct cam_iosched_softc *isc, uint32_t flags) argument
1840 cam_iosched_clr_work_flags(struct cam_iosched_softc *isc, uint32_t flags) argument
1995 cam_iosched_io_metric_update(struct cam_iosched_softc *isc, sbintime_t sim_latency, int cmd, size_t size) argument
2031 struct cam_iosched_softc *isc; local
[all...]
/freebsd-current/sys/arm/ti/usb/
H A Domap_host.c132 omap_uhh_init(struct omap_uhh_softc *isc) argument
139 ti_sysc_clock_enable(device_get_parent(isc->sc_dev));
142 isc->uhh_rev = omap_uhh_read_4(isc, OMAP_USBHOST_UHH_REVISION);
143 device_printf(isc->sc_dev, "UHH revision 0x%08x\n", isc->uhh_rev);
147 if (isc->uhh_rev == OMAP_UHH_REV2) {
153 switch(isc->port_mode[0]) {
158 device_printf(isc->sc_dev,
161 device_printf(isc
304 omap_uhh_fini(struct omap_uhh_softc *isc) argument
337 struct omap_uhh_softc *isc; local
364 struct omap_uhh_softc *isc = device_get_softc(dev); local
433 struct omap_uhh_softc *isc = device_get_softc(dev); local
[all...]
/freebsd-current/contrib/ntp/libntp/lib/isc/include/isc/
H A Dlib.h23 /*! \file isc/lib.h */
25 #include <isc/types.h>
26 #include <isc/lang.h>
H A Derror.h23 /*! \file isc/error.h */
27 #include <isc/formatcheck.h>
28 #include <isc/lang.h>
29 #include <isc/platform.h>
H A Dmsgcat.h27 /*! \file isc/msgcat.h
61 #include <isc/lang.h>
62 #include <isc/types.h>
H A Dondestroy.h23 #include <isc/lang.h>
24 #include <isc/types.h>
28 /*! \file isc/ondestroy.h
H A Drandom.h23 #include <isc/lang.h>
24 #include <isc/types.h>
26 /*! \file isc/random.h
/freebsd-current/lib/libc/isc/
H A DMakefile.inc2 # isc sources
3 .PATH: ${LIBC_SRCTOP}/isc
/freebsd-current/contrib/ntp/libntp/lib/isc/
H A Dbacktrace-emptytbl.c31 #include <isc/backtrace.h>
H A Dlib.c27 #include <isc/app.h>
28 #include <isc/lib.h>
29 #include <isc/mem.h>
30 #include <isc/msgs.h>
31 #include <isc/once.h>
32 #include <isc/socket.h>
33 #include <isc/task.h>
34 #include <isc/timer.h>
35 #include <isc/util.h>
/freebsd-current/contrib/ntp/libntp/lib/isc/win32/
H A Dstdtime.c24 #include <isc/assertions.h>
25 #include <isc/stdtime.h>
26 #include <isc/util.h>
H A Donce.c26 #include <isc/once.h>
27 #include <isc/assertions.h>
28 #include <isc/util.h>
/freebsd-current/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dcondition.h25 #include <isc/lang.h>
26 #include <isc/mutex.h>
27 #include <isc/thread.h>
28 #include <isc/types.h>
H A Donce.h23 #include <isc/lang.h>
24 #include <isc/result.h>
H A Dstdtime.h23 #include <isc/lang.h>
24 #include <isc/int.h>
/freebsd-current/contrib/ntp/libntp/lib/isc/pthreads/include/isc/
H A Donce.h27 #include <isc/platform.h>
28 #include <isc/result.h>
/freebsd-current/contrib/ntp/libntp/lib/isc/unix/
H A Derrno2result.h25 /* XXXDCL this should be moved to lib/isc/include/isc/errno2result.h. */
29 #include <isc/lang.h>
30 #include <isc/types.h>
/freebsd-current/contrib/ntp/libntp/lib/isc/unix/include/isc/
H A Dstdtime.h25 #include <isc/lang.h>
26 #include <isc/int.h>
/freebsd-current/sbin/ipf/ipscan/
H A Dipscan_y.y258 printent(ipscan_t *isc)
265 bcopy(isc->ipsc_ctxt, buf, ISC_TLEN);
266 printf("%s : (\"", isc->ipsc_tag);
267 printbuf(isc->ipsc_ctxt, isc->ipsc_clen, 0);
269 bcopy(isc->ipsc_cmsk, buf, ISC_TLEN);
272 printbuf(isc->ipsc_stxt, isc->ipsc_slen, 0);
274 bcopy(isc->ipsc_smsk, buf, ISC_TLEN);
277 switch (isc
[all...]

Completed in 108 milliseconds

123456789