Searched refs:layer (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpmtok_int.h1205 #define LogMessage(dest, priority, layer, fmt, ...) \
1207 (char *)layer, (char *)__FILE__,\
1210 #define LogMessage1(dest, priority, layer, data) \
1211 (void) fprintf(dest, "%s %s %s:%d %s\n", priority, layer, __FILE__, \
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh242 HELP - The transport layer security used for connection to the LDAP
243 server. In order to successfully use transport layer security,
1352 # tls_menu_handler(): Enter the transport layer security
2069 # Transport layer security for configuration information
2078 # Certificate DB for transport layer security
2134 # Transport layer security for mapping data to/from LDAP.
2143 # Certificate DB for transport layer security
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c73 static int smb_rq_getenv(struct smb_connobj *layer,
103 smb_rq_alloc(struct smb_connobj *layer, uchar_t cmd, struct smb_cred *scred, argument
112 error = smb_rq_init(rqp, layer, cmd, scred);
548 smb_t2_alloc(struct smb_connobj *layer, ushort_t setup, struct smb_cred *scred, argument
557 error = smb_t2_init(t2p, layer, &setup, 1, scred);
568 smb_nt_alloc(struct smb_connobj *layer, ushort_t fn, struct smb_cred *scred, argument
577 error = smb_nt_init(ntp, layer, fn, scred);
H A Dsmb_rq.h183 int smb_rq_alloc(struct smb_connobj *layer, uchar_t cmd,
185 int smb_rq_init(struct smb_rq *rqp, struct smb_connobj *layer,
197 int smb_t2_alloc(struct smb_connobj *layer, ushort_t setup,
199 int smb_t2_init(struct smb_t2rq *rqp, struct smb_connobj *layer,
204 int smb_nt_alloc(struct smb_connobj *layer, ushort_t fn,
206 int smb_nt_init(struct smb_ntrq *rqp, struct smb_connobj *layer,
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c1448 const char *const layer = (!svw->svw_all && svd->vp == NULL) ? local
1455 * Otherwise, we layer over the "segvn_anon_all" walker
1461 if (mdb_layered_walk(layer, wsp) == -1) {
1462 mdb_warn("segvn_pages: failed to layer \"%s\" "
1463 "for segvn_data %p", layer, svw->svw_svdp);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h1264 // Internal state fields. These are used internally by mDNSCore; the client layer needn't be concerned with them.
1707 mDNSRecordCallback *StatusCallback; // callback to deliver success or error code to client layer
1728 // It contains its own ServiceCallback+ServiceContext to report aggregate results up to the next layer of software above.
1737 // These internal state fields are used internally by mDNSCore; the client layer needn't be concerned with them.
1845 // layer. These values are used within mDNSResponder and not sent across to the application. QC_addnocache is for
1904 // Internal state fields. These are used internally by mDNSCore; the client layer needn't be concerned with them.
1993 mDNSBool LongLived; // Set by client for calls to mDNS_StartQuery to indicate LLQs to unicast layer.
2004 mDNSs8 SearchListIndex; // Index into SearchList; Used by the client layer but not touched by core
2038 // Internal state fields. These are used internally by mDNSCore; the client layer needn't be concerned with them.
2131 // Internal state fields. These are used internally by mDNSCore; the client layer need
[all...]

Completed in 106 milliseconds