Searched refs:token (Results 276 - 300 of 387) sorted by relevance

<<111213141516

/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Dsvc_rpcsec_gss.c633 * convert the token into a context
654 RPCGSS_LOG0(1, "svc_rpcsec_gss:zero length token in response "
817 * token encrypted)
845 * a token if there's one. Don't dispatch.
849 GSS_COPY_BUFFER(call_res.token, output_token);
1860 if (result->token.length != 0) {
1861 GSS_DUP_BUFFER(rdata->result.token, result->token);
1883 if (rdata->result.token.length != 0) {
1884 (void) gss_release_buffer(&minor_stat, &rdata->result.token);
[all...]
H A Drpcsec_gss_misc.c125 !__xdr_gss_buf(xdrs, &init_res->token))
270 * Keep the returned token (unencrypted data) in in_buf.
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_lex.l276 (void) fprintf(stderr, gettext("%s, token expected\n"),
/illumos-gate/usr/src/uts/common/io/
H A Dhook.c789 * Parameters: token(I) - event pointer
799 hook_run(hook_family_int_t *hfi, hook_event_token_t token, hook_data_t info) argument
805 ASSERT(token != NULL);
807 hei = (hook_event_int_t *)token;
809 hook_event_token_t, token,
821 hook_event_token_t, token,
824 rval = (*hi->hi_hook.h_func)(token, info, hi->hi_hook.h_arg);
826 hook_event_token_t, token,
840 hook_event_token_t, token,
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c1454 * Looks up if token belongs to the FIRST of the function tag
1459 int token)
1466 if (*itemp == token) {
1473 /* token is not on the FIRST list */
1566 * We do not search for the token in FIRST(ReportDescriptor)
1693 "Main Item: token = 0x%x, "
1705 "Main Item: token = 0x%x, "
1754 "hidparser_MainItem:index = 0x%lx token = 0x%x",
1789 int token = scan_ifp->hidparser_tok_token; local
1791 while (hidparser_lookup_first(HIDPARSER_ITEMS, token)
1458 hidparser_lookup_first(int func_index, int token) argument
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Drsend.kshlib497 token=$(zfs get -Hp -o value receive_resume_token $recvfs)
498 log_must eval "zfs send -v -t $token >/$streamfs/$stream_num"
/illumos-gate/usr/src/uts/intel/pcbe/
H A Dcore_pcbe.c98 void *token);
99 static void core_pcbe_program(void *token);
101 static void core_pcbe_sample(void *token);
1831 void *token)
1866 core_pcbe_program(void *token) argument
1876 if (kcpc_allow_nonpriv(token))
1889 cfg = (core_pcbe_config_t *)kcpc_next_config(token, cfg, NULL);
1950 kcpc_next_config(token, cfg, NULL);
1968 core_pcbe_sample(void *token) argument
1975 cfg = (core_pcbe_config_t *)kcpc_next_config(token, NUL
1829 core_pcbe_configure(uint_t picnum, char *event, uint64_t preset, uint32_t flags, uint_t nattrs, kcpc_attr_t *attrs, void **data, void *token) argument
[all...]
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c1436 insert_slaac_ip(avl_tree_t *tree, in6_addr_t *token, slaac_addr_t *addr) argument
1446 in6p->s6_addr32[i] = token->s6_addr32[i] |
1463 in6_addr_t *token = &mcip->mci_v6_mac_token; local
1479 if (!insert_slaac_ip(&mcip->mci_v6_slaac_ip, token, addr)) {
2175 in6_addr_t *token = &mcip->mci_v6_mac_token; local
2180 v6addr->s6_addr32[i] = token->s6_addr32[i] |
2196 in6_addr_t *token = &mcip->mci_v6_mac_token; local
2204 VERIFY(insert_slaac_ip(ttp, token, addr) == B_TRUE);
2218 * After the unicast MAC address changes, we need to update the derived token,
2219 * and update the IPv6 addresses that use the token
2226 in6_addr_t *token = &mcip->mci_v6_mac_token; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_els.c1140 ubp->ub_frame.ox_id = ub_priv->token;
1145 "RSCN: sid=%x %d page(s): %08X, %08X buffer=%p token=%x.", sid,
1147 ((count > 1) ? LE_SWAP32(*(lp + 1)) : 0), ubp, ub_priv->token);
1289 ubp->ub_frame.ox_id = ub_priv->token;
1294 "FLOGI: sid=%x buffer=%p token=%x %s", sid, ubp, ub_priv->token,
1514 ubp->ub_frame.ox_id = ub_priv->token;
1519 "PLOGI: sid=%x did=%x buffer=%p token=%x %s", sid, did, ubp,
1520 ub_priv->token, buffer);
1659 ubp->ub_frame.ox_id = ub_priv->token;
[all...]
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_misc.c107 !__xdr_gss_buf(xdrs, &init_res->token))
245 * Keep the returned token (unencrypted data) in in_buf.
H A Drpcsec_gss.c311 * if we got a token, pass it on
350 * check for token
352 if (call_res.token.length != 0) {
355 GSS_DUP_BUFFER(input_token, call_res.token);
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dticscan.c51 token curr_token;
76 char bad_token[] = m_textstr(3136, "Bad token type", "E");
80 * Scans the input for the next token, storing the specifics in the
/illumos-gate/usr/src/lib/libpkg/common/
H A Dgpkglist.c173 nwpkg[n] = strdup(chp->token);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c92 int token; member in struct:flagtable
107 while (ft->token != 0) {
108 if (ft->token & flag) {
118 return (ft->token);
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_impl.h219 uint32_t token; /* arbitrary identifier */ member in struct:dma_area
/illumos-gate/usr/src/common/ficl/
H A Dficl.h971 #define FICL_TOKEN(token, description) token,
972 #define FICL_INSTRUCTION_TOKEN(token, description, flags) token,
1529 * By default, Ficl goes through two attempts to parse each token from its
1535 * Each parse step is a function that receives the next input token as a
1536 * STRINGINFO. If the parse step matches the token, it must apply semantics
1537 * to the token appropriate to the present value of VM.state (compiling or
H A Dprimitives.c849 * Run the parse chain against the incoming token until somebody
1167 * name and return xt, the execution token for name. An ambiguous condition
1223 * Pop an execution token (pointer to a word) off the stack and
2169 * found, return its execution token xt. If the definition is immediate,
2195 * found, return its execution token xt. If the definition is immediate,
3102 #define FICL_TOKEN(token, description)
3103 #define FICL_INSTRUCTION_TOKEN(token, description, flags) \
3104 ficlDictionarySetInstruction(dictionary, description, token, flags);
3474 #define FICL_TOKEN(token, description) \
3475 ficlDictionarySetConstant(dictionary, #token, toke
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_virtual.c384 config_token_t token = DEFAULT; local
386 while (token < CONFIG_TOKEN_NONE) {
387 if (strncmp(prop, token_names[token], 4) == 0)
389 token++;
391 return (token);
397 nxge_update_rxdma_grp_properties(p_nxge_t nxgep, config_token_t token, argument
417 switch (token) {
571 nxge_update_rxdma_properties(p_nxge_t nxgep, config_token_t token, argument
593 switch (token) {
786 nxge_update_txdma_properties(p_nxge_t nxgep, config_token_t token, argument
990 nxge_update_cfg_properties(p_nxge_t nxgep, uint32_t flags, config_token_t token, dev_info_t *s_dip[]) argument
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script.c1228 process_dataitem(script_info_t *rsi, int token, char *value, char **errmsg) argument
1238 switch (token) {
1341 int rval, child_status, token; local
1388 if ((token = dname_to_id(dname)) == -1)
1391 switch (token) {
1424 if (process_dataitem(rsi, token,
/illumos-gate/usr/src/uts/common/os/
H A Dkcpc.c756 kcpc_next_config(void *token, void *current, uint64_t **data) argument
760 kcpc_ctx_t *ctx = (kcpc_ctx_t *)token;
1594 kcpc_invalidate_config(void *token) argument
1596 kcpc_ctx_t *ctx = token;
1807 kcpc_allow_nonpriv(void *token) argument
1809 return (((kcpc_ctx_t *)token)->kc_flags & KCPC_CTX_NONPRIV);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c4311 char *token; local
4354 res = readtoken(fp, &token);
4357 (void) strlcat(buf, token, sizeof (buf));
4358 free(token);
4359 res = readtoken(fp, &token);
4693 * on reading a CURL_BEGIN token it returns IPQOS_CONF_CURL_BEGIN,
4694 * on reading a CURL_END token it returns IPQOS_CONF_CURL_END,
4695 * on reading another valid token it returns IPQOS_CONF_SUCCESS.
4696 * for each of these token is set to point at the read string.
4702 char **token)
4700 readtoken( FILE *fp, char **token) argument
5176 char *token; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c334 #define YYBACKUP(token, value) \
337 { yychar = (token), yylval = (value); \
493 int yychar1 = 0; /* lookahead token as an internal (translated) token number */
537 yychar = YYEMPTY; /* Cause a token to be read. */
650 /* Read a lookahead token if we need one and don't already have one. */
653 /* First try to decide what to do without reference to lookahead token. */
659 /* Not known => get a lookahead token if don't already have one. */
662 or a valid token in external form. */
668 fprintf(stderr, "Reading a token
[all...]
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetadb.c147 char *token = argv[0]; local
149 if (make_dbname(sp, nlp, token, ep) == NULL) {
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmkpkgmap.c616 * using whitespace as a token separator. This is used to resolve search
625 token:
644 goto token;
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c316 RWLOCK_INIT(&ifs->ifs_ipf_tokens, "ipf token rwlock");
1998 int ipf_hook4_out(hook_event_token_t token, hook_data_t info, void *arg) argument
2003 int ipf_hook6_out(hook_event_token_t token, hook_data_t info, void *arg) argument
2017 int ipf_hook4_in(hook_event_token_t token, hook_data_t info, void *arg) argument
2022 int ipf_hook6_in(hook_event_token_t token, hook_data_t info, void *arg) argument
2037 int ipf_hook4_loop_out(hook_event_token_t token, hook_data_t info, void *arg) argument
2042 int ipf_hook6_loop_out(hook_event_token_t token, hook_data_t info, void *arg) argument
2056 int ipf_hook4_loop_in(hook_event_token_t token, hook_data_t info, void *arg) argument
2061 int ipf_hook6_loop_in(hook_event_token_t token, hook_data_t info, void *arg) argument

Completed in 329 milliseconds

<<111213141516