Searched refs:startpos (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | tbl_data.c | 50 int startpos, endpos; in getdata() local 57 startpos = *pos; in getdata() 58 ccp = p + startpos; in getdata() 88 ln, startpos, "%s", p + startpos); in getdata() 113 (*pos - startpos == 2 && in getdata() 114 p[startpos] == '\\' && p[startpos + 1] == '^')) { in getdata() 154 while (p[startpos] == ' ') in getdata() 155 startpos++; in getdata() 156 while (endpos > startpos && p[endpos - 1] == ' ') in getdata() 166 if (endpos - startpos == 2 && in getdata() [all …]
|
/illumos-gate/usr/src/uts/common/rpc/sec/ |
H A D | auth_kern.c | 127 uint_t startpos; in authkern_marshal() local 206 startpos = XDR_GETPOS(&xdrm); in authkern_marshal() 218 auth->ah_cred.oa_length = XDR_GETPOS(&xdrm) - startpos; in authkern_marshal()
|
H A D | auth_loopb.c | 130 uint_t startpos; in authloopback_marshal() local 211 startpos = XDR_GETPOS(&xdrm); in authloopback_marshal() 223 auth->ah_cred.oa_length = XDR_GETPOS(&xdrm) - startpos; in authloopback_marshal()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_flash.c | 81 qlge_dump_fcode(qlge_t *qlge, uint8_t *dp, uint32_t size, uint32_t startpos) in qlge_dump_fcode() argument 87 __func__, qlge->instance, startpos, size)); in qlge_dump_fcode() 90 if (size + startpos > qlge->fdesc.flash_size) { in qlge_dump_fcode() 93 size, startpos, qlge->fdesc.flash_size); in qlge_dump_fcode() 98 if ((startpos & 0x3) != 0) { in qlge_dump_fcode() 105 addr = startpos / 4; in qlge_dump_fcode() 108 cnt = startpos; in qlge_dump_fcode() 109 size += startpos; in qlge_dump_fcode()
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_jfs.c | 233 int toread, startpos, endpos; in jfs_read() local 235 startpos = filepos; in jfs_read() 269 return filepos - startpos; in jfs_read()
|
H A D | fsys_xfs.c | 492 int toread, startpos, endpos; in xfs_read() local 500 startpos = filepos; in xfs_read() 533 return filepos - startpos; in xfs_read()
|
/illumos-gate/usr/src/cmd/sdiff/ |
H A D | sdiff.c | 520 getlen(int startpos, char *buffer) in getlen() argument 533 tlen = startpos; in getlen()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 5399 uint32_t startpos) in ql_dump_fcode() argument 5409 if (size + startpos > ha->xioctl->fdesc.flash_size) { in ql_dump_fcode() 5411 size, startpos, ha->xioctl->fdesc.flash_size); in ql_dump_fcode() 5417 if ((startpos & 0x3) != 0) { in ql_dump_fcode() 5419 ha->flash_data_addr | startpos >> 2, &data); in ql_dump_fcode() 5428 while (size && startpos & 0x3) { in ql_dump_fcode() 5429 *dp++ = bp[startpos & 0x3]; in ql_dump_fcode() 5430 startpos++; in ql_dump_fcode() 5441 addr = startpos / 4 | ha->flash_data_addr; in ql_dump_fcode() 5500 *dp++ = (uint8_t)ql_read_flash_byte(ha, startpos++); in ql_dump_fcode()
|