Searched defs:attr (Results 1 - 6 of 6) sorted by relevance

/solaris-userland-s11u3/components/visual-panels/firewall/src/java/vpanels/app/firewall/com/oracle/solaris/vp/panels/firewall/client/swing/
H A DHostMaskFormatter.java50 String text, AttributeSet attr) throws BadLocationException {
53 super.replace(fb, offset, length, text, attr);
75 fb.replace(offset, length, text, attr);
49 replace(FilterBypass fb, int offset, int length, String text, AttributeSet attr) argument
H A DIPMaskFormatter.java72 String text, AttributeSet attr) throws BadLocationException {
73 replace(fb, offset, 0, text, attr);
78 String text, AttributeSet attr) throws BadLocationException {
81 fb.replace(offset, length, text, attr);
104 fb.replace(offset, length, text, attr);
71 insertString(FilterBypass fb, int offset, String text, AttributeSet attr) argument
77 replace(FilterBypass fb, int offset, int length, String text, AttributeSet attr) argument
H A DPortFormatter.java50 String text, AttributeSet attr) throws BadLocationException {
51 replace(fb, offset, 0, text, attr);
55 String text, AttributeSet attr) throws BadLocationException {
58 super.replace(fb, offset, length, text, attr);
81 fb.replace(offset, length, text, attr);
49 insertString(FilterBypass fb, int offset, String text, AttributeSet attr) argument
54 replace(FilterBypass fb, int offset, int length, String text, AttributeSet attr) argument
/solaris-userland-s11u3/components/samba/Solaris/include/samfs/
H A Dstat.h151 uint_t old_attr; /* File attr, backwards compatible */
192 u_longlong_t attr; /* File attributes */ member in struct:sam_stat
266 uint_t old_attr; /* File attr, backwards compatible */
301 u_longlong_t attr; /* File attributes */ member in struct:sam_stat
416 #define SS_ISSAMFS(attr) (((attr)&SS_SAMFS) != 0)
417 #define SS_ISREMEDIA(attr) (((attr)&SS_REMEDIA) != 0)
418 #define SS_ISARCHIVED(attr) (((attr)
[all...]
/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11_pub.c188 static void attr_to_BN(CK_ATTRIBUTE_PTR attr, CK_BYTE attr_data[], BIGNUM **bn);
3179 attr_to_BN(CK_ATTRIBUTE_PTR attr, CK_BYTE attr_data[], BIGNUM **bn) argument
3181 if (attr->ulValueLen > 0)
3182 *bn = BN_bin2bn(attr_data, attr->ulValueLen, NULL);
/solaris-userland-s11u3/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c1561 sol_ibv_query_device(struct ibv_device *device, struct ibv_device_attr *attr) argument
1572 if (!device || !attr)
1581 ret = ibv_cmd_query_device(&context, attr, &raw_fw_ver, &cmd,
1591 snprintf(attr->fw_ver, sizeof (attr->fw_ver),
1600 struct ibv_port_attr *attr)
1604 return (ibv_cmd_query_port(context, port, attr, &cmd, sizeof (cmd)));
1599 sol_ibv_query_port(struct ibv_context *context, uint8_t port, struct ibv_port_attr *attr) argument

Completed in 41 milliseconds