Searched refs:actionp (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_trans.c | 557 char *actionp = NULL; local 578 if (!(actionp = Zalloc(len+1))) { 581 if (strncpy(actionp, fix_msg, len + 1) != actionp) { 588 if (actionp) { 589 Free(actionp); 590 actionp = NULL; 593 return (actionp); 869 char *actionp = NULL; local 902 actionp 1175 char *actionp = NULL; local [all...] |
H A D | meta_mirror.c | 747 char **actionp, 757 *actionp = NULL; 768 *actionp = buf; 798 *actionp = buf; 809 *actionp = buf; 817 *actionp = buf; 822 *actionp = dgettext(TEXT_DOMAIN, "???"); 742 sm_state_to_action( mdsetname_t *sp, md_submirror_t *mdsp, md_status_t mirror_status, md_mirror_t *mirrorp, char **actionp, md_error_t *ep ) argument
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | diskmon_conf.h | 198 char *actionp); 209 ind_action_t *actionp);
|
H A D | diskmon_conf.c | 181 new_indicator(ind_state_t lstate, char *namep, char *actionp) argument 187 newindicator->ind_instr_spec = actionp ? dstrdup(actionp) : NULL; 268 new_indrule(state_transition_t *st, ind_action_t *actionp) argument 273 lrp->action_list = actionp;
|
H A D | dm_platform.c | 375 char *actionp = extract_action(action); local 386 if (parse_action_string(actionp, &cmd, &props)) {
|
/illumos-gate/usr/src/lib/libsmbfs/smb/ |
H A D | ssnsetup.c | 79 uint32_t *statusp, uint16_t *actionp); 280 * actionp: [out] Logon Action (i.e. SMB_ACT_GUEST) 285 uint32_t *statusp, uint16_t *actionp) 392 md_get_uint16le(mbp, actionp); /* action */ 411 md_get_uint16le(mbp, actionp); /* action */ 283 smb__ssnsetup(struct smb_ctx *ctx, struct mbdata *mbc1, struct mbdata *mbc2, uint32_t *statusp, uint16_t *actionp) argument
|
/illumos-gate/usr/src/cmd/find/ |
H A D | find.c | 418 compile(argv, np, actionp) 421 int *actionp; 495 i = compile(++av, topnode, actionp); 537 (*actionp)++; 607 (*actionp)++; 724 (*actionp)++; 748 (*actionp)++;
|
/illumos-gate/usr/src/head/ |
H A D | meta.h | 1122 md_mirror_t *mirrorp, char **actionp,
|
Completed in 153 milliseconds