Searched defs:destroy (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dgfxwidgets.h44 void (*destroy) (grub_gfxmenu_box_t self); member in struct:grub_gfxmenu_box
H A Dgui.h45 void (*destroy) (void *self); member in struct:grub_gui_component_ops
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc-int.h60 krb5_error_code (KRB5_CALLCONV *destroy)( member in struct:_krb5_rc_ops
/osnet-11/usr/src/lib/libresolv2/common/dst/
H A Ddst_internal.h88 void *(*destroy)(void *key); member in struct:dst_func
/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Ddevice.h104 void (*destroy) (PedDevice* dev); member in struct:_PedDeviceArchOps
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_compat.h53 void (*destroy) (void *); member in struct:fuse_operations_compat25
112 void (*destroy) (void *); member in struct:fuse_operations_compat22
H A Dfuse.h84 * init and destroy are special purpose methods, without which a full
311 * destroy() method.
325 void (*destroy) (void *); member in struct:fuse_operations
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dwidget-box.c253 destroy (grub_gfxmenu_box_t self) function
344 box->destroy = destroy;
348 destroy (box);
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c104 static void destroy(struct ctl_cctx *, int);
225 destroy(ctx, 0);
339 destroy(struct ctl_cctx *ctx, int notify) { function
351 * This test is nec'y since destroy() can be called from
391 destroy(ctx, 1);
456 destroy(ctx, 1);
/osnet-11/usr/src/lib/librestart/common/
H A Dlibrestart.h308 int destroy; /* Flag to indicate destruction steps */ member in struct:mc_error
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_kernel.c1377 * the supplied pool is not the default pool attempt to destroy it.
1785 * Remove the details of the element from our userland copy and destroy
1792 pool_destroy_undo_t *destroy; local
1808 if ((destroy = malloc(sizeof (pool_destroy_undo_t))) == NULL) {
1812 destroy->pdu_ioctl.pd_o_type = pool_elem_class(pe);
1814 if (destroy->pdu_ioctl.pd_o_type == PEC_RES_COMP ||
1815 destroy->pdu_ioctl.pd_o_type == PEC_RES_AGG)
1816 destroy->pdu_ioctl.pd_o_sub_type = pool_resource_elem_class(pe);
1818 if (destroy->pdu_ioctl.pd_o_type == PEC_COMP)
1819 destroy
2784 pool_destroy_undo_t *destroy; local
3006 pool_destroy_undo_t *destroy; local
3415 pool_destroy_undo_t *destroy; local
[all...]
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c1958 boolean_t destroy = B_TRUE; local
1975 /* "destroy" is optional. Default is TRUE */
1977 (void *)&destroy, NULL);
1979 if (destroy) {
1991 if (!key->israw && destroy)
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c1900 boolean_t destroy = B_TRUE; local
1907 (void *)&destroy, NULL);
1909 /* "destroy" is optional. Default is TRUE */
1941 if (destroy) {

Completed in 908 milliseconds