Home
last modified time | relevance | path

Searched refs:cscope (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/
H A DMakefile26 cscope: cscope.out target
27 cscope.out: ${.CURDIR}/cscope.files
28 cd ${.CURDIR}; cscope -k -buq -p4 -v
30 ${.CURDIR}/cscope.files: .PHONY
34 cscope-clean:
36 rm -f cscope.files cscope.out cscope.in.out cscope.po.out
45 HG_HOOK=if [ \$$HG_ERROR -eq 0 ]; then cd sys && make -m ../share/mk cscope; fi
46 cscope-hook:
58 TAGS ${.CURDIR}/TAGS: ${.CURDIR}/cscope.files
60 cd ${.CURDIR}; xargs etags -a < ${.CURDIR}/cscope.files
[all …]
/f-stack/dpdk/
H A D.gitignore16 # ignore generated ctags/cscope files
17 cscope.out.po
18 cscope.out.in
19 cscope.out
20 cscope.files
/f-stack/dpdk/devtools/
H A Dbuild-tags.sh168 all_sources > cscope.files
169 cscope -q -b -f cscope.out
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_ie.h51 struct uni_ie_cscope cscope; member
H A Die.def81 element cscope 0xeb net 6
H A Duni_msg.h105 struct uni_ie_cscope cscope; member
H A Dmsg.def214 cscope
H A Duni_msg.c1139 if(msg->cscope.h.present & UNI_IE_PRESENT) in print_setup()
1140 uni_print_ie_internal(UNI_IE_CSCOPE, (union uni_ieall *)&msg->cscope, cx); in print_setup()
1216 ret |= uni_check_ie(UNI_IE_CSCOPE, (union uni_ieall *)&m->cscope, cx); in check_setup()
1340 if((p->cscope.h.present & UNI_IE_PRESENT) && in encode_setup()
1341 uni_encode_ie(UNI_IE_CSCOPE, msg, (union uni_ieall *)&p->cscope, cx)) in encode_setup()
1622 out->cscope.h = *hdr; in decode_setup()
1625 if(uni_decode_ie_body(UNI_IE_CSCOPE, (union uni_ieall *)&out->cscope, msg, ielen, cx)) in decode_setup()
H A Duni_ie.c6854 DEF_IE_PRINT(net, cscope) in DEF_IE_PRINT() argument
6891 DEF_IE_CHECK(net, cscope) in DEF_IE_CHECK() argument
6928 DEF_IE_ENCODE(net, cscope) in DEF_IE_ENCODE() argument
6930 START_IE(cscope, UNI_IE_CSCOPE, 2); in DEF_IE_ENCODE()
6939 DEF_IE_DECODE(net, cscope) in DEF_IE_DECODE() argument
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c203 if(IE_ISGOOD(src->cscope)) in copy_msg_setup()
204 dst->cscope = src->cscope; in copy_msg_setup()
/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A Dcc_conn.c873 setup->setup.cscope = conn->cscope; in cc_conn_sig_handle()
1336 conn->cscope = ind->setup.cscope; in cc_conn_sig_handle()
H A Dccpriv.h261 struct uni_ie_cscope cscope; member
/f-stack/freebsd/contrib/openzfs/
H A DMakefile.am249 -o -type f -name '*.[hc]' -print >cscope.files