Searched refs:unwrap (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/rust/macros/ |
A D | vtable.rs | 76 .unwrap(); in vtable() 86 write!(const_items, "const {gen_const_name}: bool = true;").unwrap(); in vtable() 90 let new_body = vec![const_items.parse().unwrap(), body.stream()] in vtable()
|
A D | module.rs | 55 .unwrap(); in emit_base()
|
/linux-6.3-rc2/rust/kernel/ |
A D | types.rs | 184 self.0.take().unwrap().0 in dismiss() 200 &self.0.as_ref().unwrap().0 in deref() 207 &mut self.0.as_mut().unwrap().0 in deref_mut()
|
A D | str.rs | 355 let checked_cstr = CStr::from_bytes_with_nul(good_bytes).unwrap(); in test_cstr_to_str() 356 let checked_str = checked_cstr.to_str().unwrap(); in test_cstr_to_str() 364 let checked_cstr = CStr::from_bytes_with_nul(bad_bytes).unwrap(); in test_cstr_to_str_panic() 365 checked_cstr.to_str().unwrap(); in test_cstr_to_str_panic() 371 let checked_cstr = CStr::from_bytes_with_nul(good_bytes).unwrap(); in test_cstr_as_str_unchecked()
|
/linux-6.3-rc2/drivers/dma-buf/ |
A D | Makefile | 3 dma-fence-unwrap.o dma-resv.o 15 st-dma-fence-unwrap.o \
|
/linux-6.3-rc2/fs/ecryptfs/ |
A D | Kconfig | 18 bool "Enable notifications for userspace key wrap/unwrap" 22 for userspace to wrap/unwrap file encryption keys by other
|
/linux-6.3-rc2/net/sunrpc/auth_gss/ |
A D | gss_krb5_mech.c | 56 .unwrap = gss_krb5_unwrap_v1, 78 .unwrap = gss_krb5_unwrap_v1, 107 .unwrap = gss_krb5_unwrap_v2, 137 .unwrap = gss_krb5_unwrap_v2, 177 .unwrap = gss_krb5_unwrap_v2, 204 .unwrap = gss_krb5_unwrap_v2, 234 .unwrap = gss_krb5_unwrap_v2, 261 .unwrap = gss_krb5_unwrap_v2, 836 return kctx->gk5e->unwrap(kctx, offset, len, buf, in gss_krb5_unwrap()
|
A D | gss_krb5_internal.h | 52 u32 (*unwrap)(struct krb5_ctx *kctx, int offset, int len, member
|
A D | gss_rpc_upcall.c | 67 PROC(UNWRAP, unwrap),
|
/linux-6.3-rc2/rust/kernel/sync/ |
A D | arc.rs | 206 let inner = NonNull::new(ptr as *mut ArcInner<T>).unwrap(); in borrow() 218 unsafe { Self::from_inner(NonNull::new(ptr as _).unwrap()) } in from_foreign()
|
/linux-6.3-rc2/drivers/usb/gadget/function/ |
A D | u_ether.c | 73 int (*unwrap)(struct gether *, member 233 if (dev->unwrap) { in rx_complete() 238 status = dev->unwrap(dev->port_usb, in rx_complete() 1084 dev->unwrap = link->unwrap; in gether_connect() 1174 dev->unwrap = NULL; in gether_disconnect()
|
A D | u_ether.h | 75 int (*unwrap)(struct gether *port, member
|
A D | f_eem.c | 672 eem->port.unwrap = eem_unwrap; in eem_alloc()
|
A D | f_rndis.c | 1009 rndis->port.unwrap = rndis_rm_hdr; in rndis_alloc()
|
A D | f_ncm.c | 1733 ncm->port.unwrap = ncm_unwrap_ntb; in ncm_alloc()
|
/linux-6.3-rc2/scripts/ |
A D | generate_rust_target.rs | 120 if handle.read_line(&mut line).unwrap() == 0 { in from_stdin()
|
/linux-6.3-rc2/include/trace/events/ |
A D | rpcgss.h | 139 DEFINE_GSSAPI_EVENT(unwrap); 210 DEFINE_SVC_GSSAPI_EVENT(unwrap);
|
/linux-6.3-rc2/Documentation/driver-api/ |
A D | dma-buf.rst | 194 DMA Fence unwrap 197 .. kernel-doc:: include/linux/dma-fence-unwrap.h
|
Completed in 25 milliseconds