Searched defs:off (Results 276 - 300 of 743) sorted by relevance

<<11121314151617181920>>

/freebsd-10.1-release/contrib/pf/libevent/
H A Devent.c404 struct timeval off; local
744 timeout_correct(struct event_base *base, struct timeval *off) argument
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_delta/
H A Dcompose_delta.c650 const apr_size_t *const off = &ndx->offs[op_ndx]; local
/freebsd-10.1-release/crypto/heimdal/lib/kadm5/
H A Dlog.c320 off_t off; local
394 off_t off; local
463 off_t off; local
864 off_t off, oldof local
[all...]
/freebsd-10.1-release/lib/libc/db/hash/
H A Dhash.c574 int n, ndx, off, size; local
/freebsd-10.1-release/lib/libstand/
H A Dtftp.c113 int off; member in struct:tftp_handle
/freebsd-10.1-release/lib/libusb/
H A Dlibusb10_io.c615 libusb_get_iso_packet_buffer(struct libusb_transfer *transfer, uint32_t off) argument
637 libusb_get_iso_packet_buffer_simple(struct libusb_transfer *transfer, uint32_t off) argument
/freebsd-10.1-release/sbin/ipfw/
H A Dnat.c622 int i, cnt, flag, off; local
740 int i, off, tok, ac1; local
[all...]
/freebsd-10.1-release/sys/amd64/vmm/
H A Dvmm_dev.c105 int error, off, c, prot; local
/freebsd-10.1-release/sys/arm/at91/
H A Dat91_pmc.c174 RD4(struct at91_pmc_softc *sc, bus_size_t off) argument
186 WR4(struct at91_pmc_softc *sc, bus_size_t off, uint32_t val) argument
/freebsd-10.1-release/sys/arm/freescale/imx/
H A Di2c.c149 i2c_write_reg(struct i2c_softc *sc, bus_size_t off, uint8_t val) argument
156 i2c_read_reg(struct i2c_softc *sc, bus_size_t off) argument
163 i2c_flag_set(struct i2c_softc *sc, bus_size_t off, uint8_t mask) argument
/freebsd-10.1-release/sys/arm/ti/
H A Dti_sdhci.c124 ti_mmchs_read_4(struct ti_sdhci_softc *sc, bus_size_t off) argument
131 ti_mmchs_write_4(struct ti_sdhci_softc *sc, bus_size_t off, uint32_t val) argument
138 RD4(struct ti_sdhci_softc *sc, bus_size_t off) argument
145 WR4(struct ti_sdhci_softc *sc, bus_size_t off, uint32_t val) argument
152 ti_sdhci_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off) argument
160 ti_sdhci_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off) argument
203 ti_sdhci_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off) argument
227 ti_sdhci_read_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, uint32_t *data, bus_size_t count) argument
236 ti_sdhci_write_1(device_t dev, struct sdhci_slot *slot, bus_size_t off, uint8_t val) argument
250 ti_sdhci_write_2(device_t dev, struct sdhci_slot *slot, bus_size_t off, uint16_t val) argument
299 ti_sdhci_write_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, uint32_t val) argument
308 ti_sdhci_write_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, uint32_t *data, bus_size_t count) argument
[all...]
H A Dti_sdma.c161 ti_sdma_read_4(struct ti_sdma_softc *sc, bus_size_t off) argument
176 ti_sdma_write_4(struct ti_sdma_softc *sc, bus_size_t off, uint32_t val) argument
/freebsd-10.1-release/sys/arm/ti/twl/
H A Dtwl_clks.c172 twl_clks_read_1(struct twl_clks_softc *sc, struct twl_clk_entry *clk, uint8_t off, uint8_t *val) argument
179 twl_clks_write_1(struct twl_clks_softc *sc, struct twl_clk_entry *clk, uint8_t off, uint8_t val) argument
/freebsd-10.1-release/sys/arm/xscale/ixp425/
H A Dixp425_pci_space.c255 _bs_r(void *v, bus_space_handle_t ioh, bus_size_t off, u_int32_t be) argument
269 _pci_io_bs_r_1(void *v, bus_space_handle_t ioh, bus_size_t off) argument
281 _pci_io_bs_r_2(void *v, bus_space_handle_t ioh, bus_size_t off) argument
293 _pci_io_bs_r_4(void *v, bus_space_handle_t ioh, bus_size_t off) argument
303 _pci_io_bs_r_1_s(void *v, bus_space_handle_t ioh, bus_size_t off) argument
315 _pci_io_bs_r_2_s(void *v, bus_space_handle_t ioh, bus_size_t off) argument
327 _pci_io_bs_r_4_s(void *v, bus_space_handle_t ioh, bus_size_t off) argument
337 _bs_w(void *v, bus_space_handle_t ioh, bus_size_t off, u_int32_t be, u_int32_t data) argument
348 _pci_io_bs_w_1(void *v, bus_space_handle_t ioh, bus_size_t off, u_int8_t val) argument
360 _pci_io_bs_w_2(void *v, bus_space_handle_t ioh, bus_size_t off, u_int16_t val) argument
372 _pci_io_bs_w_4(void *v, bus_space_handle_t ioh, bus_size_t off, u_int32_t val) argument
380 _pci_io_bs_w_1_s(void *v, bus_space_handle_t ioh, bus_size_t off, u_int8_t val) argument
392 _pci_io_bs_w_2_s(void *v, bus_space_handle_t ioh, bus_size_t off, u_int16_t val) argument
404 _pci_io_bs_w_4_s(void *v, bus_space_handle_t ioh, bus_size_t off, u_int32_t val) argument
454 _pci_mem_bs_r_1(void *v, bus_space_handle_t ioh, bus_size_t off) argument
460 _pci_mem_bs_r_2(void *v, bus_space_handle_t ioh, bus_size_t off) argument
466 _pci_mem_bs_r_4(void *v, bus_space_handle_t ioh, bus_size_t off) argument
475 _pci_mem_bs_w_1(void *v, bus_space_handle_t ioh, bus_size_t off, u_int8_t val) argument
482 _pci_mem_bs_w_2(void *v, bus_space_handle_t ioh, bus_size_t off, u_int16_t val) argument
489 _pci_mem_bs_w_4(void *v, bus_space_handle_t ioh, bus_size_t off, u_int32_t val) argument
[all...]
/freebsd-10.1-release/sys/boot/common/
H A Dload_elf_obj.c62 vm_offset_t off; member in struct:elf_file
196 __elfN(obj_loadimage)(struct preloaded_file *fp, elf_file_t ef, u_int64_t off) argument
472 Elf_Addr off = p; local
[all...]
/freebsd-10.1-release/sys/boot/ficl/
H A Dloader.c524 off_t off, ptr; local
/freebsd-10.1-release/sys/boot/i386/libi386/
H A Dpxe.c415 off_t off; member in struct:nfs_iodesc
466 off_t off; member in struct:nfs_iodesc
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/common/avl/
H A Davl.c137 size_t off = tree->avl_offset; local
186 size_t off = tree->avl_offset; local
205 size_t off = tree->avl_offset; local
230 size_t off = tree->avl_offset; local
260 size_t off local
488 size_t off = tree->avl_offset; local
685 size_t off = tree->avl_offset; local
975 size_t off = tree->avl_offset; local
[all...]
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_log.c457 zfs_log_write(zilog_t *zilog, dmu_tx_t *tx, int txtype, znode_t *zp, offset_t off, ssize_t resid, int ioflag) argument
534 zfs_log_truncate(zilog_t *zilog, dmu_tx_t *tx, int txtype, znode_t *zp, uint64_t off, uint64_t len) argument
/freebsd-10.1-release/sys/contrib/ipfilter/netinet/
H A Dip_pptp_pxy.c293 int dlen, off; local
H A Dip_rpcb_pxy.c213 u_int off, dlen; local
286 u_int off, dle local
[all...]
/freebsd-10.1-release/sys/dev/cfi/
H A Dcfi_core.c761 cfi_get16(struct cfi_softc *sc, int off) argument
769 cfi_put16(struct cfi_softc *sc, int off, uint16_t v) argument
/freebsd-10.1-release/sys/dev/cxgb/common/
H A Dcxgb_aq100x.c227 aq100x_power_down(struct cphy *phy, int off) argument
/freebsd-10.1-release/sys/dev/ksyms/
H A Dksyms.c459 off_t off; local
/freebsd-10.1-release/sys/dev/pbio/
H A Dpbio.c147 pbinb(struct pbio_softc *scp, int off) argument
154 pboutb(struct pbio_softc *scp, int off, uint8_t val) argument

Completed in 430 milliseconds

<<11121314151617181920>>