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

/solaris-userland/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/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c1515 sol_ibv_query_device(struct ibv_device *device, struct ibv_device_attr *attr) argument
1526 if (!device || !attr)
1535 ret = ibv_cmd_query_device(&context, attr, &raw_fw_ver, &cmd,
1545 snprintf(attr->fw_ver, sizeof (attr->fw_ver),
1554 struct ibv_port_attr *attr)
1558 return (ibv_cmd_query_port(context, port, attr, &cmd, sizeof (cmd)));
1553 sol_ibv_query_port(struct ibv_context *context, uint8_t port, struct ibv_port_attr *attr) argument
/solaris-userland/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);
2983 attr_to_BN(CK_ATTRIBUTE_PTR attr, CK_BYTE attr_data[], BIGNUM **bn) argument
2985 if (attr->ulValueLen > 0) {
2986 *bn = BN_bin2bn(attr_data, attr->ulValueLen, NULL);

Completed in 82 milliseconds