Searched refs:destroy (Results 1 - 25 of 41) sorted by relevance

12

/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/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToTk.pm78 # xxx dirty but it works. A simple $mw->destroy if $mw->children
88 $mw->destroy;
91 $mw->destroy;
/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
H A Drcfns.c57 return krb5_x((id)->ops->destroy,(context, id));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DScalar.t51 is( $flag, undef, 'destroy flag not set' );
/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);
H A Dtheme_loader.c70 (*boxptr)->destroy (*boxptr);
96 (*boxptr)->destroy (*boxptr);
672 view->canvas->component.ops->destroy (view->canvas);
718 view->canvas->component.ops->destroy (view->canvas);
H A Dgui_canvas.c58 cur->component->ops->destroy (cur->component);
219 /* Free the node's memory (but don't destroy the component). */
239 .destroy = canvas_destroy,
H A Dgui_list.c81 self->menu_box->destroy (self->menu_box);
83 self->selected_item_box->destroy (self->selected_item_box);
546 .destroy = list_destroy,
614 self->list.component.ops->destroy (self);
H A Dgui_box.c66 cur->component->ops->destroy (cur->component);
338 /* Free the node's memory (but don't destroy the component). */
358 .destroy = box_destroy,
H A Dview.c110 view->terminal_box->destroy (view->terminal_box);
116 view->canvas->component.ops->destroy (view->canvas);
H A Dgui_circular_progress.c278 .destroy = circprog_destroy,
H A Dgui_image.c250 .destroy = image_destroy,
H A Dgui_label.c227 .destroy = label_destroy,
/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/libresolv2/common/dst/
H A Ddst_internal.h88 void *(*destroy)(void *key); member in struct:dst_func
/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/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
/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/brand/shared/zone/
H A Ddsconvert.ksh334 set -A undo zfs destroy "${zone.rpool_ds}"
340 set -A undo zfs destroy "${zone.rpool_ds}/export"
345 set -A undo zfs destroy "${zone.rpool_ds}/export/home"
355 set -A undo zfs destroy "${zone.ROOT_ds}"
374 set -A undo zfs destroy -rd "${zone.path.ds}/ROOT@$snapname"
H A Duninstall.ksh92 # note that we specify the '-r' flag so that we destroy any
96 $nop zfs destroy -r "$zd_fs1"
106 $nop /usr/sbin/zfs destroy "$zd_origin" 2>/dev/null
108 # we ignore errors while trying to destroy the origin since
224 # To be able to destroy this dataset (which we'll call the
239 # - destroy the origin and all it's descendants
246 # destroy them anyway.
259 # skip desendents of the origin we plan to destroy
271 # of the dataset we want to destroy, that are not themselves
272 # children of the dataset we're going to destroy)
[all...]
H A Dcommon.ksh1338 zfs destroy "${zone.path.ds}/installtmp" || \
1363 # If the destroy fails, this will trigger a failure in
1366 zfs destroy "${zone.path.ds}/installtmp" || \
1578 zfs destroy "$dsn"
1631 # and $ROOTdsn. Verify that. If it all checks out, destroy $topdsn
1647 (( delete_topdsn )) && zfs destroy -r "$topdsn"
2175 # deffered destruction with 'zfs destroy -d'
2314 # Normally we allow deferred destroy of
2322 zfs destroy $snap || return 1
2389 zfs destroy
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DMsg.pm168 Remove and destroy the message queue from the system.

Completed in 78 milliseconds

12