Searched refs:vtab (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sbin/atm/atmconfig/
H A Ddiag.h43 struct atmio_vcctable *vtab; member in struct:diagif
H A Ddiag.c259 if (d->vtab != NULL)
260 free(d->vtab);
867 if (aif->vtab != NULL)
873 aif->vtab = malloc(sizeof(*aif->vtab) + sizeof(aif->vtab->vccs[0]) *
875 if (aif->vtab == NULL)
877 ifr.ifr_data = (caddr_t)aif->vtab;
904 for (v = aif->vtab->vccs; v < &aif->vtab
[all...]
/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatm_ioctl.c280 struct atmio_vcctable *vtab; local
335 vtab = atm_getvccs((struct atmio_vcc **)sc->vccs,
337 error = copyout(vtab, ifr_data_get_ptr(ifr), sizeof(*vtab) +
338 vtab->count * sizeof(vtab->vccs[0]));
339 free(vtab, M_DEVBUF);
343 vtab = atm_getvccs((struct atmio_vcc **)sc->vccs,
345 if (vtab == NULL) {
349 *(void **)data = vtab;
[all...]
/freebsd-11-stable/sys/dev/patm/
H A Dif_patm_ioctl.c296 struct atmio_vcctable *vtab; local
388 vtab = atm_getvccs((struct atmio_vcc **)sc->vccs,
390 error = copyout(vtab, ifr_data_get_ptr(ifr), sizeof(*vtab) +
391 vtab->count * sizeof(vtab->vccs[0]));
392 free(vtab, M_DEVBUF);
396 vtab = atm_getvccs((struct atmio_vcc **)sc->vccs,
398 if (vtab == NULL) {
402 *(void **)data = vtab;
[all...]
/freebsd-11-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_data.c47 cc_create(const struct cc_funcs *vtab) argument
61 cc->funcs = vtab;
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dsnmpd.h205 const struct transport_def *vtab; member in struct:transport
H A Dmain.c851 (*pp)->vtab = def;
1044 ret = tport->transport->vtab->recv(tport, pi);
1187 slen = tport->transport->vtab->send(tport, sndbuf, sndlen,
1227 len = trans->vtab->send(tp, sndbuf, sndlen, addr, addrlen);
1404 (void)t->vtab->stop(1);
1659 t->vtab->init_port(p);
H A Daction.c1266 memcpy(&value->v.oid, &t->vtab->id, sizeof(t->vtab->id));
/freebsd-11-stable/sys/dev/en/
H A Dmidway.c1536 struct atmio_vcctable *vtab; local
1600 vtab = atm_getvccs((struct atmio_vcc **)sc->vccs,
1602 if (vtab == NULL) {
1606 *(void **)data = vtab;
1610 vtab = atm_getvccs((struct atmio_vcc **)sc->vccs,
1612 error = copyout(vtab, ifr_data_get_ptr(ifr), sizeof(*vtab) +
1613 vtab->count * sizeof(vtab->vccs[0]));
1614 free(vtab, M_DEVBU
[all...]
/freebsd-11-stable/sys/dev/fatm/
H A Dif_fatm.c2443 struct atmio_vcctable *vtab; local
2498 vtab = atm_getvccs((struct atmio_vcc **)sc->vccs,
2500 error = copyout(vtab, ifr_data_get_ptr(ifr), sizeof(*vtab) +
2501 vtab->count * sizeof(vtab->vccs[0]));
2502 free(vtab, M_DEVBUF);
2506 vtab = atm_getvccs((struct atmio_vcc **)sc->vccs,
2508 if (vtab == NULL) {
2512 *(void **)arg = vtab;
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c17070 VtabCtx *pVtabCtx; /* Context for active vtab connect/create */
17635 sqlite3_vtab *pVtab; /* Pointer to vtab instance */
17679 char **azModuleArg; /* 0: module 1: schema 2: vtab name 3...: args */
111798 char *vtab = (char *)sqlite3GetVTable(db, pParse->apVtabLock[i]); local
143447 } vtab; member in union:WhereLoop::__anon44
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c9520 VtabCtx *pVtabCtx; /* Context for active vtab connect/create */
9883 sqlite3_vtab *pVtab; /* Pointer to vtab instance */
79305 char *vtab = (char *)sqlite3GetVTable(db, pParse->apVtabLock[i]); local
[all...]

Completed in 831 milliseconds