Home
last modified time | relevance | path

Searched defs:max_bytes (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_subr.c159 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 Dsmb_mbuf_util.c106 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 Dsmb_common_transact.c988 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 Dsmb_mbuf_marshaling.c1533 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 Dsmb_dispatch.c651 uint32_t max_bytes; in smb1sr_work() local
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_msgbuf.c379 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 Dmbuf.h310 int32_t max_bytes; /* max # of bytes for chain */ member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_queue.c438 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 Dusbai_register.c1931 usba_dump_bin(uint8_t *data, int max_bytes, int indent, in usba_dump_bin()