Home
last modified time | relevance | path

Searched refs:rowp (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/ldap/common/
H A Dtmpltest.c118 struct ldap_tmplitem *rowp, *colp; in dump_tmpl() local
199 for ( rowp = ldap_first_tmplrow( tmpl ); rowp != NULLTMPLITEM; in dump_tmpl()
200 rowp = ldap_next_tmplrow( tmpl, rowp )) { in dump_tmpl()
203 for ( colp = ldap_first_tmplcol( tmpl, rowp ); colp != NULLTMPLITEM; in dump_tmpl()
204 colp = ldap_next_tmplcol( tmpl, rowp, colp )) { in dump_tmpl()
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c262 struct ldap_tmplitem *rowp, *nextrowp, *colp, *nextcolp; in free_disptmpl() local
264 for ( rowp = tmpl->dt_items; rowp != NULL; rowp = nextrowp ) { in free_disptmpl()
265 nextrowp = rowp->ti_next_in_col; in free_disptmpl()
266 for ( colp = rowp; colp != NULL; colp = nextcolp ) { in free_disptmpl()
474 struct ldap_tmplitem *rowp = NULL, *ip = NULL, *previp = NULL; in read_next_tmpl() local
710 tmpl->dt_items = rowp = ip; in read_next_tmpl()
714 rowp->ti_next_in_col = ip; in read_next_tmpl()
715 rowp = ip; in read_next_tmpl()
H A Dtmplout.c156 struct ldap_tmplitem *rowp, *colp; in do_entry2text() local
302 for ( rowp = ldap_first_tmplrow( tmpl ); in do_entry2text()
303 NONFATAL_LDAP_ERR( err ) && rowp != NULLTMPLITEM; in do_entry2text()
304 rowp = ldap_next_tmplrow( tmpl, rowp )) { in do_entry2text()
305 for ( colp = ldap_first_tmplcol( tmpl, rowp ); colp != NULLTMPLITEM; in do_entry2text()
306 colp = ldap_next_tmplcol( tmpl, rowp, colp )) { in do_entry2text()
793 struct ldap_tmplitem *rowp, *colp; in max_label_len() local
798 for ( rowp = ldap_first_tmplrow( tmpl ); rowp != NULLTMPLITEM; in max_label_len()
799 rowp = ldap_next_tmplrow( tmpl, rowp )) { in max_label_len()
800 for ( colp = ldap_first_tmplcol( tmpl, rowp ); colp != NULLTMPLITEM; in max_label_len()
[all …]
/titanic_41/usr/src/lib/libpicltree/
H A Dpicltree.c925 picl_obj_t *rowp; in piclize_table() local
928 for (rowp = tbl_obj->next_row; rowp != NULL; rowp = rowp->next_col) in piclize_table()
929 for (colp = rowp; colp != NULL; colp = colp->next_row) in piclize_table()
988 picl_obj_t *rowp; in unpiclize_table() local
991 for (rowp = tbl_obj->next_row; rowp != NULL; rowp = rowp->next_col) in unpiclize_table()
992 for (colp = rowp; colp != NULL; colp = colp->next_row) in unpiclize_table()
1345 picl_obj_t *rowp; in destroy_table() local
1357 rowp = tbl_obj->next_row; in destroy_table()
1358 while (rowp != NULL) { in destroy_table()
1359 colp = rowp; in destroy_table()
[all …]
/titanic_41/usr/src/lib/libdiskmgt/common/
H A Dinuse_svm.c353 md_row_t *rowp; in diskset_info() local
356 rowp = &stripe->rows.rows_val[i]; in diskset_info()
358 for (j = 0; j < rowp->comps.comps_len; j++) { in diskset_info()
361 component = &rowp->comps.comps_val[j]; in diskset_info()
/titanic_41/usr/src/cmd/lvm/util/
H A Dmetastat.c1476 md_row_t *rowp; in print_concise_stripe() local
1479 rowp = &stripe->rows.rows_val[i]; in print_concise_stripe()
1481 for (j = 0; j < rowp->comps.comps_len; j++) { in print_concise_stripe()
1487 comp = &rowp->comps.comps_val[j]; in print_concise_stripe()
1523 md_row_t *rowp; in print_concise_stripe() local
1526 rowp = &stripe->rows.rows_val[i]; in print_concise_stripe()
1528 for (j = 0; j < rowp->comps.comps_len; j++) { in print_concise_stripe()
1530 rowp->comps.comps_val[j].compnamep); in print_concise_stripe()
/titanic_41/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_svm_util.c1719 md_row_t *rowp; in diskset_info() local
1722 rowp = &stripe->rows.rows_val[i]; in diskset_info()
1724 for (j = 0; j < rowp->comps.comps_len; j++) { in diskset_info()
1727 component = &rowp->comps.comps_val[j]; in diskset_info()
/titanic_41/usr/src/common/mc/mc-amd/
H A Dmcamd_rowcol.c348 uint64_t iaddr, uint32_t *rowp, uint32_t *colp, uint32_t *bankp) in iaddr_to_rcb() argument
360 *rowp = iaddr_to_row(hdl, bamp, rcbmp, &csi, iaddr); in iaddr_to_rcb()
/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Dsvm_rcm.c1478 md_row_t *rowp; in cache_stripe() local
1481 rowp = &stripe->rows.rows_val[i]; in cache_stripe()
1482 if (stripe->rows.rows_len == 1 && rowp->comps.comps_len > 1) { in cache_stripe()
1487 for (j = 0; j < rowp->comps.comps_len; j++) { in cache_stripe()
1490 component = &rowp->comps.comps_val[j]; in cache_stripe()