Home
last modified time | relevance | path

Searched refs:token (Results 76 – 100 of 471) sorted by last modified time

12345678910>>...19

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_signing.c124 smb_sign_begin(smb_request_t *sr, smb_token_t *token) in smb_sign_begin() argument
138 if (token->tkn_ssnkey.val == NULL || token->tkn_ssnkey.len == 0) in smb_sign_begin()
178 sign->mackey_len = token->tkn_ssnkey.len + sinfo->ssi_ntpwlen; in smb_sign_begin()
180 bcopy(token->tkn_ssnkey.val, sign->mackey, token->tkn_ssnkey.len); in smb_sign_begin()
182 bcopy(sinfo->ssi_ntpwd, sign->mackey + token->tkn_ssnkey.len, in smb_sign_begin()
H A Dsmb2_signing.c161 smb2_sign_begin(smb_request_t *sr, smb_token_t *token) in smb2_sign_begin() argument
177 if (token->tkn_ssnkey.val == NULL || token->tkn_ssnkey.len == 0 || in smb2_sign_begin()
191 uint32_t ssnkey_len = MIN(token->tkn_ssnkey.len, SMB2_KEYLEN); in smb2_sign_begin()
194 token->tkn_ssnkey.val, ssnkey_len, in smb2_sign_begin()
201 token->tkn_ssnkey.val, ssnkey_len, in smb2_sign_begin()
215 bcopy(token->tkn_ssnkey.val, sign_key->key, in smb2_sign_begin()
216 MIN(token->tkn_ssnkey.len, sign_key->len)); in smb2_sign_begin()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdladm.c898 dladm_str2pri(char *token, mac_priority_level_t *pri) in dladm_str2pri() argument
900 if (strlen(token) == strlen("low") && in dladm_str2pri()
901 strncasecmp(token, "low", strlen("low")) == 0) { in dladm_str2pri()
903 } else if (strlen(token) == strlen("medium") && in dladm_str2pri()
904 strncasecmp(token, "medium", strlen("medium")) == 0) { in dladm_str2pri()
906 } else if (strlen(token) == strlen("high") && in dladm_str2pri()
907 strncasecmp(token, "high", strlen("high")) == 0) { in dladm_str2pri()
945 dladm_str2protect(char *token, uint32_t *ptype) in dladm_str2protect() argument
952 if (strcmp(token, lp->lp_name) == 0) { in dladm_str2protect()
994 dladm_str2ipv4addr(char *token, void *addr) in dladm_str2ipv4addr() argument
[all …]
H A Dlibdlaggr.c782 char *token = NULL; in dladm_aggr_str2policy() local
787 while ((token = strtok_r((token == NULL) ? (char *)str : NULL, ",", in dladm_aggr_str2policy()
791 if (strcasecmp(token, pol->pol_name) == 0) { in dladm_aggr_str2policy()
H A Dlibdlflow.c131 char *token; in dladm_flow_parse_db() local
139 if ((token = strtok_r(line, " \t", &lasts)) == NULL) in dladm_flow_parse_db()
142 if (strlcpy(attr->fi_flowname, token, MAXFLOWNAMELEN) >= MAXFLOWNAMELEN) in dladm_flow_parse_db()
146 while ((token = strtok_r(NULL, " \t", &lasts)) != NULL) { in dladm_flow_parse_db()
147 if ((name = strdup(token)) == NULL) in dladm_flow_parse_db()
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README181 4064994 Add an $ISALIST token to those understood by the dynamic linker
203 4279229 Add a "release" token to those understood by the dynamic linker
437 4453398 invalid runpath token can cause ld to spin.
1425 6516808 ld.so.1's token expansion provides no escape for platforms that don't
/illumos-gate/usr/src/boot/forth/
H A Dloader.4th625 ['] include ( -- xt ) \ get the execution token of `include'
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c2816 token_t token; in set_soft_hostid() local
2867 token = kobj_lex(file, tokbuf, sizeof (tokbuf)); in set_soft_hostid()
2869 switch (token) { in set_soft_hostid()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_grammar.y50 %token DT_TOK_COMMA DT_TOK_ELLIPSIS
51 %token DT_TOK_ASGN DT_TOK_ADD_EQ DT_TOK_SUB_EQ DT_TOK_MUL_EQ
52 %token DT_TOK_DIV_EQ DT_TOK_MOD_EQ DT_TOK_AND_EQ DT_TOK_XOR_EQ DT_TOK_OR_EQ
53 %token DT_TOK_LSH_EQ DT_TOK_RSH_EQ DT_TOK_QUESTION DT_TOK_COLON
54 %token DT_TOK_LOR DT_TOK_LXOR DT_TOK_LAND
55 %token DT_TOK_BOR DT_TOK_XOR DT_TOK_BAND DT_TOK_EQU DT_TOK_NEQ
56 %token DT_TOK_LT DT_TOK_LE DT_TOK_GT DT_TOK_GE DT_TOK_LSH DT_TOK_RSH
57 %token DT_TOK_ADD DT_TOK_SUB DT_TOK_MUL DT_TOK_DIV DT_TOK_MOD
58 %token DT_TOK_LNEG DT_TOK_BNEG DT_TOK_ADDADD DT_TOK_SUBSUB
59 %token DT_TOK_PREINC DT_TOK_POSTINC DT_TOK_PREDEC DT_TOK_POSTDEC
[all …]
/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Dudat_sr_parser.c100 DAT_SR_TOKEN token; member
229 DAT_SR_TOKEN *token);
234 DAT_SR_TOKEN *token);
239 DAT_SR_TOKEN *token);
244 DAT_SR_TOKEN *token,
250 DAT_SR_TOKEN *token,
402 DAT_SR_TOKEN token; in dat_sr_parse_eof() local
404 if (DAT_SUCCESS != dat_sr_get_token(file, &token)) { in dat_sr_parse_eof()
408 if (DAT_SR_TOKEN_EOF == token.type) { in dat_sr_parse_eof()
411 (void) dat_sr_put_token(file, &token); in dat_sr_parse_eof()
[all …]
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_misc.c105 !__xdr_gss_buf(xdrs, &init_res->token))
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotManager.c282 unsigned char *token; in meta_slotManager_find_object_token() local
298 token = metaslot_config.keystore_token; in meta_slotManager_find_object_token()
299 token_str_len = strlen((char *)token); in meta_slotManager_find_object_token()
300 (void) memset(token + token_str_len, ' ', in meta_slotManager_find_object_token()
307 if (strncmp((char *)token, (char *)tokeninfo.label, in meta_slotManager_find_object_token()
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dmkopts.tcl13 foreach token [split $line { }] {
14 if {![regexp {(([a-zA-Z]+)_)?([_a-zA-Z]+)} $token all px p2 name]} continue
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dmain.test164 BOGUS token
259 } {1 {unrecognized token: "!!"}}
267 } {1 {unrecognized token: "@"}}
H A Dmisc2.test185 # an incomplete token, which caused problem. The solution was to just call
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in252 ** The algorithm is simple. If the last token other than spaces
H A DsqliteInt.h689 Token token; /* An operand token */ member
/illumos-gate/usr/src/lib/libpri/common/
H A Dpri.c132 pri_get(uint8_t wait, uint64_t *token, uint64_t **buf, in pri_get() argument
147 if (ioctl(pri_fd, DSPRI_WAIT, token) < 0) { in pri_get()
162 *token = pri_info.token; in pri_get()
188 if (pri_info2.token != pri_info.token) in pri_get()
191 } while (pri_info2.token != pri_info.token); in pri_get()
195 *token = pri_info.token; in pri_get()
H A Dpri.h42 extern ssize_t pri_get(uint8_t wait, uint64_t *token, uint64_t **buf,
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.h629 const char **end_ret, object_dn_token *token);
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddsparse.c47 char *p, *line, *token, **toks; in ldap_next_line_tokens() local
63 while (( token = next_token( &p )) != NULL ) { in ldap_next_line_tokens()
70 toks[ tokcnt ] = token; in ldap_next_line_tokens()
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c428 char *token; in fs_parse_optlist_for_option() local
439 token = strtok(optlist_copy, delimiter); in fs_parse_optlist_for_option()
443 if (token == NULL) { in fs_parse_optlist_for_option()
446 } else if ((return_value = is_option(token, opt, errp)) != NULL) { in fs_parse_optlist_for_option()
451 while (token != NULL) { in fs_parse_optlist_for_option()
452 token = NULL; in fs_parse_optlist_for_option()
453 token = strtok(NULL, delimiter); in fs_parse_optlist_for_option()
459 if (token == NULL) { in fs_parse_optlist_for_option()
463 is_option(token, opt, errp)) != NULL) { in fs_parse_optlist_for_option()
/illumos-gate/usr/src/lib/libfru/include/
H A DStr.h65 char tokenize(Str& token, const Str& separators, Str& remainder);
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dcommp_util.c61 char token, boolean_t last) in commp_find_token() argument
65 if (!last && (**current == token)) in commp_find_token()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c332 #define YYBACKUP(token, value) \ argument
335 { yychar = (token), yylval = (value); \

12345678910>>...19