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

12

/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dfilemutexdemo1.sh201 # destroy mutex if noone is using it anymore (not the same as "unset" !!))
202 function destroy function
204 _.check_subshell "destroy" || return 1
262 fs.destroy
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_fmri.c60 cmd_fmri_fini(fmd_hdl_t *hdl, cmd_fmri_t *fmri, int destroy) argument
62 if (destroy)
H A Dcmd_bank.c120 bank_free(fmd_hdl_t *hdl, cmd_bank_t *bank, int destroy) argument
123 cmd_case_fini(hdl, bank->bank_case.cc_cp, destroy);
126 cmd_fmri_fini(hdl, &bank->bank_asru, destroy);
128 if (destroy)
H A Dcmd_page.c52 cmd_page_free(fmd_hdl_t *hdl, cmd_page_t *page, int destroy) argument
57 cmd_case_fini(hdl, cc->cc_cp, destroy);
60 if (fmd_serd_exists(hdl, cc->cc_serdnm) && destroy)
65 if (destroy)
68 cmd_fmri_fini(hdl, &page->page_asru, destroy);
H A Dcmd_dimm.c108 cmd_dimm_free(fmd_hdl_t *hdl, cmd_dimm_t *dimm, int destroy) argument
119 cmd_case_fini(hdl, cc->cc_cp, destroy);
122 destroy)
160 cmd_fmri_fini(hdl, &dimm->dimm_asru, destroy);
162 if (destroy)
H A Dcmd_cpu.c303 cpu_uec_free(fmd_hdl_t *hdl, cmd_cpu_uec_t *uec, int destroy) argument
308 if (destroy)
1513 cmd_cpu_free(fmd_hdl_t *hdl, cmd_cpu_t *cpu, int destroy) argument
1524 cmd_case_fini(hdl, cc->cc_cp, destroy);
1527 destroy)
1541 (void) cmd_Lxcache_free(hdl, cpu, Lxcache, destroy);
1543 cpu_uec_free(hdl, &cpu->cpu_uec, destroy);
1544 cpu_uec_free(hdl, &cpu->cpu_olduec, destroy);
1547 cmd_fmri_fini(hdl, &cpu->cpu_asru, destroy);
1548 cmd_fmri_fini(hdl, &cpu->cpu_fru, destroy);
[all...]
/illumos-gate/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_fmri.c58 gmem_fmri_fini(fmd_hdl_t *hdl, gmem_fmri_t *fmri, int destroy) argument
60 if (destroy)
H A Dgmem_page.c48 gmem_page_free(fmd_hdl_t *hdl, gmem_page_t *page, int destroy) argument
53 gmem_case_fini(hdl, cc->cc_cp, destroy);
56 if (fmd_serd_exists(hdl, cc->cc_serdnm) && destroy)
61 if (destroy)
64 gmem_fmri_fini(hdl, &page->page_asru, destroy);
H A Dgmem_dimm.c61 gmem_dimm_free(fmd_hdl_t *hdl, gmem_dimm_t *dimm, int destroy) argument
69 gmem_case_fini(hdl, cc->cc_cp, destroy);
72 destroy)
78 gmem_fmri_fini(hdl, &dimm->dimm_asru, destroy);
102 if (destroy)
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc-int.h54 krb5_error_code (KRB5_CALLCONV *destroy) member in struct:_krb5_rc_ops
/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_internal.h88 void *(*destroy)(void *key); member in struct:dst_func
/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_dp.c354 cmd_dp_free(fmd_hdl_t *hdl, cmd_dp_t *dp, int destroy) argument
357 cmd_case_fini(hdl, dp->dp_case, destroy);
359 if (destroy && dp->dp_erpt_type == DP_ERROR) {
369 if (destroy)
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Ddelete.c51 boolean_t destroy = B_TRUE; local
65 /* "destroy" is optional. Default is TRUE */
67 (void *)&destroy, NULL);
70 KMF_DESTROY_BOOL_ATTR, &destroy, sizeof (boolean_t));
/illumos-gate/usr/src/uts/common/io/
H A Ddevpool.c201 pool_destroy_t destroy; local
381 if (ddi_copyin((void *)arg, &destroy,
386 ret = pool_destroy(destroy.pd_o_type, destroy.pd_o_sub_type,
387 destroy.pd_o_id);
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dcphy.h57 void (*destroy)(struct cphy *); member in struct:cphy_ops
H A Dgmac.h79 void (*destroy)(struct cmac *); member in struct:cmac_ops
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_cm.c713 int err, destroy = 1; local
798 destroy = 0;
830 return (destroy);
877 * Beware - returning non-zero tells the rdma_cm to destroy
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_events.h76 void (*destroy)(); member in struct:emlxs_event
/illumos-gate/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_branch.c570 branch_free(fmd_hdl_t *hdl, cmd_branch_t *branch, int destroy) argument
574 if (destroy) {
583 cmd_case_fini(hdl, branch->branch_case.cc_cp, destroy);
587 cmd_fmri_fini(hdl, &branch->branch_asru, destroy);
589 if (destroy)
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_typedef.c497 goto destroy;
507 goto destroy;
518 goto destroy;
528 goto destroy;
536 goto destroy;
543 goto destroy;
548 destroy:
580 int destroy = 0, list = 0; local
590 'd', MDB_OPT_SETBITS, TRUE, &destroy,
603 if (destroy)
[all...]
/illumos-gate/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);
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_door.c360 dlmgmt_upcall_arg_destroy_t *destroy = argp; local
362 datalink_id_t linkid = destroy->ld_linkid;
367 flags = DLMGMT_ACTIVE | (destroy->ld_persist ? DLMGMT_PERSIST : 0);
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vnops.c1043 * so dv_cleandir() won't find them. We destroy such nodes
1050 int destroy; local
1057 destroy = (DV_STALE(dv) && vp->v_count == 0);
1060 /* stale nodes cannot be rediscovered, destroy it here */
1061 if (destroy)
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_db.c255 void (*destroy)(rfs4_entry_t),
304 table->dbt_destroy = destroy;
743 /* Walk the buckets looking for entries to release/destroy */
776 /* Walk the buckets looking for entries to release/destroy */
253 rfs4_table_create(rfs4_database_t *db, char *tabname, time_t max_cache_time, uint32_t idxcnt, bool_t (*create)(rfs4_entry_t, void *), void (*destroy)(rfs4_entry_t), bool_t (*expiry)(rfs4_entry_t), uint32_t size, uint32_t hashsize, uint32_t maxentries, id_t start) argument
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.h307 int destroy; /* Flag to indicate destruction steps */ member in struct:mc_error

Completed in 151 milliseconds

12