Searched defs:actionp (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dssnsetup.c79 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/fm/modules/common/disk-monitor/
H A Ddm_platform.c375 char *actionp = extract_action(action); local
386 if (parse_action_string(actionp, &cmd, &props)) {
H A Ddiskmon_conf.c181 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;
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_trans.c557 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 Dmeta_mirror.c747 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

Completed in 53 milliseconds