Searched defs:token (Results 226 - 250 of 258) sorted by relevance

1234567891011

/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h635 ** Each token coming out of the lexer is an instance of
643 const char *z; /* Text of the token. Not NULL-terminated! */
645 unsigned n : 31; /* Number of characters in this token */
652 ** Expr.op is the opcode. The integer parser token codes are reused
661 ** Expr.token is the operator token for this node. For some expressions
662 ** that have subexpressions, Expr.token can be the complete text that gave
663 ** rise to the Expr. In the latter case, the token is marked as being
664 ** a compound token.
692 Token token; /* A member in struct:Expr
[all...]
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c909 * in with the character which ends the returned token. In other words,
910 * this version of strtok, in addition to returning the token, also returns
912 * end of the token.
932 if ((r = strpbrk(q, sepset)) == NULL) { /* move past token */
933 lasts = 0; /* indicate that this is last token */
3267 int token; member in struct:typetable
3281 while (tt->type != NULL && type != tt->token)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c279 { "token", NEXTARG, setiftoken, 0, AF_INET6 },
2058 * Set the address token for IPv6.
2065 struct sockaddr_in6 token; local
2067 in6_getaddr(addr, (struct sockaddr *)&token, &prefixlen);
2081 (void) memcpy(&lifr.lifr_addr, &token, sizeof (token));
3403 (void) printf("token %s/%d ",
3604 (void) printf(" token %s/%d ",
4452 "\t[ token <address>/<prefix_length> ]\n"
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c128 "\thelp [get|set|add|del|dump|flush|read|write|token|help]\n");
311 (void) printf(gettext("log into token\n"));
313 (void) printf(gettext("log out of token\n\n"));
405 int token; member in struct:objtbl
429 {"token", IKE_SVC_ERROR, {
486 {"token", IKEADM_HELP_TOKEN},
522 return (ot->token);
535 return (ot->token);
558 * Parse a PKCS#11 token get the label.
1050 /* no space between '{' and first token */
[all...]
H A Dipseckey.c275 int token; member in struct:cmdtable
308 return (ct->token);
353 int token; member in struct:typetable
380 tt->token = (int)parsenum(type, B_FALSE, ebuf);
381 if (tt->token == -1) {
384 tt->token = SADB_SATYPE_UNSPEC;
388 return (tt->token);
465 int token; member in struct:toktable
468 /* "String", token value, next arg is */
584 return (tp->token);
926 parselabel(int token, char *label) argument
1659 int next, token, sa_len, alloclen, totallen = sizeof (msg), prefix; local
2978 int next, token, sa_len; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c1122 #define EQ(val) (strcmp(token, val) == 0)
1125 char *token; variable
1132 * token in the filter expression. A token is either:
1147 * that constitute a single token e.g. "==" or ">=".
1153 * The current token is maintained in "token" and and its
1174 token = tkp;
1181 token = tkp;
1182 if (*token
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c7062 /* Parameters: type(I) - the token type to match */
7063 /* uid(I) - uid owning the token */
7064 /* ptr(I) - context pointer for the token */
7067 /* This function looks for a a token in the current list that matches up */
7096 /* Parameters: token(I) - pointer to token structure */
7099 /* This function unlinks a token structure from the linked list of tokens */
7103 static void ipf_unlinktoken(token, ifs)
7104 ipftoken_t *token;
7108 if (ifs->ifs_ipftokentail == &token
7414 ipftoken_t *token; local
7479 ipftoken_t *token; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c209 token_t token = UNEXPECTED; local
212 return (token); /* this token is UNEXPECTED */
222 token = EQUALS;
225 token = AMPERSAND;
228 token = BIT_OR;
231 token = STAR;
234 token = POUND;
237 token = COLON;
240 token
504 token_t token, op; local
758 register token_t token, last_tok; local
1395 kobj_getvalue(const char *token, u_longlong_t *valuep) argument
1763 token_t token; local
2064 token_t token; local
2152 token_t token; local
2269 token_t token; local
2421 token_t token; local
2813 token_t token; local
2959 token_t token; local
3039 token_t token; local
[all...]
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h290 uint32_t token; /* arbitrary identifier */ member in struct:__anon6474
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwvar.h188 uint32_t token; /* arbitrary identifier */ member in struct:dma_area
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h478 uint32_t token; member in struct:emlxs_ub_priv
510 uint32_t pool_first_token; /* First token */
512 uint32_t pool_last_token; /* Last token */
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c2962 static char token[10]; local
2988 name = token;
2990 (void) getfsname("root", name, sizeof (token));
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c2962 token_t token; local
3021 token = kobj_lex(file, tokbuf, sizeof (tokbuf));
3023 switch (token) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c3443 char *token; local
3464 if ((token = strtok(pstart, ",")) != NULL) {
3465 PRTDBG(("rates[0]: %s\n", token));
3466 rates[0] = rates_convert(token);
3468 while ((token = strtok(NULL, ",")) != NULL) {
3469 PRTDBG(("rates[%d]: %s\n", i, token));
3470 rates[i++] = rates_convert(token);
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h360 uint32_t token; /* arbitrary identifier */ member in struct:__anon4960
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c1790 importing_token_t *prev, *token = NULL; local
1800 token = importer_list.bucket[index];
1802 prev = token;
1803 while (token != NULL) {
1804 if (token->importing_node == node &&
1805 token->import_segment_cookie == cookie) {
1806 if (prev == token)
1807 importer_list.bucket[index] = token->next;
1809 prev->next = token->next;
1810 kmem_free((void *)token, sizeo
3446 importing_token_t *prev_token, *token, *tmp_token, *tokp; local
5688 importing_token_t *token; local
5753 importing_token_t *token; local
7027 importing_token_t *token = NULL; local
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn.c3328 uint_t token; local
3345 token = IDN_RETRY_TOKEN(domid, IDN_RETRY_TYPEALL);
3347 (void) idn_retry_terminate(token);
H A Didn_proto.c78 static void idn_retry_submit(void (*func)(uint_t token, void *arg),
79 void *arg, uint_t token, clock_t ticks);
202 static void idn_retry_nego(uint_t token, void *arg);
218 static void idn_retry_con(uint_t token, void *arg);
235 static void idn_retry_fin(uint_t token, void *arg);
861 uint_t token; local
887 token = IDN_RETRY_TOKEN(domid, IDN_RETRY_TYPEALL);
888 (void) idn_retry_terminate(token);
1283 idn_retry_query(uint_t token, void *arg) argument
1285 idn_retry_t rtype = IDN_RETRY_TOKEN2TYPE(token);
1589 idn_retry_nego(uint_t token, void *arg) argument
2045 uint_t token; local
2168 uint_t token; local
2222 uint_t token; local
2461 uint_t token; local
2569 uint_t token; local
2610 idn_retry_con(uint_t token, void *arg) argument
2734 uint_t token; local
2825 uint_t token; local
2845 uint_t token; local
2859 uint_t token = IDN_RETRY_TOKEN(domid, IDNRETRY_CON); local
3112 uint_t token; local
3123 uint_t token; local
3232 idn_retry_fin(uint_t token, void *arg) argument
3689 uint_t token; local
3772 uint_t token; local
3916 uint_t token; local
4007 uint_t token; local
4027 uint_t token; local
4044 uint_t token = IDN_RETRY_TOKEN(domid, IDNRETRY_FIN); local
4292 uint_t token; local
4445 uint_t token; local
9201 uint_t token; local
9287 uint_t token; local
9548 idn_retry_submit(void (*func)(uint_t token, void *arg), void *arg, uint_t token, clock_t ticks) argument
9604 idn_retry_terminate(uint_t token) argument
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c2853 /* Clear the token array */
2972 ub_priv->token = port->ub_count;
3033 "fca_ub_alloc failed: Freed buffer=%p token=%x size=%x "
3034 "type=%x ", ubp, ub_priv->token, ubp->ub_bufsize, type);
3150 "token[0]=%p",
3160 "fca_ub_release failed: No pools! count=%d token[0]=%p",
3193 "token=%x",
3194 ubp, ub_priv->token);
3223 "fca_ub_release: ubp=%p token=%x time=%d av=%d "
3225 ubp, ub_priv->token, tim
10489 emlxs_ub_find(emlxs_port_t *port, uint32_t token) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c2161 char *str, *token; local
2181 for (token = strtok_r(str, " \n\t", &next); token != NULL;
2182 token = strtok_r(NULL, " \n\t", &next)) {
2183 if ((err = vrrpd_readprop(token, conf)) != VRRP_SUCCESS)
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1483 zfs_send_resume_token_to_nvlist(libzfs_handle_t *hdl, const char *token) argument
1490 * Decode token header, which is:
1491 * <token version>-<checksum of payload>-<uncompressed payload length>
1492 * Note that the only supported token version is 1.
1494 nread = sscanf(token, "%u-%llx-%llx-",
1498 "resume token is corrupt (invalid format)"));
1504 "resume token is corrupt (invalid version %u)"),
1510 token = strrchr(token, '-') + 1;
1511 int len = strlen(token) /
[all...]
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h295 uint32_t token; /* arbitrary identifier */ member in struct:dma_area
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c9236 opaque_t token = NULL; local
9260 token = scsi_watch_request_submit(ST_SCSI_DEVP,
9263 if (token == NULL) {
9269 un->un_swr_token = token;
9363 if (token) {
9364 (void) scsi_watch_request_terminate(token,
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_var.h446 uint32_t token; /* arbitrary identifier */ member in struct:dma_area
/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...]

Completed in 229 milliseconds

1234567891011