Searched refs:SETATTR (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/ |
H A D | pkcs11_spi.c | 42 #define SETATTR(t, n, atype, value, size) \ macro 231 SETATTR(templ, 0, CKA_CLASS, &class, sizeof (class)); in PK11Cert2KMFCert() 240 SETATTR(templ, 0, CKA_CERTIFICATE_TYPE, &cktype, sizeof (cktype)); in PK11Cert2KMFCert() 251 SETATTR(templ, i, CKA_SUBJECT, NULL, subject_len); in PK11Cert2KMFCert() 253 SETATTR(templ, i, CKA_ISSUER, NULL, issuer_len); in PK11Cert2KMFCert() 255 SETATTR(templ, i, CKA_SERIAL_NUMBER, NULL, serno_len); in PK11Cert2KMFCert() 257 SETATTR(templ, i, CKA_ID, NULL, id_len); in PK11Cert2KMFCert() 259 SETATTR(templ, i, CKA_VALUE, NULL, value_len); in PK11Cert2KMFCert() 298 SETATTR(templ, i, CKA_VALUE, value, value_len); in PK11Cert2KMFCert() 497 SETATTR(templ, i, CKA_TOKEN, &true, sizeof (true)); i++; in search_certs() [all …]
|
/illumos-gate/usr/src/lib/libldap5/include/ldap/ |
H A D | portable.h | 237 #define SETATTR( fd, tiop ) ioctl((fd), TIOCSETP, (caddr_t)(tiop)) macro 245 #define SETATTR( fd, tiop ) tcsetattr((fd), TCSANOW /* 0 */, (tiop)) macro
|
/illumos-gate/usr/src/lib/lib9p/common/ |
H A D | utils.c | 125 X(SETATTR, "setattr"),
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | fem.c | 89 _FEMOPDEF(SETATTR, setattr), 143 _FEMGUARD(SETATTR, setattr),
|
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/ |
H A D | nss_spi.c | 1896 #define SETATTR(t, n, atype, value, size) \ macro
|