HomeSort by: relevance | last modified time | path
    Searched refs:num_rows (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/raidframe/
raidframevar.h 432 int num_rows; /* number of rows in this RAID set */ member in struct:RF_ComponentLabel_s
rf_netbsdkintf.c 3186 clabel->num_rows > 0 &&
3188 clabel->row < clabel->num_rows &&
3254 clabel->num_rows, clabel->num_columns);
3366 (clabel1->num_rows == clabel2->num_rows) &&
3631 clabel->num_rows = 1;
  /src/sbin/raidctl/
raidctl.c 827 component_label.num_rows, component_label.num_columns);
864 component_label.num_rows = 0;
884 component_label.num_rows = 0;
  /src/lib/libcrypt/
crypt.c 1066 prtab(const char *s, unsigned char *t, int num_rows)
1071 for (i = 0; i < num_rows; i++) {

Completed in 22 milliseconds