Searched refs:off (Results 226 - 250 of 1124) sorted by relevance

1234567891011>>

/freebsd-10-stable/sys/dev/qlxgb/
H A Dqla_glbl.h95 extern int qla_fw_update(qla_host_t *ha, void *fdata, uint32_t off,
97 extern int qla_erase_flash(qla_host_t *ha, uint32_t off, uint32_t size);
98 extern int qla_wr_flash_buffer(qla_host_t *ha, uint32_t off, uint32_t size,
H A Dqla_ioctl.c115 if ((rval = qla_rd_flash32(ha, rdf->off, &rdf->data)))
121 if ((rval = qla_wr_flash_buffer(ha, wrf->off, wrf->size,
128 if (qla_erase_flash(ha, ((qla_erase_flash_t *)data)->off,
/freebsd-10-stable/sys/netgraph/
H A Dng_parse.h207 * The ASCII characters begin at offset *off in 'string'. The binary
212 * *off is updated to point just past the end of the parsed range of
217 * and *off points just past the last char parsed.
227 int *off, const u_char *start,
234 * *off points to the current byte in 'data' and should be updated
242 const u_char *data, int *off, char *buf, int buflen);
496 int *off, u_char *buf, int *buflen);
499 * See typedef ng_unparse_t for definition (*off assumed to be zero).
/freebsd-10-stable/usr.bin/netstat/
H A Dnetgraph.c65 netgraphprotopr(u_long off, const char *name, int af1 __unused, argument
74 if (off == 0) {
82 kread(off, (char *)&this, sizeof(this));
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dam335x-igep0033.dtsi138 gpmc,cs-rd-off-ns = <44>;
139 gpmc,cs-wr-off-ns = <44>;
141 gpmc,adv-rd-off-ns = <34>;
142 gpmc,adv-wr-off-ns = <44>;
144 gpmc,we-off-ns = <40>;
146 gpmc,oe-off-ns = <54>;
H A Dexynos3250-rinato.dts174 power-off-delay= <120>;
256 regulator-off-in-suspend;
267 regulator-off-in-suspend;
278 regulator-off-in-suspend;
289 regulator-off-in-suspend;
300 regulator-off-in-suspend;
311 regulator-off-in-suspend;
322 regulator-off-in-suspend;
343 regulator-off-in-suspend;
367 regulator-off
[all...]
H A Domap3-evm-37xx.dts169 gpmc,cs-rd-off-ns = <44>;
170 gpmc,cs-wr-off-ns = <44>;
172 gpmc,adv-rd-off-ns = <34>;
173 gpmc,adv-wr-off-ns = <44>;
174 gpmc,we-off-ns = <40>;
175 gpmc,oe-off-ns = <54>;
H A Domap3-lilly-dbb056.dts140 gpmc,cs-rd-off-ns = <65>;
141 gpmc,cs-wr-off-ns = <65>;
143 gpmc,adv-rd-off-ns = <10>;
144 gpmc,adv-wr-off-ns = <10>;
146 gpmc,oe-off-ns = <65>;
148 gpmc,we-off-ns = <65>;
/freebsd-10-stable/sys/netinet6/
H A Dicmp6.c258 int off; local
315 off = ip6_lasthdr(m, 0, IPPROTO_IPV6, &nxt);
316 if (off >= 0 && nxt == IPPROTO_ICMPV6) {
320 IP6_EXTHDR_CHECK(m, 0, off + sizeof(struct icmp6_hdr), );
321 icp = (struct icmp6_hdr *)(mtod(m, caddr_t) + off);
323 IP6_EXTHDR_GET(icp, struct icmp6_hdr *, m, off,
411 int off = *offp; local
420 IP6_EXTHDR_CHECK(m, off, sizeof(struct icmp6_hdr), IPPROTO_DONE);
455 icmp6 = (struct icmp6_hdr *)((caddr_t)ip6 + off);
457 IP6_EXTHDR_GET(icmp6, struct icmp6_hdr *, m, off, sizeo
952 icmp6_notify_error(struct mbuf **mp, int off, int icmp6len, int code) argument
1248 ni6_input(struct mbuf *m, int off) argument
1968 icmp6_rip6_input(struct mbuf **mp, int off) argument
2128 icmp6_reflect(struct mbuf *m, size_t off) argument
2319 icmp6_redirect_input(struct mbuf *m, int off) argument
[all...]
/freebsd-10-stable/sys/kern/
H A Duipc_mbuf.c88 * Ensure the correct size of various mbuf parameters. It could be off due
604 int off = off0; local
608 KASSERT(off >= 0, ("m_copym, negative off %d", off));
611 if (off == 0 && m->m_flags & M_PKTHDR)
613 while (off > 0) {
615 if (off < m->m_len)
617 off -= m->m_len;
644 n->m_len = min(len, m->m_len - off);
683 m_copymdata(struct mbuf *m, struct mbuf *n, int off, int len, int prep, int how) argument
871 m_copydata(const struct mbuf *m, int off, int len, caddr_t cp) argument
1259 m_devget(char *buf, int totlen, int off, struct ifnet *ifp, void (*copy)(char *from, caddr_t to, u_int len)) argument
1325 m_copyback(struct mbuf *m0, int off, int len, c_caddr_t cp) argument
1424 m_apply(struct mbuf *m, int off, int len, int (*f)(void *, void *, u_int), void *arg) argument
1456 m_getptr(struct mbuf *m, int loc, int *off) argument
1921 int len, off; local
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c505 Elf32_Off off; local
556 off = sizeof (elf_file) + nshdr * sizeof (Elf32_Shdr);
561 shp->sh_offset = off;
564 off = P2ROUNDUP(shp->sh_offset + shp->sh_size, 8);
570 shp->sh_offset = off;
573 off = shp->sh_offset + shp->sh_size;
579 shp->sh_offset = off;
582 off = P2ROUNDUP(shp->sh_offset + shp->sh_size, 4);
590 shp->sh_offset = off;
594 off
653 Elf64_Off off; local
811 dt_modtext(dtrace_hdl_t *dtp, char *p, int isenabled, GElf_Rela *rela, uint32_t *off) argument
820 dt_modtext(dtrace_hdl_t *dtp, char *p, int isenabled, GElf_Rela *rela, uint32_t *off) argument
829 dt_modtext(dtrace_hdl_t *dtp, char *p, int isenabled, GElf_Rela *rela, uint32_t *off) argument
848 dt_modtext(dtrace_hdl_t *dtp, char *p, int isenabled, GElf_Rela *rela, uint32_t *off) argument
933 dt_modtext(dtrace_hdl_t *dtp, char *p, int isenabled, GElf_Rela *rela, uint32_t *off) argument
1055 dt_modtext(dtrace_hdl_t *dtp, char *p, int isenabled, GElf_Rela *rela, uint32_t *off) argument
1203 uint32_t off, eclass, emachine1, emachine2; local
1697 uint64_t off, rc; local
[all...]
/freebsd-10-stable/lib/libstand/
H A Dnfs.c78 n_long off; member in struct:nfs_read_args
118 off_t off; member in struct:nfs_iodesc
182 off_t off; member in struct:nfs_iodesc
398 nfs_readdata(struct nfs_iodesc *d, off_t off, void *addr, size_t len) argument
418 args->off = htonl((n_long)off);
632 currfd->off = 0;
676 printf("nfs_read: size=%lu off=%d\n", (u_long)size,
677 (int)fp->off);
681 cc = nfs_readdata(fp, fp->off, (voi
1027 nfs_readdata(struct nfs_iodesc *d, off_t off, void *addr, size_t len) argument
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.cputime.ksh50 sched:::off-cpu
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedargs.ksh49 xdt:sched::off-cpu,
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/mips/
H A Ddt_isadep.c60 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, ulong_t off)
59 dt_pid_create_offset_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, ulong_t off) argument
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_recvmmsg.c76 off_t off; local
91 for (off = 0, n = 0; n < mmsgcnt; n++) {
92 iov[n].iov_base = buf + off;
94 off += iov[n].iov_len;
/freebsd-10-stable/sys/arm/at91/
H A Dat91_aic.c63 RD4(struct aic_softc *sc, bus_size_t off) argument
66 return (bus_read_4(sc->mem_res, off));
70 WR4(struct aic_softc *sc, bus_size_t off, uint32_t val) argument
73 bus_write_4(sc->mem_res, off, val);
H A Dat91_pit.c74 RD4(struct pit_softc *sc, bus_size_t off) argument
77 return (bus_read_4(sc->mem_res, off));
81 WR4(struct pit_softc *sc, bus_size_t off, uint32_t val) argument
84 bus_write_4(sc->mem_res, off, val);
H A Dat91_rst.c68 RD4(struct at91_rst_softc *sc, bus_size_t off) argument
71 return (bus_read_4(sc->mem_res, off));
75 WR4(struct at91_rst_softc *sc, bus_size_t off, uint32_t val) argument
78 bus_write_4(sc->mem_res, off, val);
/freebsd-10-stable/sys/cddl/compat/opensolaris/sys/
H A Dkobj.h57 int kobj_read_file(struct _buf *file, char *buf, unsigned size, unsigned off);
/freebsd-10-stable/sys/dev/nxge/include/
H A Dxgehal-mgmt.h100 xge_hal_mgmt_hw_stats_off(xge_hal_device_h devh, int off, int size, char *out);
107 xge_hal_mgmt_pcim_stats_off(xge_hal_device_h devh, int off, int size,
162 xge_hal_read_eeprom(xge_hal_device_h devh, int off, u32* data);
165 xge_hal_write_eeprom(xge_hal_device_h devh, int off, u32 data, int cnt);
/freebsd-10-stable/sys/sys/
H A Ddisk.h133 off_t off; member in union:diocgattr_arg::__anon11487
/freebsd-10-stable/sys/dev/cardbus/
H A Dcardbusvar.h82 uint8_t *tupledata, uint32_t start, uint32_t *off,
/freebsd-10-stable/sys/fs/msdosfs/
H A Dmsdosfsmount.h172 #define de_cluster(pmp, off) \
173 ((off) >> (pmp)->pm_cnshift)
184 #define de_blk(pmp, off) \
185 (de_cn2bn(pmp, de_cluster((pmp), (off))))
/freebsd-10-stable/usr.sbin/uefisign/
H A Duefisign.h89 off_t off, size_t len, const char *name);

Completed in 304 milliseconds

1234567891011>>