HomeSort by relevance Sort by last modified time
    Searched refs:FDS_TABLE_SIZE (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/prstat/
prfile.c 41 #define FDS_TABLE_SIZE 1024
48 static fds_t *fds_tbl[FDS_TABLE_SIZE];
56 (void) memset(fds_tbl, 0, sizeof (fds_t *) * FDS_TABLE_SIZE);
170 int hash = pid % FDS_TABLE_SIZE;
188 int hash = pid % FDS_TABLE_SIZE;
  /onnv/onnv-gate/usr/src/cmd/wbem/provider/tools/rds/
rdfile.c 42 #define FDS_TABLE_SIZE 1024
49 static fds_t *fds_tbl[FDS_TABLE_SIZE];
57 (void) memset(fds_tbl, 0, sizeof (fds_t *) * FDS_TABLE_SIZE);
188 int hash = pid % FDS_TABLE_SIZE;
206 int hash = pid % FDS_TABLE_SIZE;

Completed in 4257 milliseconds