Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/hvc/
H A Dhvcs.c286 char p_location_code[HVCS_CLC_LENGTH + 1]; /* CLC + Null Term */ member
336 retval = sprintf(buf, "%s\n", &hvcsd->p_location_code[0]); in hvcs_partner_clcs_show()
361 retval = sprintf(buf, "%s\n", &hvcsd->p_location_code[0]); in hvcs_current_vty_show()
696 memset(&hvcsd->p_location_code[0], 0x00, HVCS_CLC_LENGTH + 1); in hvcs_destruct_port()
848 strscpy(hvcsd->p_location_code, pi->location_code, in hvcs_set_pi()
849 sizeof(hvcsd->p_location_code)); in hvcs_set_pi()