Home
last modified time | relevance | path

Searched refs:nc_buffer (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_notify.c232 nc->nc_buffer.max_bytes = buflen; in smb_notify_act1()
460 if (nc->nc_buffer.max_bytes <= 0) { in smb_notify_get_events()
470 if ((len = nc->nc_buffer.chain_offset) <= 0) { in smb_notify_get_events()
491 (void) smb_mbc_copy(&sr->raw_data, &nc->nc_buffer, 0, len); in smb_notify_get_events()
508 nc->nc_buffer.chain_offset = 0; in smb_notify_get_events()
744 mbc = &nc->nc_buffer; in smb_notify_encode_action()
H A Dsmb_ofile.c1544 MBC_FLUSH(&of->f_notify.nc_buffer); in smb_ofile_delete()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h534 mbuf_chain_t nc_buffer; member