/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ippool.c | 143 int err, c, ipset, role; local 148 role = IPL_LOGIPF; 186 role = getrole(optarg); 187 if (role == IPL_LOGNONE) 223 int type, role, c, err; local 229 role = 0; 232 role = IPL_LOGIPF; 253 role = getrole(optarg); 254 if (role == IPL_LOGNONE) { 291 iph.iph_unit = role; [all …]
|
H A D | ippool_y.y | 80 %type <num> role table inout 95 line: table role ipftree eol { iplo.ipo_unit = $2; 100 | table role ipfhash eol { ipht.iph_unit = $2; 105 | groupmap role number ipfgroup eol 151 role:
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | interface.c | 164 usetup(int role, int *fdreadp, int *fdwritep) in usetup() argument 166 if (role == SLAVE) in usetup() 179 uteardown(int role, int fdread, int fdwrite) in uteardown() argument 184 if (role == SLAVE) { in uteardown() 208 dksetup(role, fdreadp, fdwritep) in dksetup() argument 210 int role; in dksetup() 218 (void) usetup(role, fdreadp, fdwritep); 232 dkteardown(role, fdread, fdwrite) in dkteardown() argument 233 int role, fdread, fdwrite; in dkteardown() 237 if (role == MASTER) { [all …]
|
H A D | perfstat.c | 383 char role; /* Current master/slave status. */ local 387 role = xdptr->xf_role; 390 (role == MCHAR) ? xdptr->xf_jobgrade : na ,FS, /* job grade */ 394 role, FS, /* master/slave. */ 399 (role == MCHAR) ? xdptr->xf_jobname : na 404 if (role == MCHAR) 423 (role == MCHAR) ? xdptr->xf_flags : na 923 pfStrtConn (role) in pfStrtConn() argument 925 char role; in pfStrtConn() 929 Conn.cn_role = role; [all …]
|
H A D | pk1.c | 497 xlatecntl(role, cntl) in xlatecntl() argument 498 int role; in xlatecntl() 508 strcpy(ptr, role ? "send " : "recv "); 516 if (role)
|
/illumos-gate/usr/src/lib/librstp/common/ |
H A D | transmit.c | 215 unsigned char role; in txRstp() local 244 role = RSTP_PORT_ROLE_UNKN; in txRstp() 247 role = RSTP_PORT_ROLE_ALTBACK; in txRstp() 250 role = RSTP_PORT_ROLE_ALTBACK; in txRstp() 253 role = RSTP_PORT_ROLE_ROOT; in txRstp() 256 role = RSTP_PORT_ROLE_DESGN; in txRstp() 260 bpdu_packet.body.flags |= (role << PORT_ROLE_OFFS); in txRstp() 304 ((port->role == DesignatedPort) || in STP_transmit_enter_state() 305 ((port->role == RootPort) && port->tcWhile)); in STP_transmit_enter_state() 346 (port->role == DesignatedPort) && in STP_transmit_check_conditions() [all …]
|
H A D | topoch.c | 144 if (port->role == DesignatedPort) { in STP_topoch_enter_state() 194 if (port->role == RootPort || port->role == DesignatedPort) in STP_topoch_check_conditions() 201 if (port->role != RootPort && (port->role != DesignatedPort)) in STP_topoch_check_conditions()
|
H A D | roletrns.c | 114 port->role = DisabledPort; in STP_roletrns_enter_state() 116 port->role = port->selectedRole = DisabledPort; in STP_roletrns_enter_state() 131 port->role = port->selectedRole; in STP_roletrns_enter_state() 171 port->role = RootPort; in STP_roletrns_enter_state() 228 port->role = DesignatedPort; in STP_roletrns_enter_state() 275 if (port->role != port->selectedRole && in STP_roletrns_check_conditions() 285 (int) port->role, (int) port->selectedRole); in STP_roletrns_check_conditions() 317 port->role == BackupPort) { in STP_roletrns_check_conditions()
|
H A D | stp_in.c | 358 if (DisabledPort == port->role) { in STP_IN_port_get_state() 375 switch (port->role) { in STP_IN_port_get_state() 376 case DisabledPort: entry->role = ' '; break; in STP_IN_port_get_state() 377 case AlternatePort: entry->role = 'A'; break; in STP_IN_port_get_state() 378 case BackupPort: entry->role = 'B'; break; in STP_IN_port_get_state() 379 case RootPort: entry->role = 'R'; break; in STP_IN_port_get_state() 380 case DesignatedPort: entry->role = 'D'; break; in STP_IN_port_get_state() 381 case NonStpPort: entry->role = '-'; break; in STP_IN_port_get_state() 382 default: entry->role = '?'; break; in STP_IN_port_get_state() 385 if (DisabledPort == port->role || NonStpPort == port->role) { in STP_IN_port_get_state() [all …]
|
H A D | rolesel.c | 74 if (newRole == port->role) in setRoleSelected() 107 port->role = newRole; in setRoleSelected()
|
H A D | uid_stp.h | 194 unsigned char role; member
|
H A D | port.h | 117 PORT_ROLE_T role; /* 17.18.30 */ member
|
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | interface.c | 117 usetup(int role, int *fdreadp, int *fdwritep) in usetup() argument 119 if (role == SLAVE) { in usetup() 131 uteardown(int role, int fdread, int fdwrite) in uteardown() argument 135 if (role == SLAVE) { in uteardown() 222 tsetup(int role, int *fdreadp, int *fdwritep) in tsetup() argument 224 if (role == SLAVE) { in tsetup() 242 tteardown(int role, int fdread, int fdwrite) in tteardown() argument 255 tssetup(int role, int *fdreadp, int *fdwritep) in tssetup() argument 257 if (role == SLAVE) { in tssetup()
|
/illumos-gate/usr/src/uts/common/smbsrv/ndl/ |
H A D | dssetup.ndl | 65 * DS role flags 73 * DS role upgrade 79 * DS role previous 86 * DS role state 93 * DS role information levels 111 DWORD role;
|
/illumos-gate/usr/src/cmd/virtinfo/ |
H A D | virtinfo.c | 150 char *impl = "", *role = "", *io = "", *service = "", in main() local 162 role = (roles & V12N_ROLE_CONTROL) ? in main() 172 role = (roles & V12N_ROLE_CONTROL) ? in main() 182 gettext("Domain role: "), impl, role, io, service, root); in main()
|
/illumos-gate/usr/src/cmd/ipf/lib/ |
H A D | load_poolnode.c | 21 int load_poolnode(role, name, node, iocfunc) in load_poolnode() argument 22 int role; in load_poolnode() 40 op.iplo_unit = role;
|
/illumos-gate/usr/src/lib/libsecdb/ |
H A D | user_attr.txt | 33 netadm::::type=role;project=default;profiles=Network Autoconf Admin,Network Management,Service Mana… 34 netcfg::::type=role;project=default;profiles=Network Autoconf User;auths=solaris.network.autoconf.w… 35 zfssnap::::type=role;auths=solaris.smf.manage.zfs-auto-snapshot;profiles=ZFS File System Management
|
H A D | auth_attr.txt | 110 solaris.role.:::Roles::help=RoleHeader.html 111 solaris.role.assign:::Assign All Roles::help=AuthRoleAssign.html 112 solaris.role.delegate:::Assign Owned Roles::help=AuthRoleDelegate.html 113 solaris.role.write:::Manage Roles::help=AuthRoleWrite.html
|
H A D | prof_attr.txt | 30 All:::Execute any command as the user or role:help=RtAll.html 80 Rights Delegation:::Delegate ability to assign rights to users and roles:auths=solaris.role.delegat… 89 User Security:::Manage passwords, clearances:auths=solaris.role.*,solaris.profmgr.*,solaris.label.r…
|
/illumos-gate/usr/src/lib/pam_modules/roles/ |
H A D | roles.c | 187 roleinlist(char *list, char *role) in roleinlist() argument 193 if (strcmp(rolename, role) == 0) in roleinlist()
|
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | dssetup_svc.c | 203 info->role = DS_ROLE_MEMBER_SERVER; in dssetup_member_server() 228 info->role = DS_ROLE_STANDALONE_SERVER; in dssetup_standalone_server()
|
/illumos-gate/usr/src/cmd/ipf/examples/ |
H A D | pool.conf | 5 table role = ipf type = tree number = 0
|
/illumos-gate/usr/src/lib/krb5/kdb/ |
H A D | kdb_log.h | 87 extern krb5_error_code ulog_set_role(krb5_context ctx, iprop_role role);
|
H A D | kdb_log.c | 854 ulog_set_role(krb5_context ctx, iprop_role role) in ulog_set_role() argument 865 log_ctx->iproprole = role; in ulog_set_role()
|
/illumos-gate/usr/src/cmd/oamuser/user/ |
H A D | funcs.c | 55 static const char role[] = "role name"; variable 86 { USERATTR_ROLES_KW, check_role, role },
|