HomeSort by relevance Sort by last modified time
    Searched refs:DLADM_OPT_PERSIST (Results 1 - 21 of 21) sorted by null

  /onnv/onnv-gate/usr/src/lib/libdladm/common/
libdlsim.c 191 flags &= (DLADM_OPT_ACTIVE | DLADM_OPT_PERSIST);
204 if (!(flags & DLADM_OPT_PERSIST))
296 if ((status != DLADM_STATUS_OK) || !(flags & DLADM_OPT_PERSIST))
342 flags &= (DLADM_OPT_ACTIVE | DLADM_OPT_PERSIST);
362 if (flags & DLADM_OPT_PERSIST) {
365 DLADM_OPT_PERSIST);
400 (flags & DLADM_OPT_PERSIST))
403 } else if (flags & DLADM_OPT_PERSIST) {
422 DLADM_OPT_PERSIST);
445 DLADM_OPT_PERSIST);
    [all...]
libdllink.c 486 arg.flags = DLADM_OPT_PERSIST;
488 DATALINK_CLASS_AGGR, DATALINK_ANY_MEDIATYPE, DLADM_OPT_PERSIST);
492 arg.flags = DLADM_OPT_PERSIST;
494 DATALINK_CLASS_VLAN, DATALINK_ANY_MEDIATYPE, DLADM_OPT_PERSIST);
553 DLADM_OPT_PERSIST);
629 (flags2 == DLADM_OPT_PERSIST)) {
679 status = dladm_vlan_info(handle, vlanid, &vinfo, DLADM_OPT_PERSIST);
684 (void) dladm_vlan_delete(handle, vlanid, DLADM_OPT_PERSIST);
697 status = dladm_aggr_info(handle, aggrid, &ginfo, DLADM_OPT_PERSIST);
716 DATALINK_ANY_MEDIATYPE, DLADM_OPT_PERSIST);
    [all...]
libdliptun.c 432 if (flags & DLADM_OPT_PERSIST) {
440 if (status != DLADM_STATUS_OK && (flags & DLADM_OPT_PERSIST)) {
472 * DLADM_OPT_PERSIST case in case the tunnel only exists
478 !(flags & DLADM_OPT_PERSIST)))
482 if (flags & DLADM_OPT_PERSIST) {
485 DLADM_OPT_PERSIST);
505 if (flags & DLADM_OPT_PERSIST) {
524 if (status != DLADM_STATUS_OK && (flags & DLADM_OPT_PERSIST)) {
538 else if (flags == DLADM_OPT_PERSIST)
593 DLADM_OPT_PERSIST);
    [all...]
libdlaggr.c 368 assert(flags == DLADM_OPT_ACTIVE || flags == DLADM_OPT_PERSIST);
415 if (flags & DLADM_OPT_PERSIST) {
575 if ((status != DLADM_STATUS_OK) && (flags & DLADM_OPT_PERSIST)) {
688 status = dladm_aggr_info(handle, linkid, &attr, DLADM_OPT_PERSIST);
766 DLADM_OPT_PERSIST);
1143 flags &= (DLADM_OPT_ACTIVE | DLADM_OPT_PERSIST);
1150 if ((flags & DLADM_OPT_PERSIST) &&
1164 if (flags & DLADM_OPT_PERSIST)
    [all...]
libdlmgmt.c 106 !(flags & (DLADM_OPT_ACTIVE | DLADM_OPT_PERSIST)) ||
112 dlmgmt_flags |= (flags & DLADM_OPT_PERSIST) ? DLMGMT_PERSIST : 0;
140 dlmgmt_flags |= ((flags & DLADM_OPT_PERSIST) ? DLMGMT_PERSIST : 0);
267 dlmgmt_flags |= ((flags & DLADM_OPT_PERSIST) ? DLMGMT_PERSIST : 0);
462 DLADM_OPT_PERSIST : 0;
520 DLADM_OPT_PERSIST : 0;
libdlvnic.c 304 else if (flags == DLADM_OPT_PERSIST)
552 if (!(flags & DLADM_OPT_PERSIST))
566 DLADM_OPT_PERSIST);
629 !(flags & DLADM_OPT_PERSIST)) {
633 if ((flags & DLADM_OPT_PERSIST) != 0) {
636 DLADM_OPT_PERSIST);
793 status = dladm_vnic_info(handle, linkid, &attr, DLADM_OPT_PERSIST);
840 DLADM_OPT_PERSIST);
844 DLADM_OPT_PERSIST);
secobj.c 164 if ((flags & DLADM_OPT_PERSIST) != 0) {
185 if ((flags & DLADM_OPT_PERSIST) != 0) {
232 if ((flags & DLADM_OPT_PERSIST) != 0)
247 if ((flags & DLADM_OPT_PERSIST) != 0)
libdladm.h 53 * - DLADM_OPT_PERSIST:
75 #define DLADM_OPT_PERSIST 0x00000002
libdlbridge.c 701 flags & DLADM_OPT_PERSIST ? 0 : SMF_TEMPORARY) == 0) {
733 if (status == DLADM_STATUS_OK && (flags & DLADM_OPT_PERSIST) &&
893 flags & (DLADM_OPT_ACTIVE | DLADM_OPT_PERSIST), &linkid);
897 if ((flags & DLADM_OPT_PERSIST) &&
1191 if (flags & DLADM_OPT_PERSIST) {
1204 DATALINK_ANY_MEDIATYPE, DLADM_OPT_PERSIST);
1227 if (flags & DLADM_OPT_PERSIST) {
1230 DLADM_OPT_PERSIST);
    [all...]
flowprop.c 103 (flags & DLADM_OPT_PERSIST) != 0)
108 if ((flags & DLADM_OPT_PERSIST) != 0) {
propfuncs.c 587 if (pdp->pd_temponly && (flags & DLADM_OPT_PERSIST) != 0)
libdlstat.c 664 status = dladm_phys_info(handle, linkid, &dpap, DLADM_OPT_PERSIST);
libdlflow.c 674 DLADM_OPT_PERSIST, NULL);
linkprop.c 730 if ((flags & DLADM_OPT_PERSIST) && (pdp->pd_flags & PD_TEMPONLY))
787 status = (flags & DLADM_OPT_PERSIST) ? DLADM_STATUS_OK :
874 if (flags & DLADM_OPT_PERSIST) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/dladm/
dladm.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
rstp.c 341 1, DLADM_OPT_ACTIVE|DLADM_OPT_PERSIST|DLADM_OPT_NOREFRESH);
  /onnv/onnv-gate/usr/src/cmd/rcm_daemon/common/
aggr_rcm.c     [all...]
vlan_rcm.c 1272 status = dladm_vlan_info(handle, vlanid, &vlan_attr, DLADM_OPT_PERSIST);
    [all...]
vnic_rcm.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/lib/nwamd/
wireless.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/flowadm/
flowadm.c 1269 DLADM_OPT_PERSIST, &errprop);
    [all...]

Completed in 3199 milliseconds