Searched refs:tentry (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/malloc/
H A Dtable.c169 mr_table_t *tentry; local
171 tentry = find_entry (mem, FIND_ALLOC);
173 if (tentry == 0)
180 if (tentry->flags & MT_ALLOC)
186 tentry->mem = mem;
187 tentry->size = size;
188 tentry->func = tag;
189 tentry->flags = MT_ALLOC;
190 tentry->file = file;
191 tentry
205 mr_table_t *tentry; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dtcp_timer.c108 #define TIMERENTRY_TO_TP(te) ((struct tcpcb *)((uintptr_t)te - offsetof(struct tcpcb, tentry.le.le_next)))
583 tp->tentry.timer_start = tcp_now;
584 tp->tentry.index = TCPT_NONE;
1277 if (listp->next_te != NULL && listp->next_te == &tp->tentry)
1278 listp->next_te = LIST_NEXT(&tp->tentry, le);
1280 LIST_REMOVE(&tp->tentry, le);
1285 tp->tentry.le.le_next = NULL;
1286 tp->tentry.le.le_prev = NULL;
1398 if ((index = tp->tentry.index) == TCPT_NONE)
1403 diff = timer_diff(tp->tentry
[all...]
H A Dtcp_timer.h329 #define OFFSET_FROM_START(tp, off) ((tcp_now + (off)) - (tp)->tentry.timer_start)
H A Dtcp_var.h239 struct tcptimerentry tentry; /* entry in timer list */ member in struct:tcpcb
H A Dtcp_subr.c938 tp->tentry.timer_start = tcp_now;
/macosx-10.10.1/copyfile-118.1.2/
H A Dcopyfile.c403 acl_entry_t tentry; local
418 if (acl_get_entry(tacl, ACL_FIRST_ENTRY, &tentry) != 0) {
421 acl_get_permset(tentry, &tperms);

Completed in 119 milliseconds