Searched refs:off (Results 251 - 275 of 1205) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/usr.bin/netstat/
H A Dnetgraph.c66 netgraphprotopr(u_long off, const char *name, int af1 __unused, argument
75 if (off == 0) {
82 kread(off, (char *)&this, sizeof(this));
H A Dpfkey.c114 pfkey_stats(u_long off, const char *name, int family __unused, argument
120 if (off == 0)
124 kread_counters(off, (char *)&pfkeystat, sizeof(pfkeystat));
/freebsd-11-stable/contrib/elftoolchain/libpe/
H A Dlibpe_coff.c188 libpe_write_pe_header(PE *pe, off_t off) argument
195 off = lseek(pe->pe_fd, (off_t) pe->pe_dh->dh_lfanew + 4,
197 return (off);
204 if ((off = libpe_align(pe, off, 8)) < 0)
213 off += 4;
221 return (off);
225 libpe_write_coff_header(PE *pe, off_t off) argument
250 off += sizeof(PE_CoffHdr);
257 if (lseek(pe->pe_fd, off, SEEK_SE
[all...]
/freebsd-11-stable/usr.sbin/i2c/
H A Di2c.c64 uint32_t off; member in struct:options
279 prepare_buf(int size, uint32_t off) argument
288 buf[0] = off & 0xff;
290 buf[0] = (off >> 8) & 0xff;
291 buf[1] = off & 0xff;
319 buf = prepare_buf(bufsize, i2c_opt.off);
474 buf = prepare_buf(bufsize, i2c_opt.off);
555 * iic_msg structures to describe the IO operations, and hand them off to the
568 } off; local
574 msgs[i].buf = off
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c502 Elf32_Off off; local
551 off = sizeof (elf_file) + nshdr * sizeof (Elf32_Shdr);
556 shp->sh_offset = off;
559 off = P2ROUNDUP(shp->sh_offset + shp->sh_size, 8);
565 shp->sh_offset = off;
568 off = shp->sh_offset + shp->sh_size;
574 shp->sh_offset = off;
577 off = P2ROUNDUP(shp->sh_offset + shp->sh_size, 4);
585 shp->sh_offset = off;
589 off
648 Elf64_Off off; local
806 dt_modtext(dtrace_hdl_t *dtp, char *p, int isenabled, GElf_Rela *rela, uint32_t *off) argument
816 dt_modtext(dtrace_hdl_t *dtp, char *p, int isenabled, GElf_Rela *rela, uint32_t *off) argument
826 dt_modtext(dtrace_hdl_t *dtp, char *p, int isenabled, GElf_Rela *rela, uint32_t *off) argument
846 dt_modtext(dtrace_hdl_t *dtp, char *p, int isenabled, GElf_Rela *rela, uint32_t *off) argument
917 dt_modtext(dtrace_hdl_t *dtp, char *p, int isenabled, GElf_Rela *rela, uint32_t *off) argument
940 dt_modtext(dtrace_hdl_t *dtp, char *p, int isenabled, GElf_Rela *rela, uint32_t *off) argument
1062 dt_modtext(dtrace_hdl_t *dtp, char *p, int isenabled, GElf_Rela *rela, uint32_t *off) argument
1211 uint32_t off, eclass, emachine1, emachine2; local
[all...]
/freebsd-11-stable/sbin/fsck_msdosfs/
H A Ddir.c302 off_t off; local
318 off = (startcl - CLUST_FIRST) * boot->bpbSecPerClust + boot->FirstCluster;
320 off *= boot->bpbBytesPerSec;
321 if (lseek(fd, off, SEEK_SET) != off) {
322 perr("Unable to lseek to %" PRId64, off);
333 if (lseek(fd, off, SEEK_SET) != off) {
334 perr("Unable to lseek to %" PRId64, off);
467 off_t off; local
541 off_t off; local
[all...]
/freebsd-11-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-11-stable/bin/ps/
H A Dps.h81 size_t off; /* offset in structure */ member in struct:var
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.cputime.ksh50 sched:::off-cpu
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedargs.ksh49 xdt:sched::off-cpu,
/freebsd-11-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-11-stable/sys/dev/cardbus/
H A Dcardbusvar.h82 uint8_t *tupledata, uint32_t start, uint32_t *off,
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dkobj.h57 int kobj_read_file(struct _buf *file, char *buf, unsigned size, unsigned off);
/freebsd-11-stable/sys/dev/bhnd/siba/
H A Dsibareg.h74 #define SB0_REG_ABS(off) ((off) + SIBA_CFG0_OFFSET)
75 #define SB1_REG_ABS(off) ((off) + SIBA_CFG1_OFFSET)
/freebsd-11-stable/sys/arm/at91/
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);
H A Dat91_pit.c73 RD4(struct pit_softc *sc, bus_size_t off) argument
76 return (bus_read_4(sc->mem_res, off));
80 WR4(struct pit_softc *sc, bus_size_t off, uint32_t val) argument
83 bus_write_4(sc->mem_res, off, val);
H A Dat91_aic.c61 RD4(struct aic_softc *sc, bus_size_t off) argument
64 return (bus_read_4(sc->mem_res, off));
68 WR4(struct aic_softc *sc, bus_size_t off, uint32_t val) argument
71 bus_write_4(sc->mem_res, off, val);
/freebsd-11-stable/etc/rc.d/
H A Ddumpon63 /sbin/dumpon -v off
/freebsd-11-stable/sys/netinet/
H A Din_rmx.c52 extern int in_inithead(void **head, int off);
54 extern int in_detachhead(void **head, int off);
114 in_inithead(void **head, int off) argument
133 in_detachhead(void **head, int off) argument
/freebsd-11-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-11-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-11-stable/sys/dev/qlxgbe/
H A Dql_ioctl.h48 uint32_t off; member in struct:qla_rd_flash
54 uint32_t off; member in struct:qla_wr_flash
62 uint32_t off; member in struct:qla_erase_flash
92 uint64_t off; member in struct:qla_offchip_mem_val
/freebsd-11-stable/stand/common/
H A Dmisc.c119 kern_pread(int fd, vm_offset_t dest, size_t len, off_t off) argument
122 if (lseek(fd, off, SEEK_SET) == -1) {
143 alloc_pread(int fd, off_t off, size_t len) argument
154 if (lseek(fd, off, SEEK_SET) == -1) {
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/locale/
H A Dt_io.c117 off_t off; member in struct:ibuf
126 size_t todo = MIN((size_t)len, ib->buflen - ib->off);
128 memcpy(buf, ib->buf + ib->off, todo);
129 ib->off += todo;
/freebsd-11-stable/sys/sys/
H A Ddisk.h134 off_t off; member in union:diocgattr_arg::__anon8464

Completed in 191 milliseconds

<<11121314151617181920>>