Searched defs:start_id (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Dport_link.c135 static char start_id[] = "e"; variable
139 static char start_id[] = "a"; variable
505 1, start_id)) {
567 1, start_id)) {
/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c471 size_t start_id; local
519 start_id = u8_toupper_b4_tbl[uv][b3_tbl][b4];
523 if (start_id >= end_id || (end_id - start_id) > U8_MB_CUR_MAX)
528 for (i = 0; start_id < end_id; start_id++)
529 u8s[i++] = u8_toupper_final_tbl[uv][b3_base + start_id];
535 start_id = u8_tolower_b4_tbl[uv][b3_tbl][b4];
538 if (start_id >= end_id || (end_id - start_id) > U8_MB_CUR_MA
755 size_t start_id; local
977 size_t start_id; local
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c1579 uint16_t start_id; local
1647 start_id = ip_id = ntohs(iphp->ip_id);
1752 iphp->ip_id = htons(start_id);

Completed in 54 milliseconds