Home
last modified time | relevance | path

Searched refs:tmpp (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/lib/libc/db/hash/
H A Dhash_bigkey.c559 BUFHEAD *bp, *tmpp; in __big_split() local
583 tmpp = np; in __big_split()
585 tmpp = op; in __big_split()
587 tmpp->flags |= BUF_MOD; in __big_split()
591 (tmpp->ovfl ? tmpp->ovfl->addr : 0), (bp ? bp->addr : 0)); in __big_split()
594 tp = (u_int16_t *)tmpp->page; in __big_split()
633 tmpp = __add_ovflpage(hashp, big_keyp); in __big_split()
634 if (!tmpp) in __big_split()
638 tmpp = big_keyp; in __big_split()
641 ret->newp = tmpp; in __big_split()
[all …]
/freebsd-14.2/sys/sys/
H A Dtree.h846 struct type **tmpp = &RB_ROOT(head); \
849 while ((tmp = *tmpp) != NULL) { \
853 tmpp = &RB_LEFT(parent, field); \
855 tmpp = &RB_RIGHT(parent, field); \
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); \
978 while ((tmp = *tmpp) != NULL) { \
[all …]
/freebsd-14.2/usr.bin/hexdump/
H A Ddisplay.c243 u_char *tmpp; in get() local
251 tmpp = curp; in get()
253 savp = tmpp; in get()
/freebsd-14.2/lib/libc/rpc/
H A Dgetnetconfig.c493 char *tmpp; /* tmp string pointer */ in getnetconfigent() local
503 if ((tmpp = strpbrk(stringp, "\t ")) == NULL) { /* can't parse file */ in getnetconfigent()
507 if (strlen(netid) == (size_t) (len = tmpp - stringp) && /* a match */ in getnetconfigent()
/freebsd-14.2/usr.sbin/bhyve/
H A Dmevent.c225 struct mevent *mevp, *tmpp; in mevent_build() local
232 LIST_FOREACH_SAFE(mevp, &change_head, me_list, tmpp) { in mevent_build()
/freebsd-14.2/sys/fs/tarfs/
H A Dtarfs_vfsops.c858 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-14.2/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c234 uint8_t *tmpp = (uint8_t *)ctx->gcm_tmp; in gcm_encrypt_final() local
258 macp[i] ^= tmpp[i]; in gcm_encrypt_final()