Searched refs:remcnt (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_read.c | 63 uint16_t remcnt; local 70 &count, &off_low, &remcnt); 149 uint16_t remcnt; local 156 &count, &off_low, &remcnt); 241 uint16_t remcnt; local 250 &remcnt, &off_high); 263 &remcnt);
|
H A D | smb_write.c | 240 uint16_t remcnt; local 247 rc = smbsr_decode_vwv(sr, "wwlw", &sr->smb_fid, &count, &off, &remcnt); 346 uint16_t remcnt; local 355 &off_low, ¶m->rw_mode, &remcnt, &datalen_high, 363 &off_low, ¶m->rw_mode, &remcnt, &datalen_high,
|
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfslogtab.c | 214 int remcnt = 0; /* remove count */ local 230 remcnt++; 261 if (remcnt == 0) {
|
/illumos-gate/usr/src/uts/sun4u/opl/os/ |
H A D | opl.c | 1061 uint_t cnt, remcnt; local 1109 remcnt = cnt - (rem_delay / OPL_BOFF_TM); 1110 for (i = 0; i < remcnt; i++) {
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_export.c | 378 int remcnt) 390 for (r = 0; r < remcnt; r++) { 377 srv_secinfo_remove(secinfo_t **pcursec, int *pcurcnt, secinfo_t *remsec, int remcnt) argument
|
Completed in 75 milliseconds