Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 430) sorted by relevance

12345678910>>...18

/NextBSD/sys/amd64/pci/
HDpci_cfgreg.c122 pci_docfgregread(int bus, int slot, int func, int reg, int bytes) in pci_docfgregread()
137 pci_cfgregread(int bus, int slot, int func, int reg, int bytes) in pci_cfgregread()
162 pci_cfgregwrite(int bus, int slot, int func, int reg, u_int32_t data, int bytes) in pci_cfgregwrite()
179 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) in pci_cfgenable()
205 pcireg_cfgread(int bus, int slot, int func, int reg, int bytes) in pcireg_cfgread()
231 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) in pcireg_cfgwrite()
314 unsigned bytes) in pciereg_cfgread()
345 unsigned bytes) in pciereg_cfgwrite()
/NextBSD/crypto/openssl/crypto/rand/
HDrand_egd.c99 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes()
109 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes()
138 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes()
274 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes()
/NextBSD/lib/libstand/
HDzalloc.c89 znalloc(MemPool *mp, uintptr_t bytes) in znalloc()
148 zfree(MemPool *mp, void *ptr, uintptr_t bytes) in zfree()
257 zextendPool(MemPool *mp, void *base, uintptr_t bytes) in zextendPool()
HDzalloc_malloc.c54 Malloc(size_t bytes, const char *file, int line) in Malloc()
91 size_t bytes; in Free() local
129 uintptr_t bytes = (uintptr_t)n1 * (uintptr_t)n2; in Calloc() local
/NextBSD/crypto/openssl/crypto/cms/
HDcms_att.c99 const void *bytes, int len) in CMS_signed_add1_attr_by_OBJ()
107 int nid, int type, const void *bytes, int len) in CMS_signed_add1_attr_by_NID()
116 const void *bytes, int len) in CMS_signed_add1_attr_by_txt()
165 const void *bytes, int len) in CMS_unsigned_add1_attr_by_OBJ()
174 const void *bytes, int len) in CMS_unsigned_add1_attr_by_NID()
183 const void *bytes, int len) in CMS_unsigned_add1_attr_by_txt()
/NextBSD/sys/boot/arm/at91/libat91/
HDlib_AT91RM9200.h162 unsigned int bytes) // \arg number of bytes to be received in AT91F_PDC_SetNextRx()
176 unsigned int bytes) // \arg number of bytes to be transmitted in AT91F_PDC_SetNextTx()
190 unsigned int bytes) // \arg number of bytes to be received in AT91F_PDC_SetRx()
204 unsigned int bytes) // \arg number of bytes to be transmitted in AT91F_PDC_SetTx()
/NextBSD/sys/i386/pci/
HDpci_cfgreg.c201 pci_docfgregread(int bus, int slot, int func, int reg, int bytes) in pci_docfgregread()
216 pci_cfgregread(int bus, int slot, int func, int reg, int bytes) in pci_cfgregread()
236 pci_cfgregwrite(int bus, int slot, int func, int reg, u_int32_t data, int bytes) in pci_cfgregwrite()
253 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) in pci_cfgenable()
336 pcireg_cfgread(int bus, int slot, int func, int reg, int bytes) in pcireg_cfgread()
362 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) in pcireg_cfgwrite()
658 unsigned bytes) in pciereg_cfgread()
691 unsigned bytes) in pciereg_cfgwrite()
/NextBSD/crypto/openssl/crypto/x509/
HDx509name.c182 unsigned char *bytes, int len, int loc, in X509_NAME_add_entry_by_OBJ()
196 unsigned char *bytes, int len, int loc, in X509_NAME_add_entry_by_NID()
210 const unsigned char *bytes, int len, int loc, in X509_NAME_add_entry_by_txt()
286 const unsigned char *bytes, in X509_NAME_ENTRY_create_by_txt()
305 int type, unsigned char *bytes, in X509_NAME_ENTRY_create_by_NID()
323 const unsigned char *bytes, in X509_NAME_ENTRY_create_by_OBJ()
361 const unsigned char *bytes, int len) in X509_NAME_ENTRY_set_data()
HDx509_req.c302 const unsigned char *bytes, int len) in X509_REQ_add1_attr_by_OBJ()
312 const unsigned char *bytes, int len) in X509_REQ_add1_attr_by_NID()
322 const unsigned char *bytes, int len) in X509_REQ_add1_attr_by_txt()
/NextBSD/crypto/openssh/
HDbuffer.c202 buffer_consume_ret(Buffer *buffer, u_int bytes) in buffer_consume_ret()
213 buffer_consume(Buffer *buffer, u_int bytes) in buffer_consume()
222 buffer_consume_end_ret(Buffer *buffer, u_int bytes) in buffer_consume_end_ret()
231 buffer_consume_end(Buffer *buffer, u_int bytes) in buffer_consume_end()
HDbufbn.c102 u_int bits, bytes; in buffer_get_bignum_ret() local
151 u_int bytes; in buffer_put_bignum2_ret() local
/NextBSD/contrib/libreadline/
HDxmalloc.c55 xmalloc (bytes) in xmalloc() argument
67 xrealloc (pointer, bytes) in xrealloc() argument
/NextBSD/usr.sbin/bhyve/
HDpm.c57 reset_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, in reset_handler()
152 pm1_status_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, in pm1_status_handler()
176 pm1_enable_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, in pm1_enable_handler()
229 pm1_control_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, in pm1_control_handler()
269 smi_cmd_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, in smi_cmd_handler()
HDatkbdc.c51 atkbdc_data_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, in atkbdc_data_handler()
64 int bytes, uint32_t *eax, void *arg) in atkbdc_sts_ctl_handler()
/NextBSD/sys/arm64/acpica/
HDpci_cfgreg.c47 pci_cfgregread(int bus, int slot, int func, int reg, int bytes) in pci_cfgregread()
59 pci_cfgregwrite(int bus, int slot, int func, int reg, u_int32_t data, int bytes) in pci_cfgregwrite()
/NextBSD/crypto/openssl/crypto/evp/
HDevp_pkey.c206 const unsigned char *bytes, int len) in EVP_PKEY_add1_attr_by_OBJ()
215 const unsigned char *bytes, int len) in EVP_PKEY_add1_attr_by_NID()
224 const unsigned char *bytes, int len) in EVP_PKEY_add1_attr_by_txt()
/NextBSD/sys/cam/scsi/
HDscsi_ses.h159 uint8_t bytes[1]; member
191 uint8_t bytes[3]; member
253 uint8_t bytes[3]; member
313 uint8_t bytes[3]; member
340 uint8_t bytes[3]; member
375 uint8_t bytes[3]; member
397 uint8_t bytes[3]; member
424 uint8_t bytes[3]; member
465 uint8_t bytes[3]; member
493 uint8_t bytes[3]; member
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDOpcode.h68 Opcode (uint8_t *bytes, size_t length) : m_byte_order (lldb::eByteOrderInvalid) in Opcode()
190 SetOpcodeBytes (const void *bytes, size_t length) in SetOpcodeBytes()
279 … uint8_t bytes[16]; // This must be big enough to handle any opcode for any supported target. member
/NextBSD/lib/libc/isc/
HDev_streams.c232 consume(evStream *str, size_t bytes) { in consume()
271 int bytes; in writable() local
294 int bytes; in readable() local
/NextBSD/crypto/openssl/crypto/whrlpool/
HDwp_dgst.c64 int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *_inp, size_t bytes) in WHIRLPOOL_Update()
246 unsigned char *WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md) in WHIRLPOOL()
/NextBSD/contrib/wpa/wpa_supplicant/
HDctrl_iface_named_pipe.c254 static VOID WINAPI ctrl_iface_write_completed(DWORD err, DWORD bytes, in ctrl_iface_write_completed()
346 static VOID WINAPI ctrl_iface_read_completed(DWORD err, DWORD bytes, in ctrl_iface_read_completed()
361 DWORD bytes; in wpa_supplicant_ctrl_iface_receive() local
686 static VOID WINAPI global_iface_write_completed(DWORD err, DWORD bytes, in global_iface_write_completed()
763 static VOID WINAPI global_iface_read_completed(DWORD err, DWORD bytes, in global_iface_read_completed()
779 DWORD bytes; in wpa_supplicant_global_iface_receive() local
/NextBSD/contrib/gcclibs/libdecnumber/
HDdecUtility.c76 decDensePackCoeff (const decNumber * dn, uByte * bytes, Int len, Int shift) in decDensePackCoeff()
224 decDenseUnpackCoeff (const uByte * bytes, Int len, decNumber * dn, in decDenseUnpackCoeff()
/NextBSD/contrib/apr/random/unix/
HDapr_random.c43 unsigned int bytes; member
227 apr_size_t bytes) in apr_random_add_entropy()
270 apr_size_t bytes) in apr_random_bytes()
290 apr_size_t bytes) in apr_random_secure_bytes()
300 apr_size_t bytes) in apr_random_insecure_bytes()
/NextBSD/contrib/flex/
HDtables.c287 size_t bytes, rv; in yytbl_write32() local
306 size_t bytes, rv; in yytbl_write16() local
324 size_t bytes, rv; in yytbl_write8() local
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDEndian.h22 uint8_t bytes[sizeof(uint32_t)]; member

12345678910>>...18