Home
last modified time | relevance | path

Searched refs:lcount (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/cmd/tcopy/
H A Dtcopy.c54 long count, lcount; /* number of blocks for file */ variable
136 if (count - lcount > 1)
139 filen, lcount, count-1, ln);
143 filen, lcount, ln);
145 lcount = count;
153 if (count - lcount > 1)
156 filen, lcount, count-1, ln);
159 " size %d\n", filen, lcount, ln);
172 lcount = 0;
189 if (count > lcount) in RUBOUT()
[all …]
/titanic_44/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_line2.c64 Dwarf_Signed lcount; in _dwarf_line_address_offsets() local
69 res = _dwarf_internal_srclines(die, &linebuf, &lcount, /* addrlist= in _dwarf_line_address_offsets()
76 _dwarf_get_alloc(dbg, DW_DLA_ADDR, lcount); in _dwarf_line_address_offsets()
78 dwarf_srclines_dealloc(dbg, linebuf, lcount); in _dwarf_line_address_offsets()
83 _dwarf_get_alloc(dbg, DW_DLA_ADDR, lcount); in _dwarf_line_address_offsets()
85 dwarf_srclines_dealloc(dbg, linebuf, lcount); in _dwarf_line_address_offsets()
94 for (i = 0; i < lcount; i++) { in _dwarf_line_address_offsets()
98 dwarf_srclines_dealloc(dbg, linebuf, lcount); in _dwarf_line_address_offsets()
99 *returncount = lcount; in _dwarf_line_address_offsets()
/titanic_44/usr/src/cmd/tbl/
H A Dtu.c65 int lcount, ln, linpos, oldpos, nodata; in drawline() local
66 lcount=0; in drawline()
70 case '-': lcount=1;break; in drawline()
71 case '=': lcount = pr1403? 1 : 2; break; in drawline()
72 case SHORTLINE: lcount=1; break; in drawline()
74 if (lcount<=0) return; in drawline()
78 for(ln=oldpos=0; ln<lcount; ln++) in drawline()
80 linpos = 2*ln - lcount +1; in drawline()
87 if (lcount>1) in drawline()
98 else if (lcount==1) in drawline()
[all …]
/titanic_44/usr/src/cmd/ypcmd/mknetid/
H A Dgetname.c39 getaline(line, maxlinelen, f, lcount, com) in getaline() argument
43 int *lcount;
52 (*lcount)++;
63 (*lcount)++;
/titanic_44/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c1154 uint32_t beg, end, soff, lcount; in fill_pattern() local
1170 lcount = ((end + bmask) & (~bmask)) - soff; in fill_pattern()
1174 buf = malloc(lcount); in fill_pattern()
1183 if (read(fd, buf, lcount) != lcount) { in fill_pattern()
1196 if (write(fd, buf, lcount) != lcount) { in fill_pattern()
1209 uint32_t beg, end, soff, lcount; in dump_disk() local
1255 lcount = ((end + bmask) & (~bmask)) - soff; in dump_disk()
1259 buf = malloc(lcount); in dump_disk()
1267 if (read(fd, buf, lcount) != lcount) { in dump_disk()
/titanic_44/usr/src/cmd/tip/
H A Dcmds.c284 int c, ccount, lcount; in transmit() local
313 lcount = 0; in transmit()
318 lcount++; in transmit()
320 if (boolean(value(VERBOSE)) && lcount%100 == 0) in transmit()
321 (void) printf("\r%d", lcount); in transmit()
324 (void) printf("\r%d", lcount); in transmit()
352 (void) printf("\r%d", ++lcount); in transmit()
/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c431 struct fcp_ipkt *icmd, uchar_t opcode, int lcount, int tcount, int cause);
443 int nodma, int lcount, int tcount, int cause, uint32_t rscn_count);
454 int len, int lcount, int tcount, int cause, uint32_t rscn_count);
526 int lcount, int tcount);
534 int lcount, int tcount, int flags, int *circ);
536 int lcount, int tcount, int flags, int *circ);
566 struct fcp_tgt *ptgt, int lcount, int tcount, int cause);
568 struct fcp_tgt *ptgt, int lcount, int tcount, int cause);
582 static void fcp_offline_all(struct fcp_port *pptr, int lcount, int cause);
601 static mdi_pathinfo_t *fcp_create_pip(struct fcp_lun *plun, int lcount,
[all …]
/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_write.c465 uint32_t lcount; in smb_common_write() local
489 &param->rw_vdb.vdb_uio, &lcount, stability); in smb_common_write()
508 param->rw_count = lcount; in smb_common_write()
H A Dsmb_vops.c264 smb_vop_write(vnode_t *vp, uio_t *uiop, int ioflag, uint32_t *lcount, in smb_vop_write() argument
269 *lcount = uiop->uio_resid; in smb_vop_write()
277 *lcount -= uiop->uio_resid; in smb_vop_write()
H A Dsmb_fsops.c1394 uint32_t *lcount, in smb_fsop_write() argument
1462 rc = smb_vop_write(vp, uio, ioflag, lcount, cr); in smb_fsop_write()