Home
last modified time | relevance | path

Searched refs:cpd (Results 1 – 3 of 3) sorted by relevance

/src/sys/dev/usb/
H A Dusb_dev.c168 usb_loc_fill(struct usb_fs_privdata* pd, struct usb_cdev_privdata *cpd) in usb_loc_fill() argument
170 cpd->bus_index = pd->bus_index; in usb_loc_fill()
171 cpd->dev_index = pd->dev_index; in usb_loc_fill()
172 cpd->ep_addr = pd->ep_addr; in usb_loc_fill()
173 cpd->fifo_index = pd->fifo_index; in usb_loc_fill()
188 usb_ref_device(struct usb_cdev_privdata *cpd, in usb_ref_device() argument
194 DPRINTFN(2, "cpd=%p need uref=%d\n", cpd, need_uref); in usb_ref_device()
200 cpd->bus = devclass_get_softc(usb_devclass_ptr, cpd->bus_index); in usb_ref_device()
201 if (cpd->bus == NULL) { in usb_ref_device()
202 DPRINTFN(2, "no bus at %u\n", cpd->bus_index); in usb_ref_device()
[all …]
/src/contrib/atf/atf-c/detail/
H A Dprocess_test.c404 struct child_print_data *cpd = v; in child_print() local
406 fprintf(stdout, "stdout: %s\n", cpd->m_msg); in child_print()
407 fprintf(stderr, "stderr: %s\n", cpd->m_msg); in child_print()
419 struct child_print_data cpd = { "msg" }; in do_fork() local
425 errfs->m_sb_ptr, &cpd)); in do_fork()
/src/contrib/ncurses/misc/
H A Dterminfo.src18173 # at <https://web.archive.org/web/19990223214534/http://www.gec.com/cpd/1ncpd.htm#1.55>.