Searched refs:actionp (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_trans.c | 557 char *actionp = NULL; in mt_flags_to_action() local 578 if (!(actionp = Zalloc(len+1))) { in mt_flags_to_action() 581 if (strncpy(actionp, fix_msg, len + 1) != actionp) { in mt_flags_to_action() 588 if (actionp) { in mt_flags_to_action() 589 Free(actionp); in mt_flags_to_action() 590 actionp = NULL; in mt_flags_to_action() 593 return (actionp); in mt_flags_to_action() 869 char *actionp = NULL; in trans_report() local 902 actionp = mt_flags_to_action(transp); in trans_report() 903 if (actionp) { in trans_report() [all …]
|
H A D | meta_mirror.c | 747 char **actionp, in sm_state_to_action() argument 757 *actionp = NULL; in sm_state_to_action() 768 *actionp = buf; in sm_state_to_action() 798 *actionp = buf; in sm_state_to_action() 809 *actionp = buf; in sm_state_to_action() 817 *actionp = buf; in sm_state_to_action() 822 *actionp = dgettext(TEXT_DOMAIN, "???"); in sm_state_to_action()
|
/titanic_41/usr/src/lib/libsmbfs/smb/ |
H A D | ssnsetup.c | 79 uint32_t *statusp, uint16_t *actionp); 285 uint32_t *statusp, uint16_t *actionp) in smb__ssnsetup() argument 392 md_get_uint16le(mbp, actionp); /* action */ in smb__ssnsetup() 411 md_get_uint16le(mbp, actionp); /* action */ in smb__ssnsetup()
|
/titanic_41/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 | 183 new_indicator(ind_state_t lstate, char *namep, char *actionp) in new_indicator() argument 189 newindicator->ind_instr_spec = actionp ? dstrdup(actionp) : NULL; in new_indicator() 270 new_indrule(state_transition_t *st, ind_action_t *actionp) in new_indrule() argument 275 lrp->action_list = actionp; in new_indrule()
|
H A D | dm_platform.c | 375 char *actionp = extract_action(action); in do_action() local 386 if (parse_action_string(actionp, &cmd, &props)) { in do_action()
|
/titanic_41/usr/src/cmd/find/ |
H A D | find.c | 418 compile(argv, np, actionp) in compile() argument 421 int *actionp; 495 i = compile(++av, topnode, actionp); 537 (*actionp)++; 607 (*actionp)++; 724 (*actionp)++; 748 (*actionp)++;
|
/titanic_41/usr/src/head/ |
H A D | meta.h | 1122 md_mirror_t *mirrorp, char **actionp,
|