Searched refs:in_handle (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | svcauth_gss.c | 100 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 D | gss_rpc_upcall.c | 275 .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 D | gss_rpc_upcall.h | 17 struct xdr_netobj in_handle; member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/ |
H A D | 0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch | 568 @@ -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)
|