Searched refs:dladm_dld_fd (Results 1 - 14 of 14) sorted by relevance
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdlsim.c | 59 rc = ioctl(dladm_dld_fd(handle), SIMNET_IOC_CREATE, &ioc); 83 rc = ioctl(dladm_dld_fd(handle), SIMNET_IOC_MODIFY, &ioc); 101 rc = ioctl(dladm_dld_fd(handle), SIMNET_IOC_DELETE, &ioc); 119 rc = ioctl(dladm_dld_fd(handle), SIMNET_IOC_INFO, &ioc);
|
H A D | libdllink.c | 59 if (ioctl(dladm_dld_fd(handle), DLDIOC_ATTR, &dia) < 0) 76 if (ioctl(dladm_dld_fd(handle), DLDIOC_USAGELOG, log_info) < 0) 158 ret = ioctl(dladm_dld_fd(handle), DLDIOC_GETHWGRP, iomp); 211 ret = ioctl(dladm_dld_fd(handle), DLDIOC_MACADDRGET, iomp); 406 if (ioctl(dladm_dld_fd(handle), DLDIOC_RENAME, &dir) < 0) { 415 (void) ioctl(dladm_dld_fd(handle), DLDIOC_RENAME, &dir); 511 if (ioctl(dladm_dld_fd(handle), DLDIOC_RENAME, &dir) < 0) 539 (void) ioctl(dladm_dld_fd(handle), DLDIOC_RENAME, &dir); 838 if (ioctl(dladm_dld_fd(handle), DLDIOC_PHYS_ATTR, &dip) < 0) {
|
H A D | libdladm.h | 210 extern int dladm_dld_fd(dladm_handle_t);
|
H A D | 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) {
|
H A D | flowprop.c | 232 while (ioctl(dladm_dld_fd(handle), DLDIOC_WALKFLOW, ioc) < 0) { 313 if (ioctl(dladm_dld_fd(handle), DLDIOC_MODIFYFLOW, &attr) < 0) 407 if (ioctl(dladm_dld_fd(handle), DLDIOC_MODIFYFLOW, &attr) < 0)
|
H A D | libdlflow.c | 561 if (ioctl(dladm_dld_fd(handle), DLDIOC_ADDFLOW, &attr) < 0) 576 if (ioctl(dladm_dld_fd(handle), DLDIOC_REMOVEFLOW, &attr) < 0) 766 while (ioctl(dladm_dld_fd(handle), DLDIOC_WALKFLOW, ioc) < 0) {
|
H A D | libdlvnic.c | 129 rc = ioctl(dladm_dld_fd(handle), VNIC_IOC_CREATE, &ioc); 169 rc = ioctl(dladm_dld_fd(handle), VNIC_IOC_INFO, &ioc); 313 rc = ioctl(dladm_dld_fd(handle), VNIC_IOC_DELETE, &ioc);
|
H A D | libdlib.c | 97 if (ioctl(dladm_dld_fd(handle), ioccmd, iocp) == 0)
|
H A D | libdliptun.c | 72 status = (ioctl(dladm_dld_fd(handle), cmd, dp) == 0) ?
|
H A D | libdladm.c | 140 dladm_dld_fd(dladm_handle_t handle) function
|
H A D | libdlaggr.c | 151 return (ioctl(dladm_dld_fd(handle), cmd, ptr));
|
H A D | libdlbridge.c | 1435 rc = ioctl(dladm_dld_fd(handle), BRIDGE_IOC_LISTFWD, &blfread);
|
H A D | linkprop.c | 3804 if (ioctl(dladm_dld_fd(handle),
|
/illumos-gate/usr/src/cmd/dlmgmtd/ |
H A D | dlmgmt_main.c | 93 if (ioctl(dladm_dld_fd(dld_handle), DLDIOC_DOORSERVER, &did) == -1)
|
Completed in 131 milliseconds