| /src/sys/rump/librump/rumpkern/ |
| kobj_rename.c | 72 char *worktab, *newtab; local 119 newtab = kmem_alloc(worktabidx, KM_SLEEP); 120 memcpy(newtab, worktab, worktabidx); 124 *strtab = newtab;
|
| kobj_rename.c | 72 char *worktab, *newtab; local 119 newtab = kmem_alloc(worktabidx, KM_SLEEP); 120 memcpy(newtab, worktab, worktabidx); 124 *strtab = newtab;
|
| /src/sys/external/bsd/ipf/netinet/ |
| ip_nat.c | 7908 nat_t **newtab[2], *nat, **natp; local 7923 newtab[0] = NULL; 7924 newtab[1] = NULL; 7931 KMALLOCS(newtab[0], nat_t **, newsize * sizeof(nat_t *)); 7932 if (newtab[0] == NULL) { 7937 KMALLOCS(newtab[1], nat_t **, newsize * sizeof(nat_t *)); 7938 if (newtab[1] == NULL) { 7962 bzero((char *)newtab[0], newsize * sizeof(nat_t *)); 7963 bzero((char *)newtab[1], newsize * sizeof(nat_t *)); 7974 softn->ipf_nat_table[0] = newtab[0] 8074 ipnat_t **newtab, *np, ***old, **npp; local 8159 hostmap_t *hm, **newtab; local [all...] |
| ip_nat.c | 7908 nat_t **newtab[2], *nat, **natp; local 7923 newtab[0] = NULL; 7924 newtab[1] = NULL; 7931 KMALLOCS(newtab[0], nat_t **, newsize * sizeof(nat_t *)); 7932 if (newtab[0] == NULL) { 7937 KMALLOCS(newtab[1], nat_t **, newsize * sizeof(nat_t *)); 7938 if (newtab[1] == NULL) { 7962 bzero((char *)newtab[0], newsize * sizeof(nat_t *)); 7963 bzero((char *)newtab[1], newsize * sizeof(nat_t *)); 7974 softn->ipf_nat_table[0] = newtab[0] 8074 ipnat_t **newtab, *np, ***old, **npp; local 8159 hostmap_t *hm, **newtab; local [all...] |
| ip_state.c | 5149 ipstate_t **newtab, *is; local 5164 KMALLOCS(newtab, ipstate_t **, newsize * sizeof(ipstate_t *)); 5165 if (newtab == NULL) { 5172 KFREES(newtab, newsize * sizeof(*softs->ipf_state_table)); 5180 KFREES(newtab, newsize * sizeof(*newtab)); 5189 bzero((char *)newtab, newsize * sizeof(ipstate_t *)); 5198 softs->ipf_state_table = newtab;
|
| ip_state.c | 5149 ipstate_t **newtab, *is; local 5164 KMALLOCS(newtab, ipstate_t **, newsize * sizeof(ipstate_t *)); 5165 if (newtab == NULL) { 5172 KFREES(newtab, newsize * sizeof(*softs->ipf_state_table)); 5180 KFREES(newtab, newsize * sizeof(*newtab)); 5189 bzero((char *)newtab, newsize * sizeof(ipstate_t *)); 5198 softs->ipf_state_table = newtab;
|
| /src/sys/kern/ |
| vfs_vnode.c | 1386 struct hashhead *oldtab, *newtab; local 1389 newtab = hashinit(desiredvnodes, HASH_SLIST, true, &newmask); 1394 vcache_hashtab = newtab; 1400 SLIST_INSERT_HEAD(&newtab[hash & vcache_hashmask],
|
| vfs_vnode.c | 1386 struct hashhead *oldtab, *newtab; local 1389 newtab = hashinit(desiredvnodes, HASH_SLIST, true, &newmask); 1394 vcache_hashtab = newtab; 1400 SLIST_INSERT_HEAD(&newtab[hash & vcache_hashmask],
|