Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c100 struct xdr_netobj in_handle, in_token; member
111 kfree(rsii->in_handle.data); in rsi_free()
134 return hash_mem(item->in_handle.data, item->in_handle.len, RSI_HASHBITS) in rsi_hash()
142 return netobj_equal(&item->in_handle, &tmp->in_handle) && in rsi_match()
169 new->in_handle.len = item->in_handle.len; in rsi_init()
170 item->in_handle.len = 0; in rsi_init()
173 new->in_handle.data = item->in_handle.data; in rsi_init()
174 item->in_handle.data = NULL; in rsi_init()
218 qword_addhex(bpp, blen, rsii->in_handle.data, rsii->in_handle.len); in rsi_request()
242 if (dup_to_netobj(&rsii.in_handle, buf, len)) in rsi_parse()
[all …]
H A Dgss_rpc_upcall.c275 .state = data->in_handle in gssp_accept_sec_context_upcall()
304 if (data->in_handle.len != 0) in gssp_accept_sec_context_upcall()
373 kfree(data->in_handle.data); in gssp_free_upcall_data()
H A Dgss_rpc_upcall.h17 struct xdr_netobj in_handle; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/
H A D0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch568 @@ -5533,7 +5533,7 @@ static int copy_options_recursive(struct tracecmd_input *in_handle,
572 - if (do_lseek(in_handle, next, SEEK_SET) == (off64_t)-1)
573 + if (do_lseek(in_handle, next, SEEK_SET) == (off_t)-1)
576 if (read_section_header(in_handle, &id, &flags, NULL, NULL))
577 @@ -5648,7 +5648,7 @@ int tracecmd_copy_options(struct tracecmd_input *in_handle,
578 if (!in_handle->options_start)
581 - if (lseek64(in_handle->fd, in_handle->options_start, SEEK_SET) == (off64_t)-1)
582 + if (lseek(in_handle->fd, in_handle->options_start, SEEK_SET) == (off_t)-1)
585 if (copy_options(in_handle, out_handle) < 0)