Home
last modified time | relevance | path

Searched refs:d_bufptr (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_odir.c904 od->d_bufptr = NULL; in smb_odir_resume_at()
1007 od->d_bufptr = NULL; in smb_odir_reopen()
1106 if (od->d_bufptr != NULL) { in smb_odir_next_odirent()
1113 od->d_bufptr = NULL; in smb_odir_next_odirent()
1115 od->d_bufptr += reclen; in smb_odir_next_odirent()
1116 if (od->d_bufptr >= od->d_buf + od->d_bufsize) in smb_odir_next_odirent()
1117 od->d_bufptr = NULL; in smb_odir_next_odirent()
1121 if (od->d_bufptr == NULL) { in smb_odir_next_odirent()
1134 od->d_bufptr = NULL; in smb_odir_next_odirent()
1140 od->d_bufptr = od->d_buf; in smb_odir_next_odirent()
[all …]
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfereg.h42 volatile uint32_t d_bufptr; /* ptr to the first fragment */ member
H A Dsfe.c1141 tdp->d_bufptr = LE_32(tmp0); in sfe_tx_desc_write()
1198 rdp->d_bufptr = LE_32(tmp0); in sfe_rx_desc_write()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1305 #define d_bufptr d_u.u_bufptr macro