Searched refs:cur_offset (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libast/common/disc/ |
H A D | sfdcdos.c | 230 static Sfoff_t cur_offset(Dosdisc_t *dp, Sfoff_t offset,Sfio_t *iop,register int whence) function 232 static Sfoff_t cur_offset(dp, offset, iop, whence) 353 physical = cur_offset(dp,offset,iop,whence);
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | cc_file.c | 312 size_t cur_offset; member in struct:_krb5_fcc_data 326 assert(data->cur_offset > 0); 327 assert(data->cur_offset <= data->valid_bytes); 328 offset -= (data->valid_bytes - data->cur_offset); 419 assert(data->cur_offset <= data->valid_bytes); 421 || data->cur_offset == data->valid_bytes) { 431 data->cur_offset = 0; 433 assert(data->cur_offset < data->valid_bytes); 436 if (data->valid_bytes - data->cur_offset < ncopied) 437 ncopied = data->valid_bytes - data->cur_offset; [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/video/readers/ |
H A D | png.c | 328 int *cur_values, int *cur_maxval, int *cur_offset) 332 ht->offset = cur_offset; 327 grub_png_init_huff_table(struct huff_table *ht, int cur_maxlen, int *cur_values, int *cur_maxval, int *cur_offset) argument
|
Completed in 59 milliseconds