Searched refs:token_t (Results 1 - 25 of 37) sorted by relevance

12

/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...]
H A Daudit_token.c65 token_t *
69 token_t *m; /* au_membuf pointer */
98 token_t *
102 token_t *m; /* au_membuf pointer */
141 token_t *
145 token_t *m; /* au_membuf pointer */
170 token_t *
174 token_t *m; /* au_membuf pointer */
245 static token_t *au_to_any_process(char, uid_t, gid_t, uid_t, gid_t,
248 token_t *
[all...]
H A Daudit_path.c59 token_t *m;
63 if (m == (token_t *)0)
66 for (i = 0; m != (token_t *)0; m = m->next_buf)
71 token_t *
102 token_t *
104 token_t *chain;
105 token_t *m;
107 token_t *mbp;
109 if (chain == (token_t *)0)
112 if (m == (token_t *)
[all...]
H A Daudit_io.c76 token_t *m;
82 au_write(caddr_t *d, token_t *m)
88 if (m == (token_t *)0) {
107 token_t *dchain; /* au_membuf chain which is the tokens */
114 if ((dchain = (token_t *)*d) == (token_t *)NULL)
137 au_close_defer(token_t *dchain, int flag, au_event_t e_type, au_emod_t e_mod,
231 au_close_time(au_kcontext_t *kctx, token_t *dchain, int flag, au_event_t e_type,
234 token_t *record; /* au_membuf chain == the record */
236 token_t *
[all...]
H A Daudit_start.c71 token_t *rp = NULL;
260 au_close_time(kctx, (token_t *)attr->audi_ad, attr->audi_flag,
/illumos-gate/usr/src/lib/efcode/engine/
H A Dinstance.c39 token_t *
52 token_t *
56 token_t *ptr;
57 token_t offset;
60 ptr = (token_t *) POP(DS);
74 token_t *ptr;
84 token_t *ptr;
94 token_t *ptr;
104 token_t *ptr;
H A Dactions.c104 do_buffer_data(fcode_env_t *env, token_t *d, int instance)
107 token_t *buf;
116 buf = (token_t *)HERE;
119 *d = (token_t)buf;
127 token_t *d;
136 token_t *d;
139 d = (token_t *)POP(DS);
150 token_t *value_actions[NUM_DEFAULT_ACTIONS];
151 token_t value_defines[NUM_DEFAULT_ACTIONS][3] = {
152 { (token_t)
[all...]
H A Dinterp.c37 token_t target, indirect;
49 WA = (token_t *) *IP;
56 target = *((token_t *)target);
64 WA = (token_t *) target;
81 IP = (token_t *) POP(RS);
94 token_t *ip;
98 WA = (token_t *) *WA;
106 token_t *ip, *wa;
117 WA = (token_t *) POP(DS);
H A Ddebug.c45 token_t bi_ptr;
50 struct bitab *lookup_builtin(token_t);
157 if ((acf_t)_ALIGN(acf, token_t) != acf) {
162 if (*acf != (token_t)(&do_colon)) {
197 order_to_dict_list(fcode_env_t *env, token_t *order[])
209 for (j = 0; j < norder && order[j] != (token_t *)&env->forth_voc_link;
213 order[norder++] = (token_t *)&env->forth_voc_link;
222 token_t *order[MAX_ORDER+1];
224 token_t *dptr;
229 for (dptr = (token_t *)(*dpt
[all...]
H A Dforth.c286 IP = (token_t *)POP(RS);
484 token_t *d = *ORDER;
878 if ((((token_t)HERE) & (sizeof (token_t) - 1)) != 0) {
1757 token_t *prev = (token_t *)POP(DS);
1760 *prev = (token_t)HERE;
1764 #define BRANCH_IP(ipp) ((token_t *)(*((token_t *)(ipp))))
1807 IP = (token_t *)PO
[all...]
H A Dinit.c116 env->order = MALLOC(MAX_ORDER * sizeof (token_t));
H A Dinterface.c242 env->order = MALLOC(MAX_ORDER * sizeof (token_t));
243 memcpy(env->order, src->order, MAX_ORDER * sizeof (token_t));
/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_open.c53 static token_t **au_d;
62 token_t **au_d_new;
67 au_d_new = (token_t **)calloc(au_d_required_length,
84 if (au_d[d] == (token_t *)0) {
85 au_d[d] = (token_t *)&au_d;
111 au_write(int d, token_t *m)
113 token_t *mp;
117 if (m == (token_t *)0)
120 if ((d >= au_d_length) || (au_d[d] == (token_t *)0)) {
123 } else if (au_d[d] == (token_t *)
[all...]
H A Dau_to.c49 token_t *au_to_arg(char n, char *text, uint32_t v);
51 token_t *au_to_return(char number, uint32_t value);
54 static token_t *au_to_exec(char **, char);
56 static token_t *
59 token_t *token; /* Resultant token */
61 if ((token = (token_t *)malloc(sizeof (token_t))) == NULL)
77 token_t *
81 token_t *token; /* token pointer */
118 token_t *
[all...]
H A Dlibbsm.h140 extern int au_write(int, token_t *);
/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...]
H A Dproto.h267 void define_actions(fcode_env_t *env, int n, token_t *array);
394 token_t *alloc_instance_data(fcode_env_t *, int, int, int *);
401 void install_actions(fcode_env_t *env, token_t *table);
H A Dprivate.h134 token_t *get_instance_address(fcode_env_t *);
/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/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);
H A Dfcal_leds_thread.c50 static void set_led(int diskNo, token_t led_tok, led_dtls_t *dtls);
51 static int set_clr_led(int diskNo, token_t led_tok, led_dtls_t *dtls, int set);
52 void set_led(int diskNo, token_t led_tok, led_dtls_t *dtls);
53 void clr_led(int diskNo, token_t led_tok, led_dtls_t *dtls);
434 set_clr_led(int diskNo, token_t led_tok, led_dtls_t *dtls, int set)
489 set_led(int diskNo, token_t led_tok, led_dtls_t *dtls)
499 clr_led(int diskNo, token_t led_tok, led_dtls_t *dtls)
H A Dfc_led_parse.c42 static token_t get_token(char **pptr, int lineNo, actfun_t *fun);
115 static token_t
425 token_t tok;
494 token_t tok;
/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/uts/common/io/usb/usba/
H A Dusba_devdb.c137 static token_t
140 token_t token;
484 token_t token;
/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

Completed in 459 milliseconds

12