Home
last modified time | relevance | path

Searched defs:str (Results 126 – 150 of 1305) sorted by relevance

12345678910>>...53

/linux/drivers/firmware/ !
H A Discsi_ibft.c202 char *str = buf; in sprintf_ipaddr() local
221 static ssize_t sprintf_string(char *str, int len, char *buf) in sprintf_string()
255 char *str = buf; in ibft_attr_show_initiator() local
296 char *str = buf; in ibft_attr_show_nic() local
359 char *str = buf; in ibft_attr_show_target() local
421 char *str = buf; in ibft_attr_show_acpitbl() local
/linux/arch/powerpc/xmon/ !
H A Dnonstdio.c147 char *xmon_gets(char *str, int nb) in xmon_gets()
185 void xmon_puts(const char *str) in xmon_puts()
/linux/tools/net/sunrpc/xdrgen/generators/ !
H A Dpointer.py265 def __init__(self, language: str, peer: str):
H A Dstruct.py265 def __init__(self, language: str, peer: str):
/linux/drivers/net/ !
H A DSpace.c142 static int __init netdev_boot_setup(char *str) in netdev_boot_setup()
168 static int __init ether_boot_setup(char *str) in ether_boot_setup()
/linux/arch/um/drivers/ !
H A Dubd_kern.c191 static int fake_ide_setup(char *str) in fake_ide_setup()
205 char *str = *ptr, *end; in parse_unit() local
226 static int ubd_setup_common(char *str, int *index_out, char **error_out) in ubd_setup_common()
331 static int ubd_setup(char *str) in ubd_setup()
376 static int udb_setup(char *str) in udb_setup()
914 static int ubd_config(char *str, char **error_out) in ubd_config()
951 static int ubd_get_config(char *name, char *str, int size, char **error_out) in ubd_get_config()
983 static int ubd_id(char **str, int *start_out, int *end_out) in ubd_id()
H A Dmconsole_user.c128 int mconsole_reply_len(struct mc_request *req, const char *str, int total, in mconsole_reply_len()
167 int mconsole_reply(struct mc_request *req, const char *str, int err, int more) in mconsole_reply()
/linux/fs/hfsplus/ !
H A Ddir.c87 struct qstr str; in hfsplus_lookup() local
306 struct qstr str; in hfsplus_link() local
362 struct qstr str; in hfsplus_unlink() local
/linux/sound/xen/ !
H A Dxen_snd_front_cfg.c294 char *str = NULL; in cfg_get_stream_type() local
336 char *str = NULL; in cfg_stream() local
388 char *str; in cfg_device() local
/linux/drivers/s390/cio/ !
H A Dblacklist.c101 static int parse_busid(char *str, unsigned int *cssid, unsigned int *ssid, in parse_busid()
149 static int blacklist_parse_parameters(char *str, range_action action, in blacklist_parse_parameters()
227 blacklist_setup (char *str) in blacklist_setup()
/linux/lib/ !
H A Dbitmap-str.c239 static const char *bitmap_getnum(const char *str, unsigned int *num, in bitmap_getnum()
279 static const char *bitmap_find_region(const char *str) in bitmap_find_region()
295 static const char *bitmap_parse_region(const char *str, struct region *r) in bitmap_parse_region()
/linux/arch/loongarch/kernel/ !
H A Dkdebugfs.c23 char str[32]; in sfb_read() local
96 char str[240]; in tso_read() local
/linux/drivers/char/tpm/ !
H A Dtpm-sysfs.c38 char *str = buf; in pubek_show() local
88 char *str = buf; in pcrs_show() local
211 char *str = buf; in caps_show() local
376 char *str = buf; in pcr_value_show() local
/linux/fs/squashfs/ !
H A Dsuper.c72 static int squashfs_parse_param_threads_str(const char *str, struct squashfs_mount_opts *opts) in squashfs_parse_param_threads_str()
91 static int squashfs_parse_param_threads_num(const char *str, struct squashfs_mount_opts *opts) in squashfs_parse_param_threads_num()
118 static int squashfs_parse_param_threads(const char *str, struct squashfs_mount_opts *opts) in squashfs_parse_param_threads()
/linux/drivers/md/ !
H A Dmd-autodetect.c60 static int __init md_setup(char *str) in md_setup()
229 static int __init raid_setup(char *str) in raid_setup()
/linux/arch/alpha/boot/ !
H A Dstdio.c43 static char * number(char * str, unsigned long long num, int base, int size, int precision, int typ… in number()
115 char * str; in vsprintf() local
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ !
H A Dbase.c91 nvbios_findstr(const u8 *data, int size, const char *str, int len) in nvbios_findstr()
107 nvbios_memcmp(struct nvkm_bios *bios, u32 addr, const char *str, u32 len) in nvbios_memcmp()
/linux/tools/perf/util/ !
H A Drecord.c221 bool evlist__can_select_event(struct evlist *evlist, const char *str) in evlist__can_select_event()
271 int record__parse_freq(const struct option *opt, const char *str, int unset __maybe_unused) in record__parse_freq()
/linux/security/tomoyo/ !
H A Drealpath.c23 char *tomoyo_encode2(const char *str, int str_len) in tomoyo_encode2()
78 char *tomoyo_encode(const char *str) in tomoyo_encode()
/linux/drivers/staging/nvec/ !
H A Dnvec_ps2.c27 #define NVEC_PHD(str, buf, len) \ argument
31 #define NVEC_PHD(str, buf, len) do { } while (0) argument
/linux/drivers/net/wireless/ath/ath9k/ !
H A Ddebug_sta.c151 #define PRINT_CCK_RATE(str, i, sp) \ argument
160 #define PRINT_OFDM_RATE(str, i) \ argument
/linux/arch/x86/boot/ !
H A Dprintf.c41 static char *number(char *str, long num, int base, int size, int precision, in number()
118 char *str; in vsprintf() local
/linux/init/ !
H A Ddo_mounts_rd.c20 static int __init prompt_ramdisk(char *str) in prompt_ramdisk()
29 static int __init ramdisk_start_setup(char *str) in ramdisk_start_setup()
/linux/tools/perf/tests/ !
H A Dtime-utils-test.c12 static bool test__parse_nsec_time(const char *str, u64 expected) in test__parse_nsec_time()
61 const char *str; member
/linux/tools/testing/selftests/arm64/bti/ !
H A Dtest.c29 static void fdputs(int fd, const char *str) in fdputs()
40 static void putstr(const char *str) in putstr()

12345678910>>...53