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

  /src/sys/opencrypto/
cryptosoft.c 777 u_int32_t newnum; local in function:swcr_newsession
782 newnum = CRYPTO_SW_SESSIONS;
784 newnum = swcr_sesnum * 2;
786 newsessions = kmem_zalloc(newnum * sizeof(struct swcr_data *),
800 swcr_sesnum = newnum;
  /src/sbin/fsck_ext2fs/
dir.c 502 changeino(ino_t dir, const char *name, ino_t newnum)
512 idesc.id_parent = newnum; /* new value for name */
  /src/sbin/fsck_lfs/
dir.c 532 changeino(ino_t dir, const char *name, ino_t newnum)
542 idesc.id_parent = newnum; /* new value for name */
  /src/sbin/fsck_ffs/
dir.c 691 changeino(ino_t dir, const char *name, ino_t newnum)
703 idesc.id_parent = newnum; /* new value for name */

Completed in 16 milliseconds