Home
last modified time | relevance | path

Searched refs:SETATTR (Results 1 – 5 of 5) 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
3353 SETATTR(templ, i, CKA_MODULUS, in store_raw_key()
3368 SETATTR(templ, i, CKA_PRIME_1, in store_raw_key()
3374 SETATTR(templ, i, CKA_PRIME_2, in store_raw_key()
3380 SETATTR(templ, i, CKA_EXPONENT_1, in store_raw_key()
3398 SETATTR(templ, i, CKA_PRIME, in store_raw_key()
3402 SETATTR(templ, i, CKA_SUBPRIME, in store_raw_key()
3406 SETATTR(templ, i, CKA_BASE, in store_raw_key()
3410 SETATTR(templ, i, CKA_VALUE, in store_raw_key()
3419 SETATTR(templ, i, CKA_VALUE, in store_raw_key()
[all …]
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h237 #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 Dutils.c125 X(SETATTR, "setattr"),
/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.c1896 #define SETATTR(t, n, atype, value, size) \ macro