Searched defs:l_err (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c1555 int rv, l_err; local
1561 &l_err) != ICFGA_OK) {
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c2118 * l_err - ptr to an error code. Set when NULL is returned.
2149 * NULL and l_err is set otherwise.
2152 g_dev_map_init(char *path, int *l_err, int flag) argument
2171 if (l_err == NULL) {
2176 *l_err = L_INVALID_PATH;
2180 *l_err = 0;
2198 *l_err = L_INVALID_PATH;
2233 *l_err = L_INVALID_PATH;
2241 *l_err = L_LSTAT_ERROR;
2256 *l_err
2865 g_get_first_dev(gfc_dev_t map, int *l_err) argument
2897 g_get_next_dev(gfc_dev_t map_dev, int *l_err) argument
3078 g_get_first_dev_prop(gfc_dev_t map_dev, int *l_err) argument
3110 g_get_next_dev_prop(gfc_prop_t map_prop, int *l_err) argument
3142 g_get_dev_prop_name(gfc_prop_t map_prop, int *l_err) argument
3170 g_get_dev_prop_type(gfc_prop_t map_prop, int *l_err) argument
[all...]

Completed in 67 milliseconds