Home
last modified time | relevance | path

Searched refs:port_type (Results 1 – 6 of 6) sorted by relevance

/external/selinux/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf626 attribute port_type;
711 type port_t, port_type;
712 type reserved_port_t, port_type, reserved_port_type;
713 type afs_bos_port_t, port_type;
714 type afs_fs_port_t, port_type;
715 type afs_ka_port_t, port_type;
716 type afs_pt_port_t, port_type;
717 type afs_vl_port_t, port_type;
718 type amanda_port_t, port_type;
719 type amavisd_recv_port_t, port_type;
[all …]
/external/syslinux/gpxe/src/drivers/infiniband/
Dhermon.c547 struct hermonprm_sense_port *port_type ) { in hermon_cmd_sense_port() argument
550 1, sizeof ( *port_type ) ), in hermon_cmd_sense_port()
551 0, NULL, port, port_type ); in hermon_cmd_sense_port()
1783 int port_type; in hermon_sense_port_type() local
1797 port_type = MLX_GET ( &sense_port, port_type ); in hermon_sense_port_type()
1800 hermon, ibdev->port, port_type ); in hermon_sense_port_type()
1801 return port_type; in hermon_sense_port_type()
1813 int port_type; in hermon_open() local
1817 if ( ( rc = port_type = hermon_sense_port_type ( ibdev ) ) < 0 ) in hermon_open()
1819 if ( port_type != HERMON_PORT_TYPE_IB ) { in hermon_open()
Dhermon.h175 pseudo_bit_t port_type[0x00020]; member
DMT25408_PRM.h2038 …pseudo_bit_t port_type[0x00004]; /* Hermon New. bit per port. bit0 is first port. value '1' is … member
/external/selinux/python/sepolgen/src/sepolgen/
Drefpolicy.py642 self.port_type = ""
647 return "portcon %s %s %s" % (self.port_type, self.port_number, str(self.context))
Drefparser.py640 c.port_type = p[2]