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

/freebsd-current/lib/libc/db/hash/
H A Dhash_bigkey.c556 BUFHEAD *bp, *tmpp; local
580 tmpp = np;
582 tmpp = op;
584 tmpp->flags |= BUF_MOD;
587 "BIG_SPLIT: %d->ovfl was %d is now %d\n", tmpp->addr,
588 (tmpp->ovfl ? tmpp->ovfl->addr : 0), (bp ? bp->addr : 0));
590 tmpp->ovfl = bp; /* one of op/np point to big_keyp */
591 tp = (u_int16_t *)tmpp->page;
630 tmpp
[all...]
/freebsd-current/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); \
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
[all...]
/freebsd-current/usr.bin/hexdump/
H A Ddisplay.c237 u_char *tmpp; local
245 tmpp = curp;
247 savp = tmpp;
/freebsd-current/lib/libc/rpc/
H A Dgetnetconfig.c490 char *tmpp; /* tmp string pointer */ local
500 if ((tmpp = strpbrk(stringp, "\t ")) == NULL) { /* can't parse file */
504 if (strlen(netid) == (size_t) (len = tmpp - stringp) && /* a match */
/freebsd-current/usr.sbin/bhyve/
H A Dmevent.c231 struct mevent *mevp, *tmpp; local
238 LIST_FOREACH_SAFE(mevp, &change_head, me_list, tmpp) {
/freebsd-current/sys/fs/tarfs/
H A Dtarfs_vfsops.c852 * is stored in tmpp. Returns 0 on success or a positive errno value on
858 struct tarfs_mount **tmpp)
868 KASSERT(tmpp != NULL, ("tarfs mount return is NULL"));
920 *tmpp = tmp;
856 tarfs_alloc_mount(struct mount *mp, struct vnode *vp, uid_t root_uid, gid_t root_gid, mode_t root_mode, struct tarfs_mount **tmpp) argument
/freebsd-current/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c234 uint8_t *tmpp = (uint8_t *)ctx->gcm_tmp; local
258 macp[i] ^= tmpp[i];

Completed in 147 milliseconds