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

/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_cro.c190 di_cro_strclean(char *s0, int doslash, int doperiod) function
566 di_cro_strclean(r->r_f[i].f_v[j], 0, 0);
569 RF0(r, product_id) = di_cro_strclean(RF0(r, product_id), 1, 1);
570 RF0(r, chassis_id) = di_cro_strclean(RF0(r, chassis_id), 1, 1);
571 RF0(r, alias_id) = di_cro_strclean(RF0(r, alias_id), 1, 0);
572 RF0(r, occupant_type) = di_cro_strclean(RF0(r, occupant_type), 1, 1);
1585 di_cro_strclean(root_product_id, 1, 1) : "UNKNOWN";
1587 di_cro_strclean(root_chassis_id, 1, 1) : "UNKNOWN";

Completed in 19 milliseconds