Home
last modified time | relevance | path

Searched refs:libcfs_str2nid (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/lustre/include/linux/lnet/
Dnidstr.h89 lnet_nid_t libcfs_str2nid(const char *str);
/drivers/staging/lustre/lnet/lnet/
Dnidstrings.c1205 libcfs_str2nid(const char *str) in libcfs_str2nid() function
1228 EXPORT_SYMBOL(libcfs_str2nid);
1256 *nidp = libcfs_str2nid(str); in libcfs_str2anynid()
Dconfig.c755 nid = libcfs_str2nid(ltb->ltb_text); in lnet_parse_route()
780 nid = libcfs_str2nid(ltb->ltb_text); in lnet_parse_route()
/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c91 *nid = libcfs_str2nid(buf); in parse_nid()