Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/hvc/
H A Dhvcs.c284 char p_location_code[HVCS_CLC_LENGTH + 1]; /* CLC + Null Term */ member
358 retval = sprintf(buf, "%s\n", &hvcsd->p_location_code[0]); in hvcs_partner_clcs_show()
383 retval = sprintf(buf, "%s\n", &hvcsd->p_location_code[0]); in hvcs_current_vty_show()
711 memset(&hvcsd->p_location_code[0], 0x00, HVCS_CLC_LENGTH + 1); in hvcs_destruct_port()
872 strlcpy(hvcsd->p_location_code, pi->location_code, in hvcs_set_pi()
873 sizeof(hvcsd->p_location_code)); in hvcs_set_pi()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds