Searched defs:bytes (Results 151 - 175 of 490) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssh/
H A Dprogressmeter.c89 format_rate(off_t bytes) argument
110 format_size(off_t bytes) argument
[all...]
/freebsd-current/lib/librpcsec_gss/
H A Drpcsec_gss_conf.c144 int bytes; local
[all...]
/freebsd-current/stand/libsa/geli/
H A Dgeliboot.c311 geli_io(struct geli_dev *gdev, geli_op_t enc, off_t offset, u_char *buf, size_t bytes) argument
/freebsd-current/sys/dev/iicbus/
H A Diicsmb.c355 uint8_t bytes[] = { cmd, byte }; local
368 uint8_t bytes[] = { cmd, word & 0xff, word >> 8 }; local
427 uint8_t bytes[2] = { cmd, count }; local
/freebsd-current/sys/dev/iicbus/mux/
H A Diicmux.c158 iicmux_read(device_t dev, char *buf, int len, int *bytes, int last, int delay) argument
206 iicmux_write(device_t dev, const char *buf, int len, int *bytes, int timeout) argument
/freebsd-current/sys/fs/udf/
H A Dosta.c238 unsigned char bytes[] = { 0x70, 0x6A, 0x77 }; variable
[all...]
/freebsd-current/sys/dev/firewire/
H A Diec68113.h97 uint8_t bytes[3]; member in union:ciphdr::__anon2375
/freebsd-current/sys/netpfil/ipfw/test/
H A Ddn_test.h118 uint64_t bytes; member in struct:dn_flow
/freebsd-current/usr.sbin/ppp/
H A Dlink.c134 size_t len, bytes; local
/freebsd-current/contrib/libevent/
H A Devent_tagging.c180 int bytes = 0; local
H A Devent_iocp.c76 DWORD bytes=0; local
116 DWORD bytes=0; local
H A Darc4random.c257 int bytes, n, i, nybbles; local
/freebsd-current/contrib/libevent/sample/
H A Dhttps-client.c482 size_t bytes = 0; local
/freebsd-current/sys/crypto/chacha20/
H A Dchacha.c111 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) argument
/freebsd-current/usr.sbin/bhyve/
H A Dpctestdev.c213 pctestdev_ioport_io(struct vmctx *ctx __unused, int in, int port, int bytes, uint32_t *eax, void *arg __unused) argument
236 pctestdev_irq_io(struct vmctx *ctx, int in, int port, int bytes, uint32_t *eax, void *arg __unused) argument
/freebsd-current/usr.sbin/bhyve/amd64/
H A Dpm.c60 reset_handler(struct vmctx *ctx __unused, int in, int port __unused, int bytes, uint32_t *eax, void *arg __unused) argument
158 pm1_status_handler(struct vmctx *ctx, int in, int port __unused, int bytes, uint32_t *eax, void *arg __unused) argument
182 pm1_enable_handler(struct vmctx *ctx, int in, int port __unused, int bytes, uint32_t *eax, void *arg __unused) argument
235 pm1_control_handler(struct vmctx *ctx, int in, int port __unused, int bytes, uint32_t *eax, void *arg __unused) argument
285 gpe0_sts(struct vmctx *ctx, int in, int port __unused, int bytes, uint32_t *eax, void *arg __unused) argument
309 gpe0_en(struct vmctx *ctx, int in, int port __unused, int bytes, uint32_t *eax, void *arg __unused) argument
333 smi_cmd_handler(struct vmctx *ctx, int in, int port __unused, int bytes, uint32_t *eax, void *arg __unused) argument
[all...]
/freebsd-current/sys/geom/vinum/
H A Dgeom_vinum_share.c699 gv_roughlength(off_t bytes, int lj) argument
[all...]
/freebsd-current/lib/libc/db/hash/
H A Dhash_bigkey.c274 u_int16_t bytes; local
/freebsd-current/sbin/ipf/ipfsync/
H A Dipfsyncd.c519 int bytes; local
[all...]
/freebsd-current/sys/arm/ti/
H A Dti_spi.c301 int bytes, timeout; local
334 int bytes, timeout; local
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_plist.c944 const void *bytes; local
/freebsd-current/sys/dev/pci/controller/
H A Dpci_n1sdp.c256 n1sdp_pcie_read_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, int bytes) argument
302 n1sdp_pcie_write_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, uint32_t val, int bytes) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h33 static ArrayRef<uint8_t> bytes(const codeview::CVType &Item) { function in struct:llvm::BinaryItemTraits
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp359 std::vector<uint8_t> bytes; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kMachineFunction.h82 void setCalleeSavedFrameSize(unsigned bytes) { CalleeSavedFrameSize = bytes; } argument
85 void setBytesToPopOnReturn(unsigned bytes) { BytesToPopOnReturn = bytes; } argument

Completed in 380 milliseconds

1234567891011>>