Searched refs:indp (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | diskmon_conf.c | 210 ind_free(indicator_t *indp) in ind_free() argument 214 while (indp != NULL) { in ind_free() 215 nextp = indp->next; in ind_free() 216 if (indp->ind_name) in ind_free() 217 dstrfree(indp->ind_name); in ind_free() 218 if (indp->ind_instr_spec) in ind_free() 219 dstrfree(indp->ind_instr_spec); in ind_free() 220 dfree(indp, sizeof (indicator_t)); in ind_free() 221 indp = nextp; in ind_free() 331 new_diskmon(nvlist_t *app_props, indicator_t *indp, indrule_t *indrp, in new_diskmon() argument [all …]
|
H A D | topo_gather.c | 360 topoprop_indicator_add(indicator_t **indp, char *ind_name, char *ind_action) in topoprop_indicator_add() argument 371 link_indicator(indp, newindp); in topoprop_indicator_add() 482 indicator_t *indp = NULL; in topo_add_bay() local 554 if (topoprop_indicator_add(&indp, indicator_name, in topo_add_bay() 578 if (!conf_failure && indp != NULL && in topo_add_bay() 579 (conferr = check_inds(indp)) != E_NO_ERROR) { in topo_add_bay() 617 if (!conf_failure && indrp != NULL && indp != NULL && in topo_add_bay() 620 (conferr = check_consistent_ind_indrules(indp, indrp, in topo_add_bay() 690 diskp = new_diskmon(dmap_nvl, indp, indrp, diskprops); in topo_add_bay() 711 if (indp) in topo_add_bay() [all …]
|
H A D | diskmon_conf.h | 201 extern void ind_free(indicator_t *indp); 213 extern diskmon_t *new_diskmon(nvlist_t *app_props, indicator_t *indp, 225 extern conf_err_t check_inds(indicator_t *indp); 229 extern conf_err_t check_consistent_ind_indrules(indicator_t *indp,
|
/titanic_44/usr/src/uts/common/io/ |
H A D | timod.c | 819 struct T_conn_ind *indp; in timodrproc() local 844 indp = (struct T_conn_ind *) in timodrproc() 847 ASSERT(indp->SRC_length >= 0); in timodrproc() 849 if (indp->SRC_length > ntp->tim_peermaxlen) { in timodrproc() 850 ptr = kmem_alloc(indp->SRC_length, in timodrproc() 859 indp->SRC_length); in timodrproc() 866 ntp->tim_peermaxlen = indp->SRC_length; in timodrproc() 868 ntp->tim_peerlen = indp->SRC_length; in timodrproc() 869 ptr = (caddr_t)indp + indp->SRC_offset; in timodrproc() 2026 struct T_conn_ind *indp; in timodwproc() local [all …]
|