Searched defs:dlt (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c89 #include <net/dlt.h>
241 bpf_attachd(struct bpf_d *d, const char *ifname, int dlt) argument
274 if (dlt != -1 && dlt != nicdlt) {
711 int dlt; local
739 dlt = d->bd_dlt;
745 if (dlt == DLT_IPNET) {
750 error = bpf_movein(uio, dlt, mtu, &m);
754 DTRACE_PROBE4(bpf__tx, struct bpf_d *, d, int, dlt,
1773 int dlt; local
[all...]
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c4960 struct dlist *dlt, *dl; local
4967 *ses_list = dlt = dl = (struct dlist *)NULL;
4993 dl = dlt->next;
4994 (void) g_destroy_data(dlt);
4995 dlt = dl;
5004 *ses_list = dlt = dl;
5006 dlt->next = dl;
5007 dl->prev = dlt;
5008 dlt = dl;
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c4245 struct dlist *dlt, *dl; local
4249 dl = *dlh = dlt = (struct dlist *)NULL;
4279 *dlh = dlt = dl;
4281 dlt->next = dl;
4282 dl->prev = dlt;
4283 dlt = dl;
4349 struct dlist *dl = NULL, *dlt = NULL; local
4395 dl = dlt->next;
4396 g_destroy_data(dlt);
4397 dlt
4429 struct dlist *dl, *dlt; local
[all...]

Completed in 70 milliseconds