Searched defs:token_t (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dkobj_lex.h75 } token_t; typedef in typeref:enum:__anon443
78 /* string values for token_t */
105 token_t kobj_lex(struct _buf *file, char *val, size_t size);
/illumos-gate/usr/src/cmd/modload/
H A Dplcysubr.c64 } token_t; typedef in typeref:struct:token
66 static token_t toktab[] = {
74 #define NTOK (sizeof (toktab)/sizeof (token_t))
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c92 } token_t; typedef in typeref:enum:__anon2446
271 static token_t
276 token_t token;
470 static token_t
473 token_t token;
732 token_t token = NEWLINE;
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h49 typedef long token_t; /* sizeof a forth token */ typedef
72 typedef token_t variable_t;
122 token_t *vocabulary;
128 token_t *init_data; /* initialised instance data */
146 token_t *data[2];
170 token_t *ip;
180 token_t *ip; /* instruction pointer */
181 token_t *wa; /* word address */
187 token_t *current; /* current voc */
189 token_t **orde
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.h214 } token_t; typedef in typeref:enum:token
277 token_t tok;
305 void clr_led(int diskNo, token_t led_tok, led_dtls_t *dtls);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c121 } token_t; typedef in typeref:struct:token_s
129 token_t *tok; /* Token */
716 static token_t *
842 * return pointer to the matching token_t.
857 * Given a NULL terminated array of token_t(s) ordered in ascending
865 ttree_build(token_t *list, int sz)
1195 token_t *match;
1474 token_t *match;
/illumos-gate/usr/src/boot/sys/sys/bsm/
H A Daudit.h240 * Contents of token_t are opaque outside of libbsm.
242 typedef struct au_token token_t; typedef in typeref:struct:au_token
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_record.h255 typedef au_buff_t token_t; typedef
259 token_t *au_append_token(token_t *, token_t *);
260 token_t *au_set(caddr_t, uint_t);
264 #define au_getclr() ((token_t *)au_get_buff())
267 token_t *au_to_acl();
268 token_t *au_to_ace();
269 token_t *au_to_attr(struct vattr *);
270 token_t *au_to_dat
336 typedef struct token_s token_t; typedef in typeref:struct:token_s
[all...]
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c104 } token_t; typedef in typeref:enum:__anon3106
189 static token_t
195 token_t token;
445 token_t token;
642 token_t token;
1874 token_t token;

Completed in 102 milliseconds