Home
last modified time | relevance | path

Searched refs:unwrap (Results 1 – 18 of 18) sorted by relevance

/linux-6.3-rc2/rust/macros/
A Dvtable.rs76 .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 Dmodule.rs55 .unwrap(); in emit_base()
/linux-6.3-rc2/rust/kernel/
A Dtypes.rs184 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 Dstr.rs355 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 DMakefile3 dma-fence-unwrap.o dma-resv.o
15 st-dma-fence-unwrap.o \
/linux-6.3-rc2/fs/ecryptfs/
A DKconfig18 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 Dgss_krb5_mech.c56 .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 Dgss_krb5_internal.h52 u32 (*unwrap)(struct krb5_ctx *kctx, int offset, int len, member
A Dgss_rpc_upcall.c67 PROC(UNWRAP, unwrap),
/linux-6.3-rc2/rust/kernel/sync/
A Darc.rs206 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 Du_ether.c73 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 Du_ether.h75 int (*unwrap)(struct gether *port, member
A Df_eem.c672 eem->port.unwrap = eem_unwrap; in eem_alloc()
A Df_rndis.c1009 rndis->port.unwrap = rndis_rm_hdr; in rndis_alloc()
A Df_ncm.c1733 ncm->port.unwrap = ncm_unwrap_ntb; in ncm_alloc()
/linux-6.3-rc2/scripts/
A Dgenerate_rust_target.rs120 if handle.read_line(&mut line).unwrap() == 0 { in from_stdin()
/linux-6.3-rc2/include/trace/events/
A Drpcgss.h139 DEFINE_GSSAPI_EVENT(unwrap);
210 DEFINE_SVC_GSSAPI_EVENT(unwrap);
/linux-6.3-rc2/Documentation/driver-api/
A Ddma-buf.rst194 DMA Fence unwrap
197 .. kernel-doc:: include/linux/dma-fence-unwrap.h

Completed in 25 milliseconds