Searched refs:arg_p (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/libtnfprobe/ |
H A D | probe_cntl.c | 263 args_t *arg_p; in thr_create() local 277 arg_p = (args_t *)malloc(sizeof (args_t)); in thr_create() 278 assert(arg_p); in thr_create() 279 arg_p->real_func = real_func; in thr_create() 280 arg_p->real_arg = real_arg; in thr_create() 282 return ((*real_thr_create)(stk, stksize, probestart, (void *) arg_p, in thr_create() 295 args_t *arg_p; in pthread_create() local 309 arg_p = (args_t *)malloc(sizeof (args_t)); in pthread_create() 310 assert(arg_p); in pthread_create() 311 arg_p->real_func = real_func; in pthread_create() [all …]
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb.c | 157 mdb_arg_t arg_i, arg_m, arg_p, arg_r, arg_t, arg_R, arg_V; in mdb_path_alloc() local 188 arg_p.a_type = MDB_TYPE_STRING; in mdb_path_alloc() 190 arg_p.a_un.a_str = mdb_tgt_platform(mdb.m_target); in mdb_path_alloc() 192 arg_p.a_un.a_str = mdb_conf_platform(); in mdb_path_alloc() 243 mdb_argvec_append(&argv, &arg_p); in mdb_path_alloc()
|