/titanic_50/usr/src/uts/common/c2/ |
H A D | audit_record.h | 254 typedef au_buff_t token_t; typedef 258 token_t *au_append_token(token_t *, token_t *); 259 token_t *au_set(caddr_t, uint_t); 263 #define au_getclr() ((token_t *)au_get_buff()) 266 token_t *au_to_acl(); 267 token_t *au_to_ace(); 268 token_t *au_to_attr(struct vattr *); 269 token_t *au_to_data(char, char, char, char *); 270 token_t *au_to_header(int, au_event_t, au_emod_t); 271 token_t *au_to_header_ex(int, au_event_t, au_emod_t); [all …]
|
H A D | audit_token.c | 65 token_t * 69 token_t *m; /* au_membuf pointer */ in au_to_header() 98 token_t * 102 token_t *m; /* au_membuf pointer */ in au_to_header_ex() 141 token_t * 145 token_t *m; /* au_membuf pointer */ in au_to_trailer() 170 token_t * 174 token_t *m; /* au_membuf pointer */ in au_to_data() 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; in au_token_size() 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; in au_append_token() 105 token_t *m; 107 token_t *mbp; 109 if (chain == (token_t *)0) 112 if (m == (token_t *)0) [all …]
|
H A D | audit_io.c | 76 token_t *m; in au_uwrite() 82 au_write(caddr_t *d, token_t *m) in au_write() 88 if (m == (token_t *)0) { in au_write() 107 token_t *dchain; /* au_membuf chain which is the tokens */ in au_close() 114 if ((dchain = (token_t *)*d) == (token_t *)NULL) in au_close() 137 au_close_defer(token_t *dchain, int flag, au_event_t e_type, au_emod_t e_mod, in au_close_defer() 231 au_close_time(au_kcontext_t *kctx, token_t *dchain, int flag, au_event_t e_type, in au_close_time() 234 token_t *record; /* au_membuf chain == the record */ in au_close_time() 236 token_t *m; /* for potential sequence token */ in au_close_time() 622 token_t *cAR; /* current AR being processed */ in au_doorio() [all …]
|
H A D | audit_start.c | 71 token_t *rp = NULL; in audit_init_module() 260 au_close_time(kctx, (token_t *)attr->audi_ad, attr->audi_flag, in audit_finish()
|
H A D | audit.c | 736 token_t *ad = NULL; in audit_closef() 1284 token_t *rp = NULL; in audit_enterprom() 1318 token_t *rp = NULL; in audit_exitprom() 1803 token_t *ad = NULL; in audit_cryptoadm() 1955 token_t *ad = NULL; in audit_kssl() 2038 token_t *ad = NULL; in audit_pf_policy() 2121 token_t *ztoken; in audit_pf_policy()
|
/titanic_50/usr/src/lib/efcode/engine/ |
H A D | actions.c | 104 do_buffer_data(fcode_env_t *env, token_t *d, int instance) in do_buffer_data() 107 token_t *buf; in do_buffer_data() 116 buf = (token_t *)HERE; in do_buffer_data() 119 *d = (token_t)buf; in do_buffer_data() 127 token_t *d; in ibuffer_init() 136 token_t *d; in buffer_init() 139 d = (token_t *)POP(DS); in buffer_init() 150 token_t *value_actions[NUM_DEFAULT_ACTIONS]; 151 token_t value_defines[NUM_DEFAULT_ACTIONS][3] = { 152 { (token_t)&value_fetch, (token_t)&value_store, (token_t)&noop }, [all …]
|
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) { in paren_debug() 162 if (*acf != (token_t)(&do_colon)) { in paren_debug() 197 order_to_dict_list(fcode_env_t *env, token_t *order[]) in order_to_dict_list() 209 for (j = 0; j < norder && order[j] != (token_t *)&env->forth_voc_link; in order_to_dict_list() 213 order[norder++] = (token_t *)&env->forth_voc_link; in order_to_dict_list() 222 token_t *order[MAX_ORDER+1]; in search_all_dictionaries() 224 token_t *dptr; in search_all_dictionaries() 229 for (dptr = (token_t *)(*dptr); dptr; in search_all_dictionaries() [all …]
|
H A D | instance.c | 39 token_t * 52 token_t * 56 token_t *ptr; in get_instance_address() 57 token_t offset; in get_instance_address() 60 ptr = (token_t *) POP(DS); in get_instance_address() 74 token_t *ptr; in fetch_instance_data() 84 token_t *ptr; in set_instance_data() 94 token_t *ptr; in address_instance_data() 104 token_t *ptr; in instance_variable()
|
H A D | interp.c | 37 token_t target, indirect; in do_run() 49 WA = (token_t *) *IP; in do_run() 56 target = *((token_t *)target); in do_run() 64 WA = (token_t *) target; in do_run() 81 IP = (token_t *) POP(RS); in do_semi() 94 token_t *ip; in do_alias() 98 WA = (token_t *) *WA; in do_alias() 106 token_t *ip, *wa; in execute() 117 WA = (token_t *) POP(DS); in execute()
|
H A D | forth.c | 286 IP = (token_t *)POP(RS); in f_exit() 484 token_t *d = *ORDER; in do_also() 878 if ((((token_t)HERE) & (sizeof (token_t) - 1)) != 0) { in token_roundup() 1757 token_t *prev = (token_t *)POP(DS); in bresolve() 1760 *prev = (token_t)HERE; in bresolve() 1764 #define BRANCH_IP(ipp) ((token_t *)(*((token_t *)(ipp)))) 1807 IP = (token_t *)POP(RS); in do_bleave() 1910 IP = (token_t *)endpt; in do_bqdo() 2022 token_t *dptr; in install_does() 2024 dptr = (token_t *)LINK_TO_ACF(env->lastlink); in install_does() [all …]
|
H A D | interface.c | 242 env->order = MALLOC(MAX_ORDER * sizeof (token_t)); in clone_environment() 243 memcpy(env->order, src->order, MAX_ORDER * sizeof (token_t)); in clone_environment()
|
H A D | init.c | 116 env->order = MALLOC(MAX_ORDER * sizeof (token_t)); in _init()
|
/titanic_50/usr/src/lib/libbsm/common/ |
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 */ in get_token() 61 if ((token = (token_t *)malloc(sizeof (token_t))) == NULL) in get_token() 77 token_t * 81 token_t *token; /* token pointer */ in au_to_header() 118 token_t * 122 token_t *token; /* token pointer */ in au_to_header_ex() [all …]
|
H A D | au_open.c | 53 static token_t **au_d; 62 token_t **au_d_new; in au_open() 67 au_d_new = (token_t **)calloc(au_d_required_length, in au_open() 84 if (au_d[d] == (token_t *)0) { in au_open() 85 au_d[d] = (token_t *)&au_d; in au_open() 111 au_write(int d, token_t *m) in au_write() 113 token_t *mp; in au_write() 117 if (m == (token_t *)0) in au_write() 120 if ((d >= au_d_length) || (au_d[d] == (token_t *)0)) { in au_write() 123 } else if (au_d[d] == (token_t *)&au_d) { in au_write() [all …]
|
/titanic_50/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 **order; /* Voc. search order */ [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);
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | kobj_lex.h | 75 } token_t; typedef 105 token_t kobj_lex(struct _buf *file, char *val, size_t size);
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/ |
H A D | fcal_leds.h | 214 } token_t; typedef 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) in set_clr_led() 489 set_led(int diskNo, token_t led_tok, led_dtls_t *dtls) in set_led() 499 clr_led(int diskNo, token_t led_tok, led_dtls_t *dtls) in clr_led()
|
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; in act_led_id() 494 token_t tok; in fc_led_parse()
|
/titanic_50/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_configfile.c | 92 } token_t; typedef 271 static token_t 276 token_t token; in lex() 470 static token_t 473 token_t token; in usb_get_conf_rec() 732 token_t token = NEWLINE; in add_entry()
|
/titanic_50/usr/src/uts/common/io/usb/usba/ |
H A D | usba_devdb.c | 137 static token_t 140 token_t token; in usba_devdb_get_conf_rec() 484 token_t token; in usba_devdb_build_device_database()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | modsysfile.c | 204 token_t 210 token_t token = UNEXPECTED; in kobj_lex() 505 token_t token, op; in do_sysfile_cmd() 563 token_t tok3; in do_sysfile_cmd() 759 register token_t token, last_tok; in mod_read_system_file() 1760 token_t token; in get_hwc_spec() 2061 token_t token; in hwc_parse_now() 2149 token_t token; in make_aliases() 2266 token_t token; in read_binding_file() 2418 token_t token; in read_dacf_binding_file() [all …]
|
/titanic_50/usr/src/cmd/modload/ |
H A D | plcysubr.c | 64 } token_t; typedef 66 static token_t toktab[] = { 74 #define NTOK (sizeof (toktab)/sizeof (token_t))
|