| /illumos-gate/usr/src/uts/common/c2/ |
| H A D | audit_record.h | 255 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 D | audit_token.c | 65 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 D | audit_path.c | 59 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 D | audit_io.c | 76 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 D | audit_start.c | 71 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 D | instance.c | 39 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 D | actions.c | 104 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 D | interp.c | 37 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 D | debug.c | 45 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 D | forth.c | 286 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 D | init.c | 116 env->order = MALLOC(MAX_ORDER * sizeof (token_t));
|
| H A D | interface.c | 242 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 D | au_open.c | 53 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 D | au_to.c | 49 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 D | libbsm.h | 140 extern int au_write(int, token_t *);
|
| /illumos-gate/usr/src/lib/efcode/include/fcode/ |
| H A D | engine.h | 49 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 D | proto.h | 267 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 D | private.h | 134 token_t *get_instance_address(fcode_env_t *);
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | kobj_lex.h | 75 } 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 D | fcal_leds.h | 214 } 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 D | fcal_leds_thread.c | 50 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 D | fc_led_parse.c | 42 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 D | cfga_configfile.c | 92 } 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 D | usba_devdb.c | 137 static token_t 140 token_t token; 484 token_t token;
|
| /illumos-gate/usr/src/boot/sys/sys/bsm/ |
| H A D | audit.h | 240 * Contents of token_t are opaque outside of libbsm. 242 typedef struct au_token token_t; typedef in typeref:struct:au_token
|