Searched refs:iarg (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 1276 * If no args are given (iarg->path is 0), then the default directory 1281 zpool_find_import_impl(libzfs_handle_t *hdl, importargs_t *iarg) argument 1284 int dirs = iarg->paths; 1287 char **dir = iarg->path; 1445 if (iarg->poolname != NULL) { 1451 strcmp(iarg->poolname, pname) == 0; 1452 } else if (iarg->guid != 0) { 1458 iarg->guid == this_guid; 1481 ret = get_configs(hdl, &pools, iarg->can_be_active); 1525 importargs_t iarg local 1753 importargs_t iarg = { 0 }; local [all...] |
/osnet-11/usr/src/lib/libdtrace/common/ |
H A D | dt_ident.c | 752 const dt_idops_t *ops, void *iarg, ulong_t gen) 761 attr, vers, ops, iarg, gen); 894 const dt_idops_t *ops, void *iarg, ulong_t gen) 912 idp->di_iarg = iarg; 967 const dt_idops_t *ops, void *iarg) 972 idp->di_iarg = iarg; 750 dt_idhash_insert(dt_idhash_t *dhp, const char *name, ushort_t kind, ushort_t flags, uint_t id, dtrace_attribute_t attr, uint_t vers, const dt_idops_t *ops, void *iarg, ulong_t gen) argument 892 dt_ident_create(const char *name, ushort_t kind, ushort_t flags, uint_t id, dtrace_attribute_t attr, uint_t vers, const dt_idops_t *ops, void *iarg, ulong_t gen) argument 966 dt_ident_morph(dt_ident_t *idp, ushort_t kind, const dt_idops_t *ops, void *iarg) argument
|
/osnet-11/usr/src/lib/libipadm/common/ |
H A D | libipadm.c | 1330 ipmgmt_prof_arg_t iarg; local 1333 iarg.ia_cmd = IPMGMT_CMD_INIT_PROFILE; 1334 (void) strlcpy(iarg.ia_profile, iph->ih_profile, NETCFG_PROFILE_LEN); 1335 return (ipadm_door_call(iph, &iarg, sizeof (iarg), &rval,
|
Completed in 37 milliseconds