Searched refs:auth (Results 51 - 75 of 306) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/nfs/
H A DMakefile36 nfsid_map.h auth.h nfs_cmd.h
/illumos-gate/usr/src/uts/common/rpc/
H A Drpc.h59 #include <rpc/auth.h> /* generic authenticator (client side) */
H A Dauth_des.h44 #include <rpc/auth.h>
H A Dauth_sys.h56 #include <rpc/auth.h>
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_subr.c178 nvlist_t *auth; local
201 auth = topo_mod_auth(mod, t_parent);
219 result = nvlist_lookup_string(auth, FM_FMRI_AUTH_PRODUCT,
223 * No product information in the parent node or auth
257 result = nvlist_lookup_string(auth, FM_FMRI_AUTH_PRODUCT_SN,
261 * No product-sn information in the parent node or auth
295 result = nvlist_lookup_string(auth,
300 * node or auth list.
347 result = nvlist_lookup_string(auth, FM_FMRI_AUTH_SERVER,
351 * No server information in the parent node or auth
401 nvlist_t *auth = NULL; local
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/chip/
H A Dchip_sun4v.c130 nvlist_t *auth = NULL; local
132 if (topo_mod_nvalloc(mod, &auth, NV_UNIQUE_NAME) == 0) {
135 (void) nvlist_add_string(auth, FM_FMRI_AUTH_PRODUCT,
141 (void) nvlist_add_string(auth, FM_FMRI_AUTH_PRODUCT_SN,
147 (void) nvlist_add_string(auth, FM_FMRI_AUTH_SERVER,
153 (void) nvlist_add_string(auth, FM_FMRI_AUTH_CHASSIS,
161 NULL, auth, NULL, NULL, serial);
162 nvlist_free(auth);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpcsec_gss_if.c168 rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service, char *qop) argument
172 return ((*calls.rpc_gss_set_defaults)(auth, service, qop));
277 __rpc_gss_wrap(AUTH *auth, char *buf, uint_t buflen, XDR *out_xdrs, argument
282 return ((*calls.__rpc_gss_wrap)(auth, buf, buflen, out_xdrs,
287 __rpc_gss_unwrap(AUTH *auth, XDR *in_xdrs, bool_t (*xdr_func)(), argument
292 return ((*calls.__rpc_gss_unwrap)(auth, in_xdrs, xdr_func, xdr_ptr));
H A Dsvid_funcs.c63 auth_destroy(AUTH *auth) argument
65 ((*((auth)->ah_ops->ah_destroy))(auth));
H A Dauthdes_prot.c46 #include <rpc/auth.h>
H A Dauthsys_prot.c47 #include <rpc/auth.h>
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c768 topo_fmri_next_auth(const char *auth) argument
772 colon = strchr(auth + 1, ':');
773 slash = strchr(auth, '/');
824 hc_auth_to_type(const char *auth, size_t *authlen) argument
829 if (auth[0] != ':')
835 if (strncmp(auth + 1, hc_auth_table[i], len) == 0 &&
836 auth[len + 1] == '=') {
850 const char *auth, *next; local
862 auth = next = fmri + 5;
864 auth
905 topo_fmri_strcmp_parse_auth(const char *auth, const char *authtype[], size_t authlen[]) argument
[all...]
/illumos-gate/usr/src/cmd/acctadm/
H A Daconf.c370 char auth[NSS_BUFLEN_AUTHATTR]; local
376 if (aconf_get_string("general", "action_authorization", auth,
377 sizeof (auth)) == -1 || chkauthattr(auth, pw->pw_name) == 0)
380 if (aconf_get_string("general", "value_authorization", auth,
381 sizeof (auth)) == -1 || chkauthattr(auth, pw->pw_name) == 0)
384 if (aconf_get_string("config", "value_authorization", auth,
385 sizeof (auth)) == -1 || chkauthattr(auth, p
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/dimm/
H A Ddimm_sun4v.c124 nvlist_t *auth = topo_mod_auth(mod, parent); local
127 NULL, auth, NULL, NULL, serial);
128 nvlist_free(auth);
202 nvlist_t *auth = NULL; local
212 auth = topo_mod_auth(mod, pnode);
214 inst, NULL, auth, dp->dm_part, NULL, dp->dm_serid)) == NULL)
216 nvlist_free(auth);
/illumos-gate/usr/src/lib/fm/topo/modules/common/xfp/
H A Dxfp.c91 nvlist_t *auth = topo_mod_auth(mod, parent); local
94 NULL, auth, NULL, NULL, NULL);
95 nvlist_free(auth);
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/zambezi/
H A Dzambezi.c97 nvlist_t *auth = topo_mod_auth(mod, parent); local
100 NULL, auth, NULL, NULL, NULL);
101 nvlist_free(auth);
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_amd.c140 tnode_t *mcnode, int family, int model, nvlist_t *auth)
166 if (mkrsrc(mod, mcnode, CHAN_NODE_NAME, chan, auth,
207 if (mkrsrc(mod, chnode, CS_NODE_NAME, cs, auth,
363 nvlist_t *auth)
405 if (mkrsrc(mod, pnode, RANK_NODE_NAME, i, auth, &fmri) < 0) {
461 const char *name, nvlist_t *mc, nvlist_t *auth)
495 if (mkrsrc(mod, pnode, name, num, auth, &fmri) < 0) {
574 nerr += amd_rank_create(mod, dimmnode, dimmarr[i], auth);
582 nvlist_t *auth)
607 if (mkrsrc(mod, pnode, name, csnum, auth,
139 amd_generic_mc_create(topo_mod_t *mod, uint16_t smbid, tnode_t *cnode, tnode_t *mcnode, int family, int model, nvlist_t *auth) argument
362 amd_rank_create(topo_mod_t *mod, tnode_t *pnode, nvlist_t *dimmnvl, nvlist_t *auth) argument
460 amd_dimm_create(topo_mod_t *mod, uint16_t chip_smbid, tnode_t *pnode, const char *name, nvlist_t *mc, nvlist_t *auth) argument
581 amd_cs_create(topo_mod_t *mod, tnode_t *pnode, const char *name, nvlist_t *mc, nvlist_t *auth) argument
637 amd_dramchan_create(topo_mod_t *mod, tnode_t *pnode, const char *name, nvlist_t *auth) argument
717 amd_mc_create(topo_mod_t *mod, uint16_t smbid, tnode_t *pnode, const char *name, nvlist_t *auth, int32_t procnodeid, int32_t procnodes_per_pkg, int family, int model, int *nerrp) argument
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetr_logon.c379 struct netr_authenticator auth; local
410 rc = netr_setup_authenticator(netr_info, &auth, &ret_auth);
416 arg.auth = &auth;
563 struct netr_authenticator *auth, struct netr_authenticator *ret_auth)
565 bzero(auth, sizeof (struct netr_authenticator));
568 auth->timestamp = netr_info->timestamp;
573 (netr_cred_t *)&auth->credential) != SMBAUTH_SUCCESS)
594 * Returns NT_STATUS_INSUFFICIENT_LOGON_INFO if auth->credential is a
604 netr_validate_chain(netr_info_t *netr_info, struct netr_authenticator *auth) argument
562 netr_setup_authenticator(netr_info_t *netr_info, struct netr_authenticator *auth, struct netr_authenticator *ret_auth) argument
[all...]
/illumos-gate/usr/src/lib/pam_modules/rhosts_auth/
H A Drhosts_auth.c36 #include <rpc/auth.h>
/illumos-gate/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/
H A Dopl_ioboard.c172 nvlist_t *auth = topo_mod_auth(mp, parent); local
180 inst, NULL, auth, NULL, NULL, NULL)) == NULL) {
181 nvlist_free(auth);
186 nvlist_free(auth);
/illumos-gate/usr/src/cmd/vntsd/
H A DMakefile28 SRCS = auth.c cmd.c common.c console.c listen.c queue.c read.c vntsd.c \
H A Dsvc-vntsd129 auth=`$SVCPROP -p vntsd/authorization $SMF_FMRI 2>/dev/null`
130 if [ "$auth" = "true" ]; then
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A DMakefile31 AUTH_OBJS = auth.o cmds_gss.o secure.o
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_stub.c31 #include <rpc/auth.h>
/illumos-gate/usr/src/uts/common/os/
H A Dfm.c862 * auth nvlist_t <auth>
866 * Note that auth and hc-id are optional members.
873 fm_fmri_hc_set_common(nvlist_t *fmri, int version, const nvlist_t *auth) argument
886 if (auth != NULL && nvlist_add_nvlist(fmri, FM_FMRI_AUTHORITY,
887 (nvlist_t *)auth) != 0) {
896 fm_fmri_hc_set(nvlist_t *fmri, int version, const nvlist_t *auth, argument
904 if (!fm_fmri_hc_set_common(fmri, version, auth))
946 * auth nvlist_t <auth>
954 fm_fmri_dev_set(nvlist_t *fmri_dev, int version, const nvlist_t *auth, const char *devpath, const char *devid, const char *tpl0) argument
1000 fm_fmri_cpu_set(nvlist_t *fmri_cpu, int version, const nvlist_t *auth, uint32_t cpu_id, uint8_t *cpu_maskp, const char *serial_idp) argument
1051 fm_fmri_mem_set(nvlist_t *fmri, int version, const nvlist_t *auth, const char *unum, const char *serial, uint64_t offset) argument
1287 fm_fmri_hc_create(nvlist_t *fmri, int version, const nvlist_t *auth, nvlist_t *snvl, nvlist_t *bboard, int npairs, ...) argument
[all...]
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauthdesprt.c43 #include <rpc/auth.h>

Completed in 136 milliseconds

1234567891011>>