| /osnet-11/usr/src/grub/grub2/include/grub/ |
| H A D | gfxwidgets.h | 44 void (*destroy) (grub_gfxmenu_box_t self); member in struct:grub_gfxmenu_box
|
| H A D | gui.h | 45 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 D | ToTk.pm | 78 # 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 D | rc-int.h | 60 krb5_error_code (KRB5_CALLCONV *destroy)( member in struct:_krb5_rc_ops
|
| H A D | rcfns.c | 57 return krb5_x((id)->ops->destroy,(context, id));
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
| H A D | Scalar.t | 51 is( $flag, undef, 'destroy flag not set' );
|
| /osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/ |
| H A D | widget-box.c | 253 destroy (grub_gfxmenu_box_t self) function 344 box->destroy = destroy; 348 destroy (box);
|
| H A D | theme_loader.c | 70 (*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 D | gui_canvas.c | 58 cur->component->ops->destroy (cur->component); 219 /* Free the node's memory (but don't destroy the component). */ 239 .destroy = canvas_destroy,
|
| H A D | gui_list.c | 81 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 D | gui_box.c | 66 cur->component->ops->destroy (cur->component); 338 /* Free the node's memory (but don't destroy the component). */ 358 .destroy = box_destroy,
|
| H A D | view.c | 110 view->terminal_box->destroy (view->terminal_box); 116 view->canvas->component.ops->destroy (view->canvas);
|
| H A D | gui_circular_progress.c | 278 .destroy = circprog_destroy,
|
| H A D | gui_image.c | 250 .destroy = image_destroy,
|
| H A D | gui_label.c | 227 .destroy = label_destroy,
|
| /osnet-11/usr/src/lib/libpool/common/ |
| H A D | pool_kernel.c | 1377 * 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 D | dst_internal.h | 88 void *(*destroy)(void *key); member in struct:dst_func
|
| /osnet-11/usr/src/lib/librestart/common/ |
| H A D | librestart.h | 308 int destroy; /* Flag to indicate destruction steps */ member in struct:mc_error
|
| /osnet-11/usr/src/lib/libparted/common/include/parted/ |
| H A D | device.h | 104 void (*destroy) (PedDevice* dev); member in struct:_PedDeviceArchOps
|
| /osnet-11/usr/src/lib/libfuse/common/ |
| H A D | fuse_compat.h | 53 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 D | ctl_clnt.c | 104 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 D | dsconvert.ksh | 334 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 D | uninstall.ksh | 92 # 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 D | common.ksh | 1338 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 D | Msg.pm | 168 Remove and destroy the message queue from the system.
|