Searched refs:tmpp (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libc/db/hash/ |
H A D | hash_bigkey.c | 556 BUFHEAD *bp, *tmpp; in __big_split() local 580 tmpp = np; in __big_split() 582 tmpp = op; in __big_split() 584 tmpp->flags |= BUF_MOD; in __big_split() 587 "BIG_SPLIT: %d->ovfl was %d is now %d\n", tmpp->addr, in __big_split() 588 (tmpp->ovfl ? tmpp->ovfl->addr : 0), (bp ? bp->addr : 0)); in __big_split() 590 tmpp->ovfl = bp; /* one of op/np point to big_keyp */ in __big_split() 591 tp = (u_int16_t *)tmpp->page; in __big_split() 630 tmpp = __add_ovflpage(hashp, big_keyp); in __big_split() 631 if (!tmpp) in __big_split() [all …]
|
/freebsd/sys/sys/ |
H A D | tree.h | 846 struct type **tmpp = &RB_ROOT(head); \ 849 while ((tmp = *tmpp) != NULL) { \ 853 tmpp = &RB_LEFT(parent, field); \ 855 tmpp = &RB_RIGHT(parent, field); \ 859 return (name##_RB_INSERT_FINISH(head, parent, tmpp, elm)); \ 936 struct type **tmpp = &RB_RIGHT(elm, field); \ 941 while ((tmp = *tmpp) != NULL) { \ 943 tmpp = &RB_LEFT(elm, field); \ 945 return (name##_RB_INSERT_FINISH(head, elm, tmpp, next)); \ 973 struct type **tmpp = &RB_LEFT(elm, field); \ [all …]
|
/freebsd/usr.bin/hexdump/ |
H A D | display.c | 237 u_char *tmpp; in get() local 245 tmpp = curp; in get() 247 savp = tmpp; in get()
|
/freebsd/lib/libc/rpc/ |
H A D | getnetconfig.c | 490 char *tmpp; /* tmp string pointer */ in getnetconfigent() local 500 if ((tmpp = strpbrk(stringp, "\t ")) == NULL) { /* can't parse file */ in getnetconfigent() 504 if (strlen(netid) == (size_t) (len = tmpp - stringp) && /* a match */ in getnetconfigent()
|
/freebsd/sys/fs/tarfs/ |
H A D | tarfs_vfsops.c | 858 struct tarfs_mount **tmpp) in tarfs_alloc_mount() argument 868 KASSERT(tmpp != NULL, ("tarfs mount return is NULL")); in tarfs_alloc_mount() 920 *tmpp = tmp; in tarfs_alloc_mount()
|
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/ |
H A D | gcm.c | 229 uint8_t *tmpp = (uint8_t *)ctx->gcm_tmp; in gcm_encrypt_final() local 253 macp[i] ^= tmpp[i]; in gcm_encrypt_final()
|