| /onnv/onnv-gate/usr/src/lib/libdladm/common/ |
| libdllink.c | 58 if (ioctl(dladm_dld_fd(handle), DLDIOC_ATTR, &dia) < 0) 75 if (ioctl(dladm_dld_fd(handle), DLDIOC_USAGELOG, log_info) < 0) 157 ret = ioctl(dladm_dld_fd(handle), DLDIOC_GETHWGRP, iomp); 206 ret = ioctl(dladm_dld_fd(handle), DLDIOC_MACADDRGET, iomp); 401 if (ioctl(dladm_dld_fd(handle), DLDIOC_RENAME, &dir) < 0) { 410 (void) ioctl(dladm_dld_fd(handle), DLDIOC_RENAME, &dir); 506 if (ioctl(dladm_dld_fd(handle), DLDIOC_RENAME, &dir) < 0) 534 (void) ioctl(dladm_dld_fd(handle), DLDIOC_RENAME, &dir); 814 if (ioctl(dladm_dld_fd(handle), DLDIOC_PHYS_ATTR, &dip) < 0) {
|
| libdlsim.c | 60 rc = ioctl(dladm_dld_fd(handle), SIMNET_IOC_CREATE, &ioc); 84 rc = ioctl(dladm_dld_fd(handle), SIMNET_IOC_MODIFY, &ioc); 102 rc = ioctl(dladm_dld_fd(handle), SIMNET_IOC_DELETE, &ioc); 120 rc = ioctl(dladm_dld_fd(handle), SIMNET_IOC_INFO, &ioc);
|
| mapfile-vers | 44 dladm_dld_fd;
|
| secobj.c | 157 if (ioctl(dladm_dld_fd(handle), DLDIOC_SECOBJ_SET, &secobj_set) < 0) 195 if (ioctl(dladm_dld_fd(handle), DLDIOC_SECOBJ_GET, &secobj_get) < 0) 225 if (ioctl(dladm_dld_fd(handle), DLDIOC_SECOBJ_UNSET, &secobj_unset) < 0) 260 if (ioctl(dladm_dld_fd(handle), DLDIOC_SECOBJ_GET, secobj_getp) < 0) {
|
| libdladm.h | 187 extern int dladm_dld_fd(dladm_handle_t);
|
| flowprop.c | 232 while (ioctl(dladm_dld_fd(handle), DLDIOC_WALKFLOW, ioc) < 0) { 313 if (ioctl(dladm_dld_fd(handle), DLDIOC_MODIFYFLOW, &attr) < 0) 408 if (ioctl(dladm_dld_fd(handle), DLDIOC_MODIFYFLOW, &attr) < 0)
|
| libdlflow.c | 563 if (ioctl(dladm_dld_fd(handle), DLDIOC_ADDFLOW, &attr) < 0) 578 if (ioctl(dladm_dld_fd(handle), DLDIOC_REMOVEFLOW, &attr) < 0) 768 while (ioctl(dladm_dld_fd(handle), DLDIOC_WALKFLOW, ioc) < 0) {
|
| libdlvnic.c | 129 rc = ioctl(dladm_dld_fd(handle), VNIC_IOC_CREATE, &ioc); 169 rc = ioctl(dladm_dld_fd(handle), VNIC_IOC_INFO, &ioc); 322 rc = ioctl(dladm_dld_fd(handle), VNIC_IOC_DELETE, &ioc);
|
| libdliptun.c | 73 status = (ioctl(dladm_dld_fd(handle), cmd, dp) == 0) ?
|
| libdladm.c | 139 dladm_dld_fd(dladm_handle_t handle) function
|
| libdlbridge.c | [all...] |
| libdlaggr.c | 152 return (ioctl(dladm_dld_fd(handle), cmd, ptr)); [all...] |
| linkprop.c | [all...] |
| /onnv/onnv-gate/usr/src/cmd/dlmgmtd/ |
| dlmgmt_main.c | 93 if (ioctl(dladm_dld_fd(dld_handle), DLDIOC_DOORSERVER, &did) == -1)
|