Searched refs:token (Results 151 - 175 of 387) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.c203 BYTE token; local
207 token = *ip++;
208 if ((length = (token >> ML_BITS)) == RUN_MASK) {
258 if ((length = (token & ML_MASK)) == ML_MASK) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpcsec.c330 char *token, *line; local
351 token = getxdr_hex(token_len);
353 sprintf(line, " gss token: length = %d, data = [%d bytes]",
366 char *handle, *token, *line; local
398 token = getxdr_hex(token_len);
400 sprintf(line, " gss token: length = %d, data = [%d bytes]",
/illumos-gate/usr/src/cmd/format/
H A Dio.h92 #define TOKEN_SIZE 36 /* max length of a token */
93 typedef char TOKEN[TOKEN_SIZE+1]; /* token type */
104 void clean_token(char *cleantoken, char *token);
125 * Most recent token type
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4ext.c58 /* token storage */
59 wchar_t *token; /* buffer */ variable
/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsmka_path_int.h73 * A work token is enqueued on the workqueue (singly linked list)
79 struct work_token *next; /* pointer to next token */
127 * rsmpi_sendq_handle will be valid and the sendq token can be used for
236 #define SQ_TOKEN_TO_PATH(token) \
237 ((path_t *)((char *)(token) - ((char *)(&((path_t *)0)->sendq_token))))
241 #define WORK_TOKEN_TO_PATH(token, index) \
242 ((path_t *)((char *)(token) - \
/illumos-gate/usr/src/common/fsreparse/
H A Dfs_reparse.c43 static int reparse_add_nvpair(char *token, nvlist_t *nvl);
304 reparse_add_nvpair(char *token, nvlist_t *nvl) argument
309 if ((cp = strchr(token, ':')) == NULL)
314 err = nvlist_add_string(nvl, token, cp + 1);
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dlz4.c218 BYTE token; local
222 token = *ip++;
223 if ((length = (token >> ML_BITS)) == RUN_MASK) {
270 if ((length = (token & ML_MASK)) == ML_MASK) {
/illumos-gate/usr/src/cmd/cvcd/sparc/sun4u/starcat/
H A Dcvcd.c837 char *token; local
841 while ((token = strtok(buf, delims)) != NULL) {
844 if (strcmp(token, "cvc_hostd") == 0 ||
845 strcmp(token, "442") == 0) {
851 if (strlen(token) == 5) {
852 token++;
853 if (strcmp(token, "port") == 0) {
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_parse.c72 token tok;
247 token tok;
286 token tok;
391 token tok;
420 token tok;
433 token tok;
455 /* now peek at next token */
568 token tok;
617 token tok;
688 token to
[all...]
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.c56 #define FIRST_TOKEN 4 /* Must match the first token in the enum above */
200 xlator_start_if(const Meta_info meta_info, const int token, char *value) argument
208 switch (token) {
248 Iface.IF_type = token; /* FUNCTION or DATA */
271 xlator_take_kvpair(const Meta_info meta_info, const int token, argument
276 char *key = Keywords[token-FIRST_TOKEN].key;
282 "take_kvpair called. ext_cnt=%d token=%d key=%s value=%s",
283 meta_info.mi_ext_cnt, token, key, value);
291 switch (token) {
416 errlog(TRACING, "Filter[token
[all...]
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c73 #define FIRST_TOKEN 4 /* Must match the first token in the above enum */
214 xlator_start_if(const Meta_info m, int const token, char *value) argument
219 switch (token) {
250 if (token == XLATOR_KW_DATA) {
270 xlator_take_kvpair(Meta_info m, int const token, char *value) argument
273 char *key = Keywords[token-FIRST_TOKEN].key;
286 switch (token) {
308 retval = collect_binding(token, value, line);
524 collect_binding(int const token, char *value, int line) argument
530 Keywords[token
[all...]
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_yacc.y82 %token BASE BLOCK CD DIRECTORY TFILE FIND FILL
83 %token INODE LS OVERRIDE PROMPT PWD QUIT TAG BANG
85 %token AVD MVDS RVDS INTS FSDS ROOT
86 %token ATTZ ATYE ATMO ATDA ATHO ATMI ATSE ATCE ATHU ATMIC
87 %token CTTZ CTYE CTMO CTDA CTHO CTMI CTSE CTCE CTHU CTMIC
88 %token MTTZ MTYE MTMO MTDA MTHO MTMI MTSE MTCE MTHU MTMIC
89 %token GID LN MD MAJ MIO NM SZ UID UNIQ
90 %token DOT
91 %token NL
93 %token WOR
[all...]
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotManager.c194 * Called from meta_Initialize. Searches for the "object token," which is used
195 * for storing token objects and loging into.
201 * will be used for the match. All token and slot values defined system-wide
284 unsigned char *token; local
300 token = metaslot_config.keystore_token;
301 token_str_len = strlen((char *)token);
302 (void) memset(token + token_str_len, ' ',
309 if (strncmp((char *)token, (char *)tokeninfo.label,
331 * it is never cleared. The token could
335 * when a token change
[all...]
/illumos-gate/usr/src/lib/libtsol/common/
H A Dgetpathbylabel.c264 char *token; local
275 if ((token = strtok_r(mntopts, ",", &lasts)) != NULL) {
276 if (strcmp(token, zonematch) == 0) {
278 } else while ((token = strtok_r(NULL, ",",
280 if (strcmp(token, zonematch) == 0) {
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dksetpw.c59 char c, *vprincstr, *ktname, *token, *lasts, *newpw; local
116 token = strtok_r(optarg, ",\t,", &lasts);
118 if (token == NULL)
133 code = krb5_string_to_enctype(token,
142 } while ((token = strtok_r(NULL, ",\t ", &lasts)) !=
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_autohome.c77 smb_autohome_add(const smb_token_t *token) argument
86 if (token->tkn_flags & SMB_ATF_ANON)
89 uid = token->tkn_user.i_id;
90 gid = token->tkn_primary_grp.i_id;
93 username = token->tkn_account_name;
326 * whitespace is compressed to simplify the token parsing,
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c430 char *token; local
441 token = strtok(optlist_copy, delimiter);
445 if (token == NULL) {
448 } else if ((return_value = is_option(token, opt, errp)) != NULL) {
453 while (token != NULL) {
454 token = NULL;
455 token = strtok(NULL, delimiter);
457 * If token is NULL then then we are at the end of the list
461 if (token == NULL) {
465 is_option(token, op
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dppinput.c305 pptoken = pp.token;
307 pp.token = p = oldof(0, char, 0, n);
313 if ((pp.token = pp.toknxt) > m)
315 c = pp.token - p;
318 pp.token = p + c;
323 *pp.token++ = MARK;
324 *pp.token++ = 'X';
330 *pp.token = 0;
334 pp.token = pptoken;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcrypt.c496 char *token = NULL; local
565 token = strtok_r(line, " \t", &lasts);
566 if (token == NULL) {
569 if (strcmp(token, algname) == 0) {
578 token = strtok_r(NULL, " \t", &lasts);
579 if (token == NULL) {
590 if ((pathname = isa_path(token)) == NULL) {
667 while ((token = strtok_r(NULL, " \t", &lasts)) != NULL) {
668 alg->a_params[alg->a_nparams++] = token;
/illumos-gate/usr/src/uts/intel/pcbe/
H A Dopteron_pcbe.c99 void *token);
100 static void opt_pcbe_program(void *token);
102 static void opt_pcbe_sample(void *token);
619 uint_t nattrs, kcpc_attr_t *attrs, void **data, void *token)
723 opt_pcbe_program(void *token) argument
734 if (kcpc_allow_nonpriv(token))
743 pcfg = (opt_pcbe_config_t *)kcpc_next_config(token, pcfg, NULL);
783 opt_pcbe_sample(void *token) argument
800 pcfg = (opt_pcbe_config_t *)kcpc_next_config(token, pcfg, &tmp);
618 opt_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
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_pool.c763 int ip_pool_getnext(token, ilp, ifs)
764 ipftoken_t *token;
781 * Get "previous" entry from the token and find the next entry.
783 * If we found an entry, add a reference to it and update the token.
784 * Otherwise, zero out data to be returned and NULL out token.
789 ipo = token->ipt_data;
797 token->ipt_data = nextipo;
801 token->ipt_data = NULL;
806 node = token->ipt_data;
820 token
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_solaris.c164 char **tprinc, *ptr, *token, *t_host = NULL, *realm; local
185 token = localname;
191 if ((ptr = strchr(token, '.')) != NULL)
193 for (ptr = token; *ptr; ptr++)
200 t_len = snprintf(NULL, 0, "host/%.*s.%s@%s", HOST_TRUNC, token, domain,
206 (void) snprintf(t_host, t_len, "host/%.*s.%s@%s", HOST_TRUNC, token,
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dgenkey.c39 genkey_nss(KMF_HANDLE_T kmfhandle, char *token, char *dir, char *prefix, argument
95 if (token != NULL) {
97 KMF_TOKEN_LABEL_ATTR, token,
98 strlen(token));
108 genkey_pkcs11(KMF_HANDLE_T kmfhandle, char *token, argument
158 /* Select a PKCS11 token first */
159 kmfrv = select_token(kmfhandle, token, FALSE);
382 "k:(keystore)l:(label)T:(token)d:(dir)p:(prefix)"
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdladm.c854 dladm_str2pri(char *token, mac_priority_level_t *pri) argument
856 if (strlen(token) == strlen("low") &&
857 strncasecmp(token, "low", strlen("low")) == 0) {
859 } else if (strlen(token) == strlen("medium") &&
860 strncasecmp(token, "medium", strlen("medium")) == 0) {
862 } else if (strlen(token) == strlen("high") &&
863 strncasecmp(token, "high", strlen("high")) == 0) {
901 dladm_str2protect(char *token, uint32_t *ptype) argument
908 if (strcmp(token, lp->lp_name) == 0) {
950 dladm_str2ipv4addr(char *token, voi argument
966 dladm_str2ipv6addr(char *token, void *addr) argument
[all...]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.pm533 my $token;
544 foreach $token (@newtokens) {
545 if (!($token =~ /^[(),]$/ ||
546 $token =~ /^[[:alnum:]_.\/=+-]*$/)) {
548 'Invalid Character at or near "%s"'), $token]);
580 my $token;
596 foreach $token (@$tokens) {
598 push(@usedtokens, $token);
600 if ($token eq ',') {
609 if ($token e
[all...]

Completed in 99 milliseconds

1234567891011>>