p_location_code   286 drivers/tty/hvc/hvcs.c 	char p_location_code[HVCS_CLC_LENGTH + 1]; /* CLC + Null Term */
p_location_code   360 drivers/tty/hvc/hvcs.c 	retval = sprintf(buf, "%s\n", &hvcsd->p_location_code[0]);
p_location_code   385 drivers/tty/hvc/hvcs.c 	retval = sprintf(buf, "%s\n", &hvcsd->p_location_code[0]);
p_location_code   713 drivers/tty/hvc/hvcs.c 	memset(&hvcsd->p_location_code[0], 0x00, HVCS_CLC_LENGTH + 1);
p_location_code   874 drivers/tty/hvc/hvcs.c 	strlcpy(hvcsd->p_location_code, pi->location_code,
p_location_code   875 drivers/tty/hvc/hvcs.c 		sizeof(hvcsd->p_location_code));