Searched refs:logsize (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/lib/libldap5/sources/ldap/util/ |
H A D | log.c | 30 static int logsize = 512000; variable 41 int logsize; member 52 logsize = size * 1024; in ldaplogconfig() 59 logsize = 0; in ldaplogconfigf() 130 if ((logsize > 0) && (stat(logfile, &statbuf) == 0 && in ldaplog() 131 statbuf.st_size > logsize)) { in ldaplog()
|
/titanic_44/usr/src/cmd/isns/isnsd/ |
H A D | htable.c | 538 uint16_t logsize; in enlarge_htab() local 547 logsize = tab->logsize + 1; in enlarge_htab() 548 newsz = (1 << logsize); in enlarge_htab() 554 oldsz = (1 << tab->logsize); in enlarge_htab() 580 tab->logsize = logsize; in enlarge_htab() 616 uint16_t logsize, in htab_create() argument 625 if (logsize <= MAX_LOGSIZE && in htab_create() 629 count = (1 << logsize); in htab_create() 635 tab->logsize = logsize; in htab_create() 748 chunksz = (1 << tab->logsize); in htab_add() [all …]
|
H A D | isns_htab.h | 64 uint16_t logsize; member
|
/titanic_44/usr/src/cmd/th_tools/ |
H A D | th_define.c | 673 ulong_t logsize) in define_nerrs() argument 862 (j + acnt + fcnt - 1) / logsize; in define_nerrs() 1253 errdef->log.logsize = errstate->log.logsize = in add_edef() 1255 if (errdef->log.logsize == -1U) { in add_edef() 1256 errdef->log.logsize = errstate->log.logsize = 0; in add_edef() 1259 (caddr_t)GETSTRUCT(struct acc_log_elem, errdef->log.logsize); in add_edef() 1292 size_t ls = errstate->log.logsize; in collect_state() 1295 errdef->access_type, errdef->log.logsize); in collect_state() 1298 errstate->log.logsize = 0; /* only copy the driver log once */ in collect_state() 1301 errstate->log.logsize); in collect_state() [all …]
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | bofi.h | 78 uint32_t logsize; /* length of the logbase array */ member 93 uint32_t logsize; /* length of the logbase array */ member
|
/titanic_44/usr/src/uts/common/io/ |
H A D | bofi.c | 966 errdef.log.logsize = errdef_32.log.logsize; in bofi_ioctl() 1056 errdef_32.log.logsize = errdef.log.logsize; in bofi_ioctl() 1242 errstate.log.logsize = errstate_32.log.logsize; in bofi_ioctl() 1269 uls = errstate.log.logsize; in bofi_ioctl() 1296 errstate_32.log.logsize = errstate.log.logsize; in bofi_ioctl() 1361 errstate.log.logsize = errstate_32.log.logsize; in bofi_ioctl() 1388 uls = errstate.log.logsize; in bofi_ioctl() 1389 uls = errstate.log.logsize; in bofi_ioctl() 1416 errstate_32.log.logsize = errstate.log.logsize; in bofi_ioctl() 1756 ep->errdef.log.logsize, KM_SLEEP); in bofi_errdef_alloc() [all …]
|
/titanic_44/usr/src/uts/common/io/nvme/ |
H A D | nvme.c | 1443 size_t logsize = 0; in nvme_async_event_task() local 1484 &logsize, event.b.ae_logpage); in nvme_async_event_task() 1535 &logsize, event.b.ae_logpage, -1); in nvme_async_event_task() 1582 kmem_free(error_log, logsize); in nvme_async_event_task() 1585 kmem_free(health_log, logsize); in nvme_async_event_task()
|
/titanic_44/usr/src/lib/libumem/common/ |
H A D | umem.c | 1268 umem_log_init(size_t logsize) in umem_log_init() argument 1275 if (logsize == 0) in umem_log_init() 1292 lhp->lh_chunksize = P2ROUNDUP(logsize / nchunks, PAGESIZE); in umem_log_init()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | devcfg.c | 3276 int logsize = devinfo_log_size; in da_log_init() local 3278 if (logsize == 0) in da_log_init() 3279 logsize = MIN_DEVINFO_LOG_SIZE; in da_log_init() 3280 else if (logsize > MAX_DEVINFO_LOG_SIZE) in da_log_init() 3281 logsize = MAX_DEVINFO_LOG_SIZE; in da_log_init() 3283 dh = kmem_alloc(logsize * PAGESIZE, KM_SLEEP); in da_log_init() 3285 dh->dh_max = ((logsize * PAGESIZE) - sizeof (*dh)) / in da_log_init()
|
H A D | kmem.c | 1427 kmem_log_init(size_t logsize) in kmem_log_init() argument 1445 lhp->lh_chunksize = P2ROUNDUP(logsize / nchunks + 1, PAGESIZE); in kmem_log_init()
|
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_subr.c | 1532 size_t logsize = size; in cachefs_update_allocmap() local 1612 logoff, logsize); in cachefs_update_allocmap()
|