Home
last modified time | relevance | path

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

12345678910>>...15

/Linux-v6.1/Documentation/translations/zh_CN/filesystems/
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 …]
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-v6.1/Documentation/translations/zh_TW/filesystems/
Ddebugfs.rst43 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent);
53 struct dentry *debugfs_create_file(const char *name, umode_t mode,
64 struct dentry *debugfs_create_file_size(const char *name, umode_t mode,
74 void debugfs_create_u8(const char *name, umode_t mode,
76 void debugfs_create_u16(const char *name, umode_t mode,
78 struct dentry *debugfs_create_u32(const char *name, umode_t mode,
80 void debugfs_create_u64(const char *name, umode_t mode,
87 void debugfs_create_x8(const char *name, umode_t mode,
89 void debugfs_create_x16(const char *name, umode_t mode,
91 void debugfs_create_x32(const char *name, umode_t mode,
[all …]
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-v6.1/tools/lib/traceevent/Documentation/
Dlibtraceevent.txt32 …int *tep_strerror*(struct tep_handle pass:[*]_tep_, enum tep_errno _errnum_, char pass:[*]_buf_, s…
35 …gister_function*(struct tep_handle pass:[*]_tep_, char pass:[*]_name_, unsigned long long _addr_,
36 …_handler*(struct tep_handle pass:[*]_tep_, int _id_, const char pass:[*]_sys_name_, const char pas…
37 …event_handler*(struct tep_handle pass:[*]tep, int id, const char pass:[*]sys_name, const char pass…
38 …int *tep_register_print_string*(struct tep_handle pass:[*]_tep_, const char pass:[*]_fmt_, unsigne…
39 …ass:[*]_tep_, tep_func_handler _func_, enum tep_func_arg_type _ret_type_, char pass:[*]_name_, _..…
40 …int *tep_unregister_print_function*(struct tep_handle pass:[*]_tep_, tep_func_handler _func_, char
45 char pass:[*]pass:[*]*tep_plugin_list_options*(void);
46 void *tep_plugin_free_options_list*(char pass:[*]pass:[*]_list_);
47 …int *tep_plugin_add_options*(const char pass:[*]_name_, struct tep_plugin_option pass:[*]_options_…
[all …]
Dlibtraceevent-parse_event.txt14 …rse_event*(struct tep_handle pass:[*]_tep_, const char pass:[*]_buf_, unsigned long _size_, const
15 … struct tep_event pass:[*]pass:[*]_eventp_, const char pass:[*]_buf_, unsigned long _size_, const
45 char *buf;
Dlibtraceevent-func_apis.txt16 typedef char pass:[*](*tep_func_resolver_t*)(void pass:[*]_priv_, unsigned long long pass:[*]_addrp…
19 const char pass:[*]*tep_find_function*(struct tep_handle pass:[*]_tep_, unsigned long long _addr_);
21 …gister_function*(struct tep_handle pass:[*]_tep_, char pass:[*]_name_, unsigned long long _addr_,
22 int *tep_register_print_string*(struct tep_handle pass:[*]_tep_, const char pass:[*]_fmt_, unsigned…
104 char *my_resolve_kernel_addr(void *context,
105 unsigned long long *addrp, char **modp)
120 const char *fname;
Dlibtraceevent-plugins.txt16 void *tep_load_plugins_hook*(struct tep_handle pass:[*]_tep_, const char pass:[*]_suffix_,
18 const char pass:[*]path,
19 const char pass:[*]name,
81 void print_plugin(struct tep_handle *tep, const char *path,
82 const char *name, void *data)
Dlibtraceevent-reg_print_func.txt26 …ass:[*]_tep_, tep_func_handler _func_, enum tep_func_arg_type _ret_type_, char pass:[*]_name_, _..…
27 int *tep_unregister_print_function*(struct tep_handle pass:[*]_tep_, tep_func_handler _func_, char
78 static const char *yesno(int x)
80 static const char *yes = "yes";
81 static const char *no = "no";
96 static const char *yes_no_helper(int x)
/Linux-v6.1/Documentation/translations/zh_CN/maintainer/
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-v6.1/tools/testing/selftests/kselftest/
Dprefix.pl15 my $char;
16 my $bytes = sysread(STDIN, $char, 1);
22 print $char;
23 $needed = 1 if ($char eq "\n");
/Linux-v6.1/Documentation/admin-guide/
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-v6.1/Documentation/filesystems/
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 …]
Dsysv-fs.rst149 char s_flock;
150 char s_ilock;
151 char s_modified;
152 char s_rdonly;
159 char s_fname[6];
160 char s_fpack[6];
166 char s_clean;
167 char s_fill[371];
192 unsigned char i_gid;
193 unsigned char i_nlinks;
[all …]
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 …]
Dsysfs.rst75 char * name;
95 char *buf);
97 const char *buf, size_t count);
159 ssize_t (*show)(struct kobject *, struct attribute *, char *);
160 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t);
178 char *buf)
202 ssize_t (*show)(struct device *dev, struct device_attribute *attr, char *buf);
204 const char *buf, size_t count);
264 char *buf)
270 const char *buf, size_t count)
[all …]
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-v6.1/Documentation/admin-guide/kdump/
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-v6.1/Documentation/usb/
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-v6.1/Documentation/crypto/
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-v6.1/Documentation/translations/zh_CN/core-api/
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-v6.1/Documentation/ia64/
Derr_inject.rst121 int log_info(int cpu, const char *fmt, ...)
124 char fn[MAX_FN_SIZE];
125 char buf[MAX_BUF_SIZE];
310 char fn[MAX_FN_SIZE];
375 char fn[MAX_FN_SIZE];
439 int wr_multi(char *fn, unsigned long *data, int size)
442 char buf[MAX_BUF_SIZE];
464 int wr(char *fn, unsigned long data)
469 int rd(char *fn, unsigned long *data)
472 char buf[MAX_BUF_SIZE];
[all …]
/Linux-v6.1/Documentation/userspace-api/media/drivers/
Dcx2341x-uapi.rst54 static unsigned char frame[576*720*3/2];
55 static unsigned char framey[576*720];
56 static unsigned char frameu[576*720 / 4];
57 static unsigned char framev[576*720 / 4];
59 static void de_macro_y(unsigned char* dst, unsigned char *src, int dstride, int w, int h)
77 …static void de_macro_uv(unsigned char *dstu, unsigned char *dstv, unsigned char *src, int dstride,…
106 int main(int argc, char **argv)
/Linux-v6.1/Documentation/networking/
Dtls.rst42 unsigned char iv[TLS_CIPHER_AES_GCM_128_IV_SIZE];
43 unsigned char key[TLS_CIPHER_AES_GCM_128_KEY_SIZE];
44 unsigned char salt[TLS_CIPHER_AES_GCM_128_SALT_SIZE];
45 unsigned char rec_seq[TLS_CIPHER_AES_GCM_128_REC_SEQ_SIZE];
73 const char *msg = "hello world\n";
108 char buffer[16384];
135 static int klts_send_ctrl_message(int sock, unsigned char record_type,
141 char buf[CMSG_SPACE(cmsg_len)];
174 char buffer[16384];
175 char cmsg[CMSG_SPACE(sizeof(unsigned char))];
[all …]
/Linux-v6.1/Documentation/maintainer/
Dpull-requests.rst36 drivers/char, to be applied at the Kernel version 4.15-rc1 could be named
37 as ``char-misc-4.15-rc1``. If such tag would be produced from a branch
38 named ``char-misc-next``, you would be using the following command::
40 git tag -s char-misc-4.15-rc1 char-misc-next
42 that will create a signed tag called ``char-misc-4.15-rc1`` based on the
43 last commit in the ``char-misc-next`` branch, and sign it with your gpg key
97 Here is the big char/misc patch set for the 4.15-rc1 merge window.
129 git push origin char-misc-4.15-rc1
141 …git request-pull master git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ char-m…
146 'char-misc-4.15-rc1' tag location, to the head of the 'master'
[all …]

12345678910>>...15