Searched refs:unwrap (Results 1 – 18 of 18) sorted by relevance
/linux/scripts/ |
H A D | rustdoc_test_gen.rs | 51 let potential_components: Vec<&str> = file.strip_suffix("_rs").unwrap().split('_').collect(); in find_real_path() 105 valid_paths[0].to_str().unwrap() in find_real_path() 109 let srctree = std::env::var("srctree").unwrap(); in main() 113 .unwrap() in main() 114 .map(|entry| entry.unwrap().path()) in main() 131 let name = path.file_name().unwrap().to_str().unwrap().to_string(); in main() 134 let (file, line) = name.rsplit_once('_').unwrap().0.rsplit_once('_').unwrap(); in main() 156 File::open(path).unwrap().read_to_string(&mut body).unwrap(); in main() 213 .unwrap(); in main() 215 write!(c_test_declarations, "void {kunit_name}(struct kunit *);\n").unwrap(); in main() [all …]
|
H A D | rustdoc_test_builder.rs | 23 stdin.read_to_string(&mut body).unwrap(); in main() 67 let name = rustdoc_function_name.split_once("_rust_kernel_").unwrap().1; in main() 71 std::fs::write(path, body.as_bytes()).unwrap(); in main()
|
H A D | generate_rust_target.rs | 144 if handle.read_line(&mut line).unwrap() == 0 { in from_stdin() 175 .unwrap() in rustc_version_atleast() 177 .unwrap(); in rustc_version_atleast()
|
/linux/rust/macros/ |
H A D | vtable.rs | 76 .unwrap(); in vtable() 87 write!(const_items, "const {gen_const_name}: bool = true;").unwrap(); in vtable() 91 let new_body = vec![const_items.parse().unwrap(), body.stream()] in vtable()
|
H A D | pin_data.rs | 53 .unwrap(), in pin_data() 55 "Self".parse::<TokenStream>().unwrap().into_iter().collect() in pin_data() 110 .unwrap() in replace_self_and_deny_type_defs()
|
H A D | pinned_drop.rs | 19 nesting = nesting.checked_sub(1).unwrap(); in pinned_drop()
|
/linux/net/sunrpc/auth_gss/ |
H A D | gss_krb5_mech.c | 52 .unwrap = gss_krb5_unwrap_v2, 81 .unwrap = gss_krb5_unwrap_v2, 120 .unwrap = gss_krb5_unwrap_v2, 146 .unwrap = gss_krb5_unwrap_v2, 175 .unwrap = gss_krb5_unwrap_v2, 201 .unwrap = gss_krb5_unwrap_v2, 592 return kctx->gk5e->unwrap(kctx, offset, len, buf, in gss_krb5_unwrap()
|
H A D | gss_krb5_internal.h | 51 u32 (*unwrap)(struct krb5_ctx *kctx, int offset, int len, member
|
H A D | gss_rpc_upcall.c | 67 PROC(UNWRAP, unwrap),
|
/linux/drivers/dma-buf/ |
H A D | Makefile | 3 dma-fence-unwrap.o dma-resv.o 15 st-dma-fence-unwrap.o \
|
/linux/fs/ecryptfs/ |
H A D | Kconfig | 18 bool "Enable notifications for userspace key wrap/unwrap" 22 for userspace to wrap/unwrap file encryption keys by other
|
/linux/drivers/usb/gadget/function/ |
H A D | u_ether.c | 74 int (*unwrap)(struct gether *, member 233 if (dev->unwrap) { in rx_complete() 238 status = dev->unwrap(dev->port_usb, in rx_complete() 1148 dev->unwrap = link->unwrap; in gether_connect() 1238 dev->unwrap = NULL; in gether_disconnect()
|
H A D | u_ether.h | 75 int (*unwrap)(struct gether *port, member
|
H A D | f_eem.c | 670 eem->port.unwrap = eem_unwrap; in eem_alloc()
|
H A D | f_rndis.c | 994 rndis->port.unwrap = rndis_rm_hdr; in rndis_alloc()
|
H A D | f_ncm.c | 1795 ncm->port.unwrap = ncm_unwrap_ntb; in ncm_alloc()
|
/linux/include/trace/events/ |
H A D | rpcgss.h | 139 DEFINE_GSSAPI_EVENT(unwrap); 210 DEFINE_SVC_GSSAPI_EVENT(unwrap);
|
/linux/Documentation/driver-api/ |
H A D | dma-buf.rst | 216 DMA Fence unwrap 219 .. kernel-doc:: include/linux/dma-fence-unwrap.h
|