Searched refs:head_off (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/opencsd/decoder/source/
H A Dtrc_ret_stack.cpp110 void TrcAddrReturnStack::LogOp(const char * pszOpString, ocsd_vaddr_t addr, int head_off, ocsd_isa isa) argument
126 if(head_off == -1000)
135 oss << "Return stack " << pszOpString << "[" << std::dec << (head_idx+head_off) << "](0x" << std::hex << addr << "), " << isa_names[name_idx] << ";";
/freebsd-12-stable/usr.bin/netstat/
H A Dunix.c104 pcblist_kvm(u_long count_off, u_long gencnt_off, u_long head_off, char **bufp) argument
119 if (head_off == 0)
154 KREAD(head_off, &head, sizeof(head));
206 u_long head_off; local
213 head_off = 0;
216 head_off = shead_off;
220 head_off = dhead_off;
224 head_off = sphead_off;
227 ret = pcblist_kvm(count_off, gencnt_off, head_off,
/freebsd-12-stable/contrib/opencsd/decoder/include/common/
H A Dtrc_ret_stack.h106 void LogOp(const char *pszOpString, ocsd_vaddr_t addr, int head_off, ocsd_isa isa);
/freebsd-12-stable/sys/net/
H A Dradix.c433 int head_off = top->rn_offset, vlen = LEN(v); local
435 caddr_t cp = v + head_off;
441 caddr_t cp2 = t->rn_key + head_off;
780 int b, head_off, vlen; local
786 head_off = x->rn_offset;
791 bcmp(v + head_off, tt->rn_key + head_off, vlen - head_off))
797 x = rn_addmask(netmask, head->rnh_masks, 1, head_off);
/freebsd-12-stable/sbin/routed/
H A Dradix.c354 int head_off = top->rn_off, vlen = (int)*((u_char *)v); local
356 caddr_t cp = v + head_off;
364 caddr_t cp2 = t->rn_key + head_off;
674 int b, head_off, vlen; local
680 head_off = x->rn_off;
685 Bcmp(v + head_off, tt->rn_key + head_off, vlen - head_off))
691 if ((x = rn_addmask(netmask, 1, head_off)) == NULL)

Completed in 86 milliseconds