Searched refs:arg_t (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/syseventd/daemons/syseventconfd/ |
H A D | syseventconfd.h | 64 } arg_t; typedef 86 static arg_t *init_arglist(int hint); 87 static void free_arglist(arg_t *arglist); 88 static int add_arg(arg_t *arglist, char *arg);
|
H A D | syseventconfd.c | 287 arg_t *args; in exec_cmd() 512 static arg_t * 515 arg_t *arglist; in init_arglist() 517 if ((arglist = sc_malloc(sizeof (arg_t))) == NULL) in init_arglist() 528 free_arglist(arg_t *arglist) in free_arglist() 538 add_arg(arg_t *arglist, char *arg) in add_arg()
|
/titanic_50/usr/src/common/util/ |
H A D | ffs.c | 37 #define arg_t uintmax_t macro 39 #define arg_t int macro 44 ffs(arg_t bits) in ffs()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/ |
H A D | ilbadm_import.c | 260 } arg_t; typedef 263 i_getln_to_argv(FILE *fp, arg_t **ap) in i_getln_to_argv() 269 arg_t *a = *ap; in i_getln_to_argv() 306 a = (arg_t *)malloc(sizeof (*a)); in i_getln_to_argv() 315 a = (arg_t *)realloc(a, sz); in i_getln_to_argv() 327 arg_t *a = NULL; in ilb_import_file()
|
/titanic_50/usr/src/uts/common/fs/proc/ |
H A D | prcontrol.c | 103 } arg_t; typedef 105 static int pr_control(long, arg_t *, prnode_t *, cred_t *); 108 ctlsize(long cmd, size_t resid, arg_t *argp) in ctlsize() 225 100 > 1 + sizeof (arg_t) / sizeof (long) ? \ in prwritectl() 226 100 : 1 + sizeof (arg_t) / sizeof (long) in prwritectl() 260 arg_t *argp = (arg_t *)&bufp[1]; in prwritectl() 291 pr_control(long cmd, arg_t *argp, prnode_t *pnp, cred_t *cr) in pr_control()
|
/titanic_50/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 205 arg_t.a_type = MDB_TYPE_STRING; in mdb_path_alloc() 206 arg_t.a_un.a_str = mdb.m_target ? mdb_tgt_name(mdb.m_target) : "kvm"; in mdb_path_alloc() 251 mdb_argvec_append(&argv, &arg_t); in mdb_path_alloc()
|