Lines Matching refs:hostname
211 const char *hostname, const size_t len)
217 memcmp(nsm->sm_name, hostname, len) == 0)
274 const char *hostname,
279 if (!hostname)
296 memcpy(new->sm_name, hostname, hostname_len);
307 * @hostname: pointer to C string containing hostname to find
314 * @hostname cannot be found in the handle cache. Returns NULL if
319 const size_t salen, const char *hostname,
325 if (hostname && memchr(hostname, '/', hostname_len) != NULL) {
327 printk(KERN_WARNING "Invalid hostname \"%.*s\" "
329 (int)hostname_len, hostname);
337 if (nsm_use_hostnames && hostname != NULL)
339 hostname, hostname_len);
364 new = nsm_create_handle(sap, salen, hostname, hostname_len);
445 * The "my_id" argument specifies the hostname and RPC procedure