Searched refs:newc (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/lib/libcustr/common/ |
H A D | custr.c | 134 custr_appendc(custr_t *cus, char newc) in custr_appendc() argument 136 return (custr_append_printf(cus, "%c", newc)); in custr_appendc()
|
/titanic_44/usr/src/lib/libfru/libgenutil/ |
H A D | Str.cc | 190 Str::replaceAll(char c, char newc) in replaceAll() argument 194 str_[i] = newc; in replaceAll()
|
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eval.h | 53 struct node **newc, struct config *croot);
|
H A D | itree.c | 1891 struct node *newc = NULL; in itree_set_arrow_traits() local 1922 if (eval_potential(fromev->u.event.eexprlist, ex, events, &newc, in itree_set_arrow_traits() 1943 if (eval_potential(toev->u.event.eexprlist, ex, events, &newc, in itree_set_arrow_traits() 1945 if (newc != NULL) in itree_set_arrow_traits() 1946 tree_free(newc); in itree_set_arrow_traits() 1951 if (newc != NULL) { in itree_set_arrow_traits() 1953 (void) itree_add_constraint(ap, iexpr(newc)); in itree_set_arrow_traits() 2092 struct constraintlist *newc; in itree_add_constraint() local 2099 newc = alloc_xmalloc(sizeof (struct constraintlist)); in itree_add_constraint() 2100 newc->next = NULL; in itree_add_constraint() [all …]
|
H A D | eval.c | 1244 struct node **newc, struct config *croot) in eval_potential() argument 1258 if (*newc == NULL) { in eval_potential() 1264 *newc = newnp; in eval_potential() 1273 *newc = tree_expr(T_AND, *newc, newnp); in eval_potential()
|
/titanic_44/usr/src/lib/libfru/include/ |
H A D | Str.h | 72 void replaceAll(char c, char newc);
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | vdev.c | 284 int newc; in vdev_compact_children() local 288 for (int c = newc = 0; c < oldc; c++) in vdev_compact_children() 290 newc++; in vdev_compact_children() 292 newchild = kmem_alloc(newc * sizeof (vdev_t *), KM_SLEEP); in vdev_compact_children() 294 for (int c = newc = 0; c < oldc; c++) { in vdev_compact_children() 296 newchild[newc] = cvd; in vdev_compact_children() 297 cvd->vdev_id = newc++; in vdev_compact_children() 303 pvd->vdev_children = newc; in vdev_compact_children() 836 uint64_t newc = vd->vdev_asize >> vd->vdev_ms_shift; in vdev_metaslab_init() local 859 ASSERT(oldc <= newc); in vdev_metaslab_init() [all …]
|
/titanic_44/usr/src/lib/libsqlite/test/ |
H A D | trigger2.test | 583 olda, oldb, oldc, oldd, newa, newb, newc, newd);
|