Home
last modified time | relevance | path

Searched refs:char (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/linux/Documentation/translations/zh_CN/filesystems/
H A Ddebugfs.rst41 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent);
51 struct dentry *debugfs_create_file(const char *name, umode_t mode,
62 struct dentry *debugfs_create_file_size(const char *name, umode_t mode,
72 void debugfs_create_u8(const char *name, umode_t mode,
74 void debugfs_create_u16(const char *name, umode_t mode,
76 struct dentry *debugfs_create_u32(const char *name, umode_t mode,
78 void debugfs_create_u64(const char *name, umode_t mode,
85 void debugfs_create_x8(const char *name, umode_t mode,
87 void debugfs_create_x16(const char *name, umode_t mode,
89 void debugfs_create_x32(const char *name, umode_t mode,
[all …]
H A Dsysfs.txt88 char * name;
106 char *buf);
108 const char *buf, size_t count);
142 ssize_t (*show)(struct kobject *, struct attribute *, char *);
143 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t);
160 char *buf)
183 ssize_t (*show)(struct device *dev, struct device_attribute *attr, char *buf);
185 const char *buf, size_t count);
235 char *buf)
241 const char *buf, size_t count)
[all …]
/linux/Documentation/translations/zh_TW/filesystems/
H A Ddebugfs.rst42 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent);
52 struct dentry *debugfs_create_file(const char *name, umode_t mode,
63 struct dentry *debugfs_create_file_size(const char *name, umode_t mode,
73 void debugfs_create_u8(const char *name, umode_t mode,
75 void debugfs_create_u16(const char *name, umode_t mode,
77 struct dentry *debugfs_create_u32(const char *name, umode_t mode,
79 void debugfs_create_u64(const char *name, umode_t mode,
86 void debugfs_create_x8(const char *name, umode_t mode,
88 void debugfs_create_x16(const char *name, umode_t mode,
90 void debugfs_create_x32(const char *name, umode_t mode,
[all …]
H A Dsysfs.txt91 char * name;
109 char *buf);
111 const char *buf, size_t count);
145 ssize_t (*show)(struct kobject *, struct attribute *, char *);
146 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t);
163 char *buf)
186 ssize_t (*show)(struct device *dev, struct device_attribute *attr, char *buf);
188 const char *buf, size_t count);
238 char *buf)
244 const char *buf, size_t count)
[all …]
/linux/Documentation/translations/zh_CN/maintainer/
H A Dpull-requests.rst37 Greg提供了以下内容。对于一个含有drivers/char中混杂事项、将应用于4.15-rc1内核的
38 拉取请求,可以命名为 ``char-misc-4.15-rc1`` 。如果要在 ``char-misc-next`` 分支
41 git tag -s char-misc-4.15-rc1 char-misc-next
43 这将在 ``char-misc-next`` 分支的最后一个提交上创建一个名为 ``char-misc-4.15-rc1``
81 Here is the big char/misc patch set for the 4.15-rc1 merge window.
111 git push origin char-misc-4.15-rc1
121 …git request-pull master git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ char-m…
125 此命令要求git比较从“char-misc-4.15-rc1”标记位置到“master”分支头(上述
130 如果char-misc-4.15-rc1标记没有出现在我要求拉取的仓库中,git会提醒
/linux/Documentation/admin-guide/
H A Ddevices.txt5 1 char Memory devices
31 2 char Pseudo-TTY masters
106 3 char Pseudo-TTY slaves
131 4 char TTY devices
153 5 char Alternate TTY devices
166 6 char Parallel printer devices
175 7 char Virtual console capture devices
211 9 char SCSI tape devices
250 10 char Non-serial mice, misc features
383 11 char Raw keyboard device (Linux/SPARC only)
[all …]
/linux/Documentation/filesystems/
H A Ddebugfs.rst35 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent);
48 struct dentry *debugfs_create_file(const char *name, umode_t mode,
65 void debugfs_create_file_size(const char *name, umode_t mode,
78 void debugfs_create_u8(const char *name, umode_t mode,
80 void debugfs_create_u16(const char *name, umode_t mode,
82 void debugfs_create_u32(const char *name, umode_t mode,
84 void debugfs_create_u64(const char *name, umode_t mode,
92 void debugfs_create_x8(const char *name, umode_t mode,
94 void debugfs_create_x16(const char *name, umode_t mode,
96 void debugfs_create_x32(const char *name, umode_t mode,
[all …]
H A Dvfat.rst282 unsigned char name[8]; // file name
283 unsigned char ext[3]; // file extension
284 unsigned char attr; // attribute byte
285 unsigned char lcase; // Case for base and extension
286 unsigned char ctime_ms; // Creation time, milliseconds
287 unsigned char ctime[2]; // Creation time
288 unsigned char cdate[2]; // Creation date
289 unsigned char adate[2]; // Last access date
290 unsigned char reserved[2]; // reserved values (ignored)
291 unsigned char time[2]; // time stamp
[all …]
H A Domfs.rst61 char h_fill1[2];
63 char h_type; /* OMFS_INODE_X */
76 char i_fill1[35];
77 char i_type; /* OMFS_[DIR,FILE] */
79 char i_fill3[64];
80 char i_name[OMFS_NAMELEN]; /* filename */
/linux/tools/testing/selftests/kselftest/
H A Dprefix.pl15 my $char;
16 my $bytes = sysread(STDIN, $char, 1);
22 print $char;
23 $needed = 1 if ($char eq "\n");
/linux/Documentation/translations/zh_CN/driver-api/phy/
H A Dphy.rst104 struct phy *phy_get(struct device *dev, const char *string);
105 struct phy *devm_phy_get(struct device *dev, const char *string);
107 const char *string);
109 const char *con_id);
112 const char *con_id);
203 int phy_create_lookup(struct phy *phy, const char *con_id,
204 const char *dev_id);
205 void phy_remove_lookup(struct phy *phy, const char *con_id,
206 const char *dev_id);
/linux/Documentation/admin-guide/kdump/
H A Dgdbmacros.txt20 set $next_t=(((char *)($init_t->tasks).next) - $tasks_off)
35 set $next_th=(((char *)$next_t->thread_group.next) - $pid_off)
49 set $next_th=(((char *)$next_th->thread_group.next) - $pid_off)
51 set $next_t=(char *)($next_t->tasks.next) - $tasks_off
86 set $next_t=(((char *)($init_t->tasks).next) - $tasks_off)
91 set $next_th=(((char *)$next_t->thread_group.next) - $pid_off)
95 set $next_th=(((char *)$next_th->thread_group.next) - $pid_off)
97 set $next_t=(char *)($next_t->tasks.next) - $tasks_off
109 set $next_t=(((char *)($init_t->tasks).next) - $tasks_off)
119 set $next_th=(((char *)$next_t->thread_group.next) - $pid_off)
[all …]
/linux/Documentation/usb/
H A Dgadget_hid.rst143 const char *opt;
144 unsigned char val;
193 int keyboard_fill_report(char report[8], char buf[BUF_LEN], int *hold)
195 char *tok = strtok(buf, " ");
246 int mouse_fill_report(char report[8], char buf[BUF_LEN], int *hold)
248 char *tok = strtok(buf, " ");
271 report[1 + mvt++] = (char)strtol(tok, NULL, 0);
297 int joystick_fill_report(char report[8], char buf[BUF_LEN], int *hold)
299 char *tok = strtok(buf, " ");
323 report[mvt++] = (char)strtol(tok, NULL, 0);
[all …]
/linux/Documentation/translations/zh_CN/core-api/
H A Dkobject.rst118 const char *fmt, ...);
128 int kobject_rename(struct kobject *kobj, const char *new_name);
138 const char *kobject_name(const struct kobject * kobj);
144 struct kobject *parent, const char *fmt, ...);
197 struct kobject *kobject_create_and_add(const char *name, struct kobject *parent);
308 struct kset *kset_create_and_add(const char *name,
328 const char *(* const name)(struct kobject *kobj);
/linux/Documentation/crypto/
H A Dapi-samples.rst101 char ctx[];
118 const unsigned char *data, unsigned int datalen,
119 unsigned char *digest)
135 static int test_hash(const unsigned char *data, unsigned int datalen,
136 unsigned char *digest)
139 char *hash_alg_name = "sha1-padlock-nano";
162 char *drbg = "drbg_nopr_sha256"; /* Hash DRBG with SHA-256, no PR */
/linux/drivers/tty/vt/
H A Dgen_ucs_width_table.py110 char = chr(cp)
117 category = unicodedata.category(char)
139 eaw = unicodedata.east_asian_width(char)
157 char = chr(cp)
H A Dgen_ucs_recompose_table.py117 char = chr(cp)
120 if not unicodedata.name(char, ''):
124 decomp = unicodedata.decomposition(char)
/linux/Documentation/security/keys/
H A Drequest-key.rst13 const char *description,
14 const char *callout_info);
19 const char *description,
21 const char *callout_info);
26 const char *description,
28 const char *callout_info,
35 const char *description,
40 key_serial_t request_key(const char *type,
41 const char *description,
42 const char *callout_info,
/linux/Documentation/security/
H A Ddigsig.rst34 char mpi[0];
44 char mpi[0];
75 int digsig_verify(struct key *keyring, const char *sig, int siglen,
76 const char *data, int datalen);
/linux/tools/perf/Documentation/
H A Dperf.data-file-format.txt20 char magic[8]; /* PERFILE2 */
55 char string[len]; /* zero terminated */
85 char filename[header.size - offsetof(struct build_id_event, filename)];
370 char data[];
393 char name[];
394 char value[];
422 char pmu_name[];
423 char cpus[];
443 char name[];
444 char value[];
[all …]
H A Dperf-dlfilter.txt41 const char *filter_description(const char **long_description);
115 const char *event;
153 char **(*args)(void *ctx, int *dlargc);
156 const char *(*srcline)(void *ctx, __u32 *line_number);
201 const char *sym;
205 const char *dso;
213 const char *comm;
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-device-info.rst49 * - char
59 * - char
65 * - char
69 * - char
/linux/arch/um/kernel/
H A Dconfig.c.in10 static __initdata const char *config[] = {
14 static int __init print_config(char *line, int *add)
/linux/lib/raid6/
H A Daltivec.uc37 * signed char so vec_cmpgt() will generate the right
41 typedef vector signed char unative_t;
43 #define NBYTES(x) ((vector signed char) {x,x,x,x, x,x,x,x, x,x,x,x, x,x,x,x})
63 /* vec_cmpgt returns a vector bool char; thus the need for the cast */
/linux/Documentation/ABI/testing/
H A Dsysfs-dev7 stat(2). There are two directories, 'block' and 'char',
17 Entries in /sys/dev/char and /sys/dev/block will be

12345678910>>...12