Searched defs:arg_t (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/util/
H A Dffs.c37 #define arg_t uintmax_t macro
39 #define arg_t int macro
44 ffs(arg_t bits)
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.h64 } arg_t; typedef in typeref:struct:arg
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);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_import.c260 } arg_t; typedef in typeref:struct:__anon253
263 i_getln_to_argv(FILE *fp, arg_t **ap)
269 arg_t *a = *ap;
306 a = (arg_t *)malloc(sizeof (*a));
315 a = (arg_t *)realloc(a, sz);
327 arg_t *a = NULL;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb.c157 mdb_arg_t arg_i, arg_m, arg_p, arg_r, arg_t, arg_R, arg_V; local
205 arg_t.a_type = MDB_TYPE_STRING;
206 arg_t.a_un.a_str = mdb.m_target ? mdb_tgt_name(mdb.m_target) : "kvm";
251 mdb_argvec_append(&argv, &arg_t);
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c103 } arg_t; typedef in typeref:union:__anon142
105 static int pr_control(long, arg_t *, prnode_t *, cred_t *);
108 ctlsize(long cmd, size_t resid, arg_t *argp)
225 100 > 1 + sizeof (arg_t) / sizeof (long) ? \
226 100 : 1 + sizeof (arg_t) / sizeof (long)
260 arg_t *argp = (arg_t *)&bufp[1];
291 pr_control(long cmd, arg_t *argp, prnode_t *pnp, cred_t *cr)

Completed in 78 milliseconds