Searched defs:max_bytes (Results 1 – 5 of 5) sorted by relevance
/onnv-gate/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_subr.c | 146 uint64_t max_bytes = ULONG_MAX; in tmp_convnum() local 148 uint64_t max_bytes = PAGESIZE * (uint64_t)ULONG_MAX; in tmp_convnum() local
|
/onnv-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_mbuf_util.c | 85 smb_mbc_alloc(uint32_t max_bytes) in smb_mbc_alloc() 236 MBC_SETUP(struct mbuf_chain *MBC, uint32_t max_bytes) in MBC_SETUP() 243 MBC_INIT(struct mbuf_chain *MBC, uint32_t max_bytes) in MBC_INIT()
|
H A D | smb_common_transact.c | 922 uint16_t level, max_bytes, access; in smb_trans_net_share_getinfo() local 983 uint16_t level, max_bytes; in smb_trans_net_workstation_getinfo() local 1028 uint16_t level, max_bytes; in smb_trans_net_user_getinfo() local 1288 uint16_t opcode, level, max_bytes; in smb_trans_net_server_enum2() local
|
/onnv-gate/usr/src/uts/common/smbsrv/ |
H A D | mbuf.h | 274 int32_t max_bytes; /* max # of bytes for chain */ member
|
/onnv-gate/usr/src/uts/common/io/usb/usba/ |
H A D | usbai_register.c | 1960 usba_dump_bin(uint8_t *data, int max_bytes, int indent, in usba_dump_bin()
|