Searched defs:token (Results 176 - 200 of 258) sorted by relevance

1234567891011

/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2_var.h55 uint32_t token; /* arbitrary identifier */ member in struct:iwk_dma_area
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_var.h55 uint32_t token; /* arbitrary identifier */ member in struct:iwp_dma_area
/illumos-gate/usr/src/uts/sun4u/pcbe/
H A Dopl_pcbe.c90 void *token);
91 static void opl_pcbe_program(void *token);
93 static void opl_pcbe_sample(void *token);
660 uint_t nattrs, kcpc_attr_t *attrs, void **data, void *token)
687 if (((other_config = kcpc_next_config(token, NULL, NULL)) != NULL) &&
712 opl_pcbe_program(void *token) argument
724 firstconfig = tmp = kcpc_next_config(token, NULL, NULL);
731 tmp = kcpc_next_config(token, tmp, NULL);
734 panic("opl_pcbe: token %p has no configs", token);
659 opl_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
807 opl_pcbe_sample(void *token) argument
[all...]
H A Dus234_pcbe.c91 void *token);
92 static void us_pcbe_program(void *token);
94 static void us_pcbe_sample(void *token);
765 uint_t nattrs, kcpc_attr_t *attrs, void **data, void *token)
792 if (((other_config = kcpc_next_config(token, NULL, NULL)) != NULL) &&
817 us_pcbe_program(void *token) argument
826 if ((pic0 = (us_pcbe_config_t *)kcpc_next_config(token, NULL, NULL)) ==
828 panic("us_pcbe: token %p has no configs", token);
830 if ((pic1 = kcpc_next_config(token, pic
764 us_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
894 us_pcbe_sample(void *token) argument
[all...]
/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
H A Dp123_pcbe.c98 void *token);
99 static void ptm_pcbe_program(void *token);
101 static void ptm_pcbe_sample(void *token);
731 void *token)
898 ptm_pcbe_program(void *token) argument
905 if ((pic0 = kcpc_next_config(token, NULL, NULL)) == NULL)
906 panic("ptm_pcbe: token %p has no configs", token);
908 if ((pic1 = kcpc_next_config(token, pic0, NULL)) == NULL)
922 if (kcpc_allow_nonpriv(token))
729 ptm_pcbe_configure(uint_t picnum, char *eventname, uint64_t preset, uint32_t flags, uint_t nattrs, kcpc_attr_t *attrs, void **data, void *token) argument
961 ptm_pcbe_sample(void *token) argument
[all...]
/illumos-gate/usr/src/cmd/logins/
H A Dlogins.c1257 char *token; /* Token extracted by strtok() */ local
1473 if (token = strtok(l_arg, ",")) {
1475 plogin->loginname = token;
1480 while (token = strtok(NULL, ",")) {
1482 plogin->loginname = token;
1514 if (token = strtok(g_arg, ",")) {
1516 pgrp->groupname = token;
1521 while (token = strtok(NULL, ",")) {
1523 pgrp->groupname = token;
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c610 token_type token; local
666 &begin_token, &end_token, &token);
671 if (token != string_token) {
791 object_dn_token token; local
808 s = get_next_object_dn_token(&s_begin, &s_end, &token);
812 if (token == dn_no_token || token == dn_semi_token) {
819 if (token == dn_no_token)
832 if (token == dn_semi_token)
837 if (token
[all...]
H A Dnis_parse_ldap_util.c1752 * Get the next token in parsing object_dn
1755 * position of beginning next token after
1756 * token
1765 object_dn_token *token)
1833 *token = t;
1840 * Get the next token in parsing mapping attribute
1843 * position of beginning next token after
1844 * token
1933 * Skip over the specified token - An error is set if
1934 * next token doe
1762 get_next_object_dn_token( const char **begin_ret, const char **end_ret, object_dn_token *token) argument
[all...]
/illumos-gate/usr/src/cmd/format/
H A Dstartup.c77 static void datafile_error(char *errmsg, char *token);
397 TOKEN token; local
418 status = sup_gettoken(token);
433 datafile_error("Expecting keyword, found '%s'", token);
437 * Clean up the token and see which keyword it is. Call
440 clean_token(cleaned, token);
471 TOKEN token; local
480 status = sup_gettoken(token);
482 datafile_error("Expecting '=', found '%s'", token);
492 status = sup_gettoken(token);
535 TOKEN token, cleaned, ident; local
812 TOKEN token; local
937 TOKEN token, cleaned, disk, ctlr, ident; local
2353 datafile_error(char *errmsg, char *token) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c81 #define EQ(val) (strcmp(token, val) == 0)
238 char *token; variable
689 pr_err("unknown token type: %s", hostname);
1370 pf_ipaddr_match(dir, token, IPV4_ONLY);
1382 pf_ipaddr_match(dir, token, IPV6_ONLY);
1434 pf_netaddr_match(dir, token);
1473 pf_etheraddr_match(dir, token);
1475 pf_ipaddr_match(dir, token, IPV4_AND_IPV6);
1477 pf_ipaddr_match(dir, token, IPV4_ONLY);
1479 pf_ipaddr_match(dir, token, IPV6_ONL
[all...]
/illumos-gate/usr/src/common/ficl/softcore/
H A Dlz4.c533 BYTE *token; local
561 token = op++;
569 *token = (RUN_MASK << ML_BITS);
575 *token = (length << ML_BITS);
618 *token += ML_MASK;
630 *token += len;
644 token = op++;
645 *token = 0;
726 BYTE *token; local
754 token
928 unsigned token; local
[all...]
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_token.c63 * pointer to au_membuf chain containing a header token.
71 char data_header = AUT_HEADER64; /* header for this token */
77 char version = TOKEN_VERSION; /* version of token family */
82 adr_char(&adr, &data_header, 1); /* token ID */
106 char data_header = AUT_HEADER64_EX; /* header for this token */
112 char version = TOKEN_VERSION; /* version of token family */
117 adr_char(&adr, &data_header, 1); /* token ID */
139 * pointer to au_membuf chain containing a trailer token.
146 char data_header = AUT_TRAILER; /* header for this token */
152 adr_char(&adr, &data_header, 1); /* token I
344 token_t *token; /* local au_membuf */ local
410 token_t *token; /* local au_membuf */ local
448 token_t *token; /* local au_membuf */ local
507 token_t *token; /* local au_membuf */ local
542 token_t *token; /* local au_membuf */ local
574 token_t *token; /* local au_membuf */ local
702 token_t *token; /* local au_membuf */ local
1088 token_t *token, *m; local
1155 token_t *token, *m; local
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dlz4.c556 BYTE *token; local
584 token = op++;
592 *token = (RUN_MASK << ML_BITS);
598 *token = (length << ML_BITS);
641 *token += ML_MASK;
653 *token += len;
667 token = op++;
668 *token = 0;
749 BYTE *token; local
777 token
943 unsigned token; local
1067 unsigned token; local
[all...]
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c206 char *token; local
254 while ((token = _sa_get_token(bp)) != NULL) {
256 args[argc++] = token;
H A Dlibshare.c429 char *token; local
434 while ((token = strtok(str, ",")) != NULL) {
435 if (strcmp(token, proto) == 0) {
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_common.c2239 char *token, *lasts, *value = NULL; local
2263 if ((token = strtok_r(attrs[i], "=", &lasts)) == NULL) {
2266 if (strcasecmp(token, attrptr->attrname) == 0) {
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c132 static char *tok_err = "Unexpected token '%s'\n";
188 /* return the next token from the given driver.conf file, or -1 on error */
195 token_t token; local
209 token = T_EQUALS;
212 token = T_AMPERSAND;
215 token = T_BIT_OR;
218 token = T_STAR;
221 token = T_POUND;
224 token = T_COLON;
227 token
445 token_t token; local
642 token_t token; local
1874 token_t token; local
[all...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.c2448 * Description: searches string for token, returns a newly-allocated
2450 * including, token. for example
2454 * token - character to split on
2457 * token, if token appears in path. Otherwise,
2461 get_startof_string(char *path, char token) argument
2470 p2 = strchr(p, token);
2482 * Description: searches string for token, returns a
2484 * starting at character following token, to end of
2491 * token
2499 get_endof_string(char *path, char token) argument
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dpp.h69 #define PPTOKSIZ ((PPBUFSIZ/2)-1) /* max token size */
225 * (N_PP+30) is the largest valid pp token
236 * NOTE: preserve the token ranges and encodings for is*(x)
282 * identifier and invalid token
362 int value; /* keyword token value */
403 char* token; /* pplex() token name */ member in struct:ppglobals
H A Dpplib.h211 int token; /* emitted tokens */ member in struct:counter
218 char token[1]; /* matching token */ member in struct:pptuple
322 char* toknxt; /* '\0' of pp.token */ \
478 #define MAXTOKEN PPTOKSIZ /* maximum token size */
535 #define TOK_BUILTIN (1<<0) /* last token was #( */
536 #define TOK_FORMAL (1<<1) /* last token was arg formal id */
537 #define TOK_ID (1<<2) /* last token was identifier */
538 #define TOK_TOKCAT (1<<3) /* last token was ## */
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c631 char *token; local
645 token = tokenizer(buf, "#", &field, &matched);
647 token = tokenizer(buf, ":", &field, &matched);
648 if (token != 0x00) {
649 token = tokenizer(token, "|", &item, &matched);
650 while (token != 0x00) {
651 if (strcmp(token, cont_desc_str) == 0) {
655 token = tokenizer(item, "|", &item, &matched);
668 token
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c625 char *token; local
641 token = tokenizer(buf, "#", &field, &matched);
643 token = tokenizer(buf, ":", &field, &matched);
644 if (token != 0x00) {
645 token = tokenizer(token, "|", &item, &matched);
646 while (token != 0x00) {
647 if (strcmp(token, cont_desc_str) == 0) {
651 token = tokenizer(item, "|", &item, &matched);
664 token
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c2445 char *nlp, *line, *token, *lasts, *buf; local
2487 while ((token = strtok_r(line, " \t", &lasts)) != NULL) {
2489 if (STREQ("group", token) &&
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,

Completed in 121 milliseconds

1234567891011