Searched refs:object_size (Results 1 - 25 of 26) sorted by relevance
12
| /systemd/src/network/ |
| H A D | networkd-netdev-dummy.c | 25 .object_size = sizeof(Dummy),
|
| H A D | networkd-netdev-macvlan.c | 76 .object_size = sizeof(MacVlan), 84 .object_size = sizeof(MacVlan),
|
| H A D | networkd-netdev-ipvlan.c | 68 .object_size = sizeof(IPVlan),
|
| H A D | networkd-netdev-vlan.c | 73 .object_size = sizeof(VLan),
|
| H A D | networkd-netdev-tunnel.c | 572 .object_size = sizeof(Tunnel), 581 .object_size = sizeof(Tunnel), 590 .object_size = sizeof(Tunnel), 599 .object_size = sizeof(Tunnel), 608 .object_size = sizeof(Tunnel), 617 .object_size = sizeof(Tunnel), 626 .object_size = sizeof(Tunnel), 635 .object_size = sizeof(Tunnel), 644 .object_size = sizeof(Tunnel),
|
| H A D | networkd-netdev-tuntap.c | 164 .object_size = sizeof(TunTap), 173 .object_size = sizeof(TunTap),
|
| H A D | networkd-netdev-bridge.c | 110 .object_size = sizeof(Bridge),
|
| H A D | networkd-netdev-veth.c | 105 .object_size = sizeof(Veth),
|
| H A D | networkd-netdev-vxlan.c | 288 .object_size = sizeof(VxLan),
|
| H A D | networkd-netdev.h | 117 size_t object_size; member in struct:NetDevVTable
|
| H A D | networkd-netdev-bond.c | 437 .object_size = sizeof(Bond),
|
| H A D | networkd-netdev.c | 628 netdev = malloc0(NETDEV_VTABLE(netdev_raw)->object_size);
|
| /systemd/src/core/ |
| H A D | target.c | 192 .object_size = sizeof(Target),
|
| H A D | slice.c | 295 .object_size = sizeof(Slice),
|
| H A D | scope.c | 562 .object_size = sizeof(Scope),
|
| H A D | device.c | 838 .object_size = sizeof(Device),
|
| H A D | path.c | 749 .object_size = sizeof(Path),
|
| H A D | unit.h | 267 size_t object_size; member in struct:UnitVTable
|
| H A D | automount.c | 1046 .object_size = sizeof(Automount),
|
| H A D | busname.c | 1015 .object_size = sizeof(BusName),
|
| H A D | timer.c | 817 .object_size = sizeof(Timer),
|
| H A D | swap.c | 1449 .object_size = sizeof(Swap),
|
| H A D | mount.c | 1805 .object_size = sizeof(Mount),
|
| H A D | manager.c | 1345 ret = unit_new(m, unit_vtable[t]->object_size);
|
| H A D | socket.c | 2804 .object_size = sizeof(Socket),
|
Completed in 113 milliseconds
12