Searched refs:umb_addstr (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/dev/usb/net/ |
| H A D | if_umb.c | 1396 umb_addstr(void *buf, size_t bufsz, int *offs, void *str, int slen, in umb_addstr() function 2367 if (!umb_addstr(&cp, sizeof (cp), &off, pin, pinlen, in umb_setpin() 2373 if (!umb_addstr(&cp, sizeof (cp), &off, newpin, newpinlen, in umb_setpin() 2379 if (!umb_addstr(&cp, sizeof (cp), &off, NULL, 0, in umb_setpin() 2494 if (!umb_addstr(c, sizeof (*c), &off, sc->sc_info.apn, in umb_send_connect() 2497 if (!umb_addstr(c, sizeof (*c), &off, sc->sc_info.username, in umb_send_connect() 2500 if (!umb_addstr(c, sizeof (*c), &off, sc->sc_info.password, in umb_send_connect()
|