요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
What: /sys/devices/.../supplier:<supplier>
2
Date: May 2020
3
Contact: Saravana Kannan <saravanak@google.com>
4
Description:
5
The /sys/devices/.../supplier:<supplier> are symlinks to device
6
links where this device is the consumer. <supplier> denotes the
7
name of the supplier in that device link and is of the form
8
bus:device name. There can be zero or more of these symlinks
9
for a given device.
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
Consumer-to-supplier device links
1-9| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/.../supplier:<supplier> |
| Date | 2020년 5월 |
| Contact | Saravana Kannan <saravanak@google.com> |
| Description | /sys/devices/.../supplier:<supplier> entries는 이 device가 consumer인 device link로 향하는 symlink입니다. <supplier>는 해당 device link에서 supplier의 name을 뜻하며 "bus:device name" 형식입니다. 하나의 device에는 이런 symlink가 0개 이상 있을 수 있습니다. |
Consumer device→supplier:<supplier> symlink→<supplier> = bus:device name→Supplier in device link
Consumer directory의 named symlink가 해당 device link의 supplier를 식별합니다.
Consumer-to-supplier links
sysfs-devices-supplier:1-9supplier:<supplier> symlink는 consumer device에서 supplier device link를 찾게 하며 한 device에 없거나 여러 개일 수 있습니다.