Home
last modified time | relevance | path

Searched refs:start_pos (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/bart/
H A Dcompare.c40 static int read_manifest_line(FILE *fd, char *buf, int buf_size, int start_pos,
535 read_manifest_line(FILE *fd, char *buf, int buf_size, int start_pos, in read_manifest_line() argument
543 if (start_pos == 0) { in read_manifest_line()
593 end_pos = (start_pos+1); in read_manifest_line()
619 len = end_pos - (start_pos + 1); in read_manifest_line()
620 (void) memcpy(buf, &(buf[start_pos+1]), (size_t)len); in read_manifest_line()
/titanic_41/usr/src/cmd/busstat/
H A Dbusstat.c1326 evt_node_t *start_pos; in remove_dev_node() local
1341 start_pos = dev_node->evt_node; in remove_dev_node()
1342 curr_evt_node = start_pos->next; in remove_dev_node()
1344 while (curr_evt_node != start_pos) { in remove_dev_node()
1351 free(start_pos); in remove_dev_node()
1365 start_pos = dev_node->evt_node; in remove_dev_node()
1366 curr_evt_node = start_pos->next; in remove_dev_node()
1368 while (curr_evt_node != start_pos) { in remove_dev_node()
1374 free(start_pos); in remove_dev_node()
/titanic_41/usr/src/lib/libtecla/
H A Dlibtecla.h102 int start_pos);
/titanic_41/usr/src/lib/libtecla/common/
H A Dgetline.c739 const char *start_line, int start_pos);
760 const char *start_line, int start_pos);
1160 const char *start_line, int start_pos);
2167 const char *start_line, int start_pos) in gl_get_line() argument
2185 retval = _gl_get_line(gl, prompt, start_line, start_pos); in gl_get_line()
2199 const char *start_line, int start_pos) in _gl_get_line() argument
2257 if(gl_get_input_line(gl, prompt, start_line, start_pos)) in _gl_get_line()
2780 const char *start_line, int start_pos) in gl_get_input_line() argument
2800 if(gl_present_line(gl, prompt, start_line, start_pos)) in gl_get_input_line()
10364 const char *start_line, int start_pos)
[all …]
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_file.c1248 krb5_int32 start_pos; in krb5_ktfileint_internal_read_entry() local
1283 start_pos = ftell(KTFILEP(id)); in krb5_ktfileint_internal_read_entry()
1434 fseek(KTFILEP(id), start_pos + size, SEEK_SET); in krb5_ktfileint_internal_read_entry()
/titanic_41/usr/src/lib/libprtdiag_psr/sparc/schumacher/common/
H A Dschumacher.c665 size_t start_pos; in logprintf_header() local
669 start_pos = (line_width - strlen(header) - 2) / 2; in logprintf_header()
671 for (i = 0; i < start_pos; i++) in logprintf_header()
676 for (i = 0; i < start_pos; i++) in logprintf_header()
/titanic_41/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Dpicldiag.c701 size_t start_pos; in logprintf_header() local
705 start_pos = (line_width - strlen(header) - 2) / 2; in logprintf_header()
707 for (i = 0; i < start_pos; i++) in logprintf_header()
712 for (i = 0; i < start_pos; i++) in logprintf_header()
/titanic_41/usr/src/lib/libprtdiag_psr/sparc/lw8/common/
H A Dlw8.c696 size_t start_pos; in logprintf_header() local
700 start_pos = (line_width - strlen(header) - 2) / 2; in logprintf_header()
702 for (i = 0; i < start_pos; i++) in logprintf_header()
707 for (i = 0; i < start_pos; i++) in logprintf_header()
/titanic_41/usr/src/uts/common/io/audio/drv/audioemu10k/
H A Daudioemu10k.c334 int start_pos; in emu10k_setup_voice() local
351 start_pos = loop_start + nCRA; in emu10k_setup_voice()
361 emu10k_write_reg(devc, QKBCA, voice, start_pos); in emu10k_setup_voice()