/titanic_44/usr/src/cmd/tcopy/ |
H A D | tcopy.c | 54 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 D | dwarf_line2.c | 64 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 D | tu.c | 65 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 D | getname.c | 39 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 D | fsdb.c | 1154 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 D | cmds.c | 284 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 D | fcp.c | 431 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 D | smb_write.c | 465 uint32_t lcount; in smb_common_write() local 489 ¶m->rw_vdb.vdb_uio, &lcount, stability); in smb_common_write() 508 param->rw_count = lcount; in smb_common_write()
|
H A D | smb_vops.c | 264 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 D | smb_fsops.c | 1394 uint32_t *lcount, in smb_fsop_write() argument 1462 rc = smb_vop_write(vp, uio, ioflag, lcount, cr); in smb_fsop_write()
|