Home
last modified time | relevance | path

Searched refs:lstart (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcpv6.c68 char *line, *lstart; in interpret_dhcpv6() local
85 line = lstart = get_sum_line(); in interpret_dhcpv6()
92 MAXLINE - (line - lstart)); in interpret_dhcpv6()
99 line += snprintf(line, MAXLINE - (line - lstart), in interpret_dhcpv6()
110 MAXLINE - (line - lstart)); in interpret_dhcpv6()
114 line += snprintf(line, MAXLINE - (line - lstart), in interpret_dhcpv6()
125 line += snprintf(line, MAXLINE - (line - lstart), in interpret_dhcpv6()
133 line += snprintf(line, MAXLINE - (line - lstart), in interpret_dhcpv6()
138 MAXLINE - (line - lstart), " \"%.*s\"", in interpret_dhcpv6()
146 line += snprintf(line, MAXLINE - (line - lstart), in interpret_dhcpv6()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y434 | settos lstart toslist lend
451 | setttl lstart ttllist lend
454 lstart: '(' { newlist = 1; fr = frc; added = 0; }
821 | lstart srcaddrlist lend
850 | porteq lstart srcportlist lend
860 | porteq lstart srcportlist lend
886 | lstart dstaddrlist lend
916 | porteq lstart dstportlist lend
926 | porteq lstart dstportlist lend
1159 | seticmptype lstart typelist lend { yyresetdict(); }
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dfdc.c1251 int fmdatlen, lsector, lstart; in fdtrkformat() local
1317 for (psector = lstart = 1; in fdtrkformat()
1318 psector <= numsctr; psector += interleave, lstart++) { in fdtrkformat()
1319 for (lsector = lstart; lsector <= numsctr; lsector += offset) { in fdtrkformat()