Searched refs:dlt (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/bpf/ |
H A D | bpf.c | 242 bpf_attachd(struct bpf_d *d, const char *ifname, int dlt) in bpf_attachd() argument 277 if (dlt != -1 && dlt != nicdlt) { in bpf_attachd() 718 int dlt; in bpfwrite() local 746 dlt = d->bd_dlt; in bpfwrite() 752 if (dlt == DLT_IPNET) { in bpfwrite() 757 error = bpf_movein(uio, dlt, mtu, &m); in bpfwrite() 761 DTRACE_PROBE4(bpf__tx, struct bpf_d *, d, int, dlt, in bpfwrite() 1785 int dlt; in bpf_setdlt() local 1787 if (copyin(addr, &dlt, sizeof (dlt)) != 0) in bpf_setdlt() 1796 if (d->bd_dlt == dlt) { /* NULL-op */ in bpf_setdlt() [all …]
|
/illumos-gate/usr/src/uts/common/io/bpf/net/ |
H A D | Makefile | 31 HDRS= bpf.h bpfdesc.h dlt.h
|
/illumos-gate/usr/src/lib/storage/libg_fc/common/ |
H A D | map.c | 4246 struct dlist *dlt, *dl; in g_get_port_multipath() local 4250 dl = *dlh = dlt = (struct dlist *)NULL; in g_get_port_multipath() 4280 *dlh = dlt = dl; in g_get_port_multipath() 4282 dlt->next = dl; in g_get_port_multipath() 4283 dl->prev = dlt; in g_get_port_multipath() 4284 dlt = dl; in g_get_port_multipath() 4350 struct dlist *dl = NULL, *dlt = NULL; in get_multipath_disk() local 4396 dl = dlt->next; in get_multipath_disk() 4397 g_destroy_data(dlt); in get_multipath_disk() 4398 dlt = dl; in get_multipath_disk() [all …]
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | driver-network-bpf.p5m | 40 file path=usr/include/net/dlt.h
|
/illumos-gate/usr/src/lib/storage/liba5k/common/ |
H A D | mon.c | 4959 struct dlist *dlt, *dl; in l_get_allses() local 4966 *ses_list = dlt = dl = (struct dlist *)NULL; in l_get_allses() 4992 dl = dlt->next; in l_get_allses() 4993 (void) g_destroy_data(dlt); in l_get_allses() 4994 dlt = dl; in l_get_allses() 5003 *ses_list = dlt = dl; in l_get_allses() 5005 dlt->next = dl; in l_get_allses() 5006 dl->prev = dlt; in l_get_allses() 5007 dlt = dl; in l_get_allses()
|