Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfc_led_parse.c40 static token_t get_token(char **pptr, int lineNo, actfun_t *fun);
143 if (lineNo != 0) in get_token()
144 SYSLOG(LOG_ERR, EM_NONALF_TOK, lineNo); in get_token()
160 if (lineNo != 0) in get_token()
161 SYSLOG(LOG_ERR, EM_UNKN_TOK, lineNo); in get_token()
486 int lineNo = 0; in fc_led_parse() local
501 lineNo++; in fc_led_parse()
502 tok = get_token(&ptr, lineNo, &action); in fc_led_parse()
521 SYSLOG(LOG_ERR, EM_INVAL_TOK, lineNo); in fc_led_parse()
526 SYSLOG(LOG_ERR, EM_NOCOLON, lineNo); in fc_led_parse()
[all …]