Home
last modified time | relevance | path

Searched refs:kbp (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/
H A Dusbser_keyspan.c358 keyspan_pre_state_t *kbp = NULL; in keyspan_pre_attach() local
422 kbp = ddi_get_soft_state(statep, instance); in keyspan_pre_attach()
424 if (kbp) { in keyspan_pre_attach()
425 kbp->kb_dip = dip; in keyspan_pre_attach()
426 kbp->kb_instance = instance; in keyspan_pre_attach()
427 kbp->kb_dev_data = dev_data; in keyspan_pre_attach()
428 kbp->kb_def_pipe.pipe_handle = kbp->kb_dev_data->dev_default_ph; in keyspan_pre_attach()
429 kbp->kb_lh = usb_alloc_log_hdl(kbp->kb_dip, "keyspan[*].", in keyspan_pre_attach()
433 kbp->kb_def_pipe.pipe_lh = kbp->kb_lh; in keyspan_pre_attach()
435 if (keyspan_download_firmware(kbp) == USB_SUCCESS) { in keyspan_pre_attach()
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c988 char *kbp; in getkeyword() local
999 kbp = keybuf; in getkeyword()
1057 *kbp++ = kwstate = kwstate == '$' ? '+' : '*'; in getkeyword()
1070 *kbp = '\0'; in getkeyword()
1071 kbp = env_replace(psp, keybuf, kwstate); in getkeyword()
1084 *kbp = '\0'; in getkeyword()
1085 kbp = env_replace(psp, keybuf, kwstate); in getkeyword()
1148 if (chr != '\0' && kbp < keybuf + keymax) in getkeyword()
1149 *kbp++ = (char)chr; in getkeyword()
1152 *kbp = '\0'; in getkeyword()