Searched defs:max_bytes (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_subr.c | 159 u_longlong_t max_bytes = ULONG_MAX; in tmp_convnum() local 161 u_longlong_t max_bytes = PAGESIZE * (uint64_t)ULONG_MAX; in tmp_convnum() local
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_mbuf_util.c | 106 smb_mbc_alloc(uint32_t max_bytes) in smb_mbc_alloc() 400 MBC_SETUP(struct mbuf_chain *MBC, uint32_t max_bytes) in MBC_SETUP() 411 MBC_INIT(struct mbuf_chain *MBC, uint32_t max_bytes) in MBC_INIT()
|
H A D | smb_common_transact.c | 988 uint16_t level, max_bytes, access; in smb_trans_net_share_getinfo() local 1052 uint16_t level, max_bytes; in smb_trans_net_workstation_getinfo() local 1097 uint16_t level, max_bytes; in smb_trans_net_user_getinfo() local 1357 uint16_t opcode, level, max_bytes; in smb_trans_net_server_enum2() local
|
H A D | smb_mbuf_marshaling.c | 1533 mbuf_chain_t *mbc, char **strpp, int max_bytes) in mbc_marshal_get_oem_string() 1605 mbuf_chain_t *mbc, char **strpp, int max_bytes) in mbc_marshal_get_unicode_string()
|
H A D | smb_dispatch.c | 651 uint32_t max_bytes; in smb1sr_work() local
|
/illumos-gate/usr/src/common/smbsrv/ |
H A D | smb_msgbuf.c | 379 msgbuf_get_oem_string(smb_msgbuf_t *mb, char **strpp, int max_bytes) in msgbuf_get_oem_string() 449 msgbuf_get_unicode_string(smb_msgbuf_t *mb, char **strpp, int max_bytes) in msgbuf_get_unicode_string()
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | mbuf.h | 310 int32_t max_bytes; /* max # of bytes for chain */ member
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_queue.c | 438 uint64_t max_bytes = zfs_dirty_data_max * in vdev_queue_max_async_writes() local
|
/illumos-gate/usr/src/uts/common/io/usb/usba/ |
H A D | usbai_register.c | 1931 usba_dump_bin(uint8_t *data, int max_bytes, int indent, in usba_dump_bin()
|