Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/hvc/
Dhvcs.c299 char p_location_code[HVCS_CLC_LENGTH + 1]; /* CLC + Null Term */ member
373 retval = sprintf(buf, "%s\n", &hvcsd->p_location_code[0]); in hvcs_partner_clcs_show()
398 retval = sprintf(buf, "%s\n", &hvcsd->p_location_code[0]); in hvcs_current_vty_show()
727 memset(&hvcsd->p_location_code[0], 0x00, HVCS_CLC_LENGTH + 1); in hvcs_destruct_port()
888 strlcpy(&hvcsd->p_location_code[0], in hvcs_set_pi()
889 &pi->location_code[0], sizeof(hvcsd->p_location_code)); in hvcs_set_pi()