Searched refs:SETATTR (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c42 #define SETATTR(t, n, atype, value, size) \ macro
231 SETATTR(templ, 0, CKA_CLASS, &class, sizeof (class));
240 SETATTR(templ, 0, CKA_CERTIFICATE_TYPE, &cktype, sizeof (cktype));
251 SETATTR(templ, i, CKA_SUBJECT, NULL, subject_len);
253 SETATTR(templ, i, CKA_ISSUER, NULL, issuer_len);
255 SETATTR(templ, i, CKA_SERIAL_NUMBER, NULL, serno_len);
257 SETATTR(templ, i, CKA_ID, NULL, id_len);
259 SETATTR(templ, i, CKA_VALUE, NULL, value_len);
298 SETATTR(templ, i, CKA_VALUE, value, value_len);
497 SETATTR(temp
[all...]
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h239 #define SETATTR( fd, tiop ) ioctl((fd), TIOCSETP, (caddr_t)(tiop)) macro
247 #define SETATTR( fd, tiop ) tcsetattr((fd), TCSANOW /* 0 */, (tiop)) macro
/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c89 _FEMOPDEF(SETATTR, setattr),
143 _FEMGUARD(SETATTR, setattr),
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c1895 #define SETATTR(t, n, atype, value, size) \ macro

Completed in 80 milliseconds