/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wipe/files/ |
H A D | makefile-add-ldflags.patch | 12 wipe : $(OBJECTS) 13 - $(CC) $(CCO) $(OBJECTS) -o wipe 14 + $(CC) $(CCO) $(LDFLAGS) $(OBJECTS) -o wipe 16 wipe.o : wipe.c random.h misc.h version.h 17 $(CC) $(CCO) $(CCOC) wipe.c -o wipe.o
|
H A D | support-cross-compile-for-linux.patch | 26 rm -f wipe $(OBJECTS) wipe.tr-asc.1 version.h 29 - install -m755 -o root -g root wipe $(DESTDIR)/usr/bin 31 + install -m755 -o root -g root wipe $(DESTDIR)$(bindir)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wipe/ |
H A D | wipe_0.24.bb | 5 5.5.1, Solaris 2.6. wipe is released under the GPL. Pre-compiled \ 7 Under Debian, the package name is wipe" 8 HOMEPAGE = "http://lambda-diode.com/software/wipe/" 12 SRC_URI = "git://github.com/berke/wipe.git;branch=master;protocol=https \
|
/openbmc/estoraged/ |
H A D | README.md | 7 encrypted filesystem, wipe its contents, lock/unlock the device, or change the
|
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/ |
H A D | libfdisk-cfdisk-and-sfdisk-sector-size-improvements.patch | 22 libfdisk/src/wipe.c | 3 +++ 25 diff --git a/libfdisk/src/wipe.c b/libfdisk/src/wipe.c 27 --- a/libfdisk/src/wipe.c 28 +++ b/libfdisk/src/wipe.c
|
/openbmc/linux/fs/ocfs2/ |
H A D | inode.c | 889 int *wipe) in ocfs2_query_inode_wipe() argument 895 *wipe = 0; in ocfs2_query_inode_wipe() 971 *wipe = 1; in ocfs2_query_inode_wipe() 994 int wipe, status; in ocfs2_delete_inode() local 1062 status = ocfs2_query_inode_wipe(inode, di_bh, &wipe); in ocfs2_delete_inode() 1063 if (!wipe || status < 0) { in ocfs2_delete_inode()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-roccat-kone.h | 155 struct_group(wipe,
|
H A D | hid-roccat-kone.c | 866 memset(&event->wipe, 0, sizeof(event->wipe)); in kone_raw_event()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/ |
H A D | fastboot.mk | 31 libext4_utils_SRC_FILES += wipe.c
|
H A D | ext4_utils.mk | 25 libext4_utils_SRC_FILES += wipe.c
|
H A D | adbd.mk | 115 libext4_utils_SRC_FILES += wipe.c
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | signing-keys.bb | 78 # it cleans ${B} and will wipe any keys exported by do_get_public_keys.
|
H A D | cve-update-nvd2-native.bb | 118 # just wipe any leftovers and force the DB to be recreated. 128 # just wipe any leftovers and force the DB to be recreated.
|
/openbmc/docs/designs/ |
H A D | estoraged.md | 16 encrypted filesystem, wipe its contents, lock/unlock the device, or change the 55 - Securely wipe the device and verify that the data was wiped
|
/openbmc/qemu/roms/ |
H A D | Makefile | 184 $(MESON) setup $(if $(wildcard qboot/build/meson-private),--wipe,) qboot qboot/build
|
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/ |
H A D | weston_14.0.1.bb | 99 # Weston doesn't need the .la files to load modules, so wipe them
|
/openbmc/linux/Documentation/driver-api/nvdimm/ |
H A D | security.rst | 32 overwrite <keyid> - wipe the entire nvdimm.
|
/openbmc/linux/drivers/md/ |
H A D | dm-crypt.c | 106 int (*wipe)(struct crypt_config *cc); member 1096 .wipe = crypt_iv_lmk_wipe, 1105 .wipe = crypt_iv_tcw_wipe, 1123 .wipe = crypt_iv_elephant_wipe, 2703 if (cc->iv_gen_ops && cc->iv_gen_ops->wipe) { in crypt_wipe_key() 2704 r = cc->iv_gen_ops->wipe(cc); in crypt_wipe_key()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-codec.rst | 1517 - Slice groups grow in wipe scan pattern from top to bottom. 1536 Specifies a direction of the slice group change for raster and wipe 1546 - Raster scan or wipe right. 1548 - Reverse raster scan or wipe left. 1553 Specifies the size of the first slice group for raster and wipe map.
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-2.3.rst | 144 - ``wipe-sysroot``: The ``wipe-sysroot`` script has been removed as
|
H A D | release-notes-4.0.4.rst | 72 - externalsrc: Don't wipe out src dir when EXPORT_FUNCTIONS is used.
|
/openbmc/openbmc/meta-ampere/meta-mitchell/conf/templates/default/ |
H A D | local.conf.sample | 37 # You can wipe out TMPDIR leaving this directory intact and the build would regenerate
|
/openbmc/openbmc/meta-ampere/meta-jefferson/conf/templates/default/ |
H A D | local.conf.sample | 37 # You can wipe out TMPDIR leaving this directory intact and the build would regenerate
|
/openbmc/openbmc/meta-ampere/meta-jade/conf/templates/default/ |
H A D | local.conf.sample | 37 # You can wipe out TMPDIR leaving this directory intact and the build would regenerate
|
/openbmc/openbmc/meta-amd/meta-daytonax/conf/templates/default/ |
H A D | local.conf.sample | 59 # You can wipe out TMPDIR leaving this directory intact and the build would regenerate
|