Searched refs:pfunc (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-wrapper.swig | 127 if (!pfunc.IsAllocated()) 181 if (!pfunc.IsAllocated()) 230 if (!pfunc.IsAllocated()) 265 if (!pfunc.IsAllocated()) 428 if (!pfunc.IsAllocated()) 439 result = pfunc(); 477 if (!pfunc.IsAllocated()) 515 if (!pfunc.IsAllocated()) 524 result = pfunc(); 578 auto pfunc = [all …]
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | print-ppp.c | 419 int (*pfunc)(netdissect_options *, const u_char *, int); in handle_ctrl_proto() local 477 pfunc = print_lcp_config_options; in handle_ctrl_proto() 480 pfunc = print_ipcp_config_options; in handle_ctrl_proto() 483 pfunc = print_ip6cp_config_options; in handle_ctrl_proto() 486 pfunc = print_ccp_config_options; in handle_ctrl_proto() 489 pfunc = print_bacp_config_options; in handle_ctrl_proto() 496 pfunc = NULL; in handle_ctrl_proto() 500 if (pfunc == NULL) /* catch the above null pointer if unknown CP */ in handle_ctrl_proto() 503 if ((j = (*pfunc)(ndo, tptr, len)) == 0) in handle_ctrl_proto()
|
| H A D | print-lldp.c | 1317 const char * (*pfunc)(netdissect_options *, const u_char *); in lldp_network_addr_print() local 1328 pfunc = getname; in lldp_network_addr_print() 1334 pfunc = getname6; in lldp_network_addr_print() 1339 pfunc = etheraddr_string; in lldp_network_addr_print() 1342 pfunc = NULL; in lldp_network_addr_print() 1346 if (!pfunc) { in lldp_network_addr_print() 1351 tok2str(af_values, "Unknown", af), af, (*pfunc)(ndo, tptr+1)); in lldp_network_addr_print()
|
| /freebsd-13.1/usr.bin/netstat/ |
| H A D | if.c | 272 intpr(void (*pfunc)(char *), int af) in intpr() 309 if (!pfunc) { in intpr() 336 if (pfunc) { in intpr() 338 (*pfunc)(name); in intpr()
|
| /freebsd-13.1/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
| H A D | dtfs_vfsops.c | 109 int (*pfunc)(struct puffs_usermount *, const char *, enum vtype); member 153 if (rtypes[i].pfunc(pu, typestr, in dtfs_domount()
|
| /freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_work.c | 272 dtrace_consume_probe_f *pfunc, dtrace_consume_rec_f *rfunc, void *arg) in dtrace_work() argument 316 if (dtrace_consume(dtp, fp, pfunc, rfunc, arg) == -1) in dtrace_work()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-davinci.txt | 25 - ti,has-pfunc: boolean; if defined, it indicates that SoC supports PFUNC
|
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | usersmtp.c | 3091 reply(m, mci, e, timeout, pfunc, enhstat, rtype) in reply() argument 3096 void (*pfunc) __P((char *, bool, MAILER *, MCI *, ENVELOPE *)); 3289 if (pfunc != NULL) 3290 (*pfunc)(bufp, firstline, m, mci, e);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 890 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>( in GetMaxPositionalArgumentsForCallable() local 892 if (!pfunc.IsAllocated()) { in GetMaxPositionalArgumentsForCallable() 897 llvm::Expected<PythonCallable::ArgInfo> arg_info = pfunc.GetArgInfo(); in GetMaxPositionalArgumentsForCallable()
|