Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/tpctl/
H A Dtpctl.h96 int tp_init(struct tp *, int);
H A Dtp.c50 tp_init(struct tp *tp, int fd) in tp_init() function
H A Dmain.c134 if (tp_init(&tp, tpfd) < 0) in main()
/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_t3_hw.c3099 * tp_init - configure TP
3105 static int tp_init(adapter_t *adap, const struct tp_params *p) in tp_init() function
3459 if (tp_init(adapter, &adapter->params.tp)) in t3_init_hw()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git58561 As such there's no tp_init method defined for UnwindInfo.
153529 gdb/python: Use tp_init instead of tp_new to setup gdb.Value