Home
last modified time | relevance | path

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

/freebsd/usr.bin/netstat/
H A Dunix.c95 pcblist_kvm(u_long count_off, u_long gencnt_off, u_long head_off, char **bufp) in pcblist_kvm() argument
110 if (head_off == 0) in pcblist_kvm()
145 KREAD(head_off, &head, sizeof(head)); in pcblist_kvm()
197 u_long head_off; in unixpr() local
204 head_off = 0; in unixpr()
207 head_off = shead_off; in unixpr()
211 head_off = dhead_off; in unixpr()
215 head_off = sphead_off; in unixpr()
218 ret = pcblist_kvm(count_off, gencnt_off, head_off, in unixpr()
/freebsd/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 … in LogOp() argument
126 if(head_off == -1000) in LogOp()
135 …oss << "Return stack " << pszOpString << "[" << std::dec << (head_idx+head_off) << "](0x" << std::… in LogOp()
/freebsd/sbin/routed/
H A Dradix.c340 int head_off = top->rn_off, vlen = (int)*((u_char *)v); in rn_insert() local
342 caddr_t cp = v + head_off; in rn_insert()
350 caddr_t cp2 = t->rn_key + head_off; in rn_insert()
660 int b, head_off, vlen; in rn_delete() local
666 head_off = x->rn_off; in rn_delete()
671 Bcmp(v + head_off, tt->rn_key + head_off, vlen - head_off)) in rn_delete()
677 if ((x = rn_addmask(netmask, 1, head_off)) == NULL) in rn_delete()
/freebsd/sys/net/
H A Dradix.c439 int head_off = top->rn_offset, vlen = LEN(v); in rn_insert() local
441 caddr_t cp = v + head_off; in rn_insert()
447 caddr_t cp2 = t->rn_key + head_off; in rn_insert()
771 int b, head_off, vlen; in rn_delete() local
777 head_off = x->rn_offset; in rn_delete()
782 bcmp(v + head_off, tt->rn_key + head_off, vlen - head_off)) in rn_delete()
788 x = rn_addmask(netmask, head->rnh_masks, 1, head_off); in rn_delete()
/freebsd/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);