Searched defs:nelemp (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/ |
H A D | smf_diag.c | 283 swde_smf_init(fmd_hdl_t *hdl, id_t id, const struct sw_disp **dpp, int *nelemp) argument 293 *nelemp = sizeof (swde_smf_disp) / sizeof (swde_smf_disp[0]);
|
H A D | smf_response.c | 502 swrp_smf_init(fmd_hdl_t *hdl, id_t id, const struct sw_disp **dpp, int *nelemp) argument 525 *nelemp = sizeof (swrp_smf_disp) / sizeof (swrp_smf_disp[0]);
|
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/panic/ |
H A D | panic_diag.c | 555 int *nelemp) 571 *nelemp = sizeof (swde_panic_disp) / sizeof (swde_panic_disp[0]); 554 swde_panic_init(fmd_hdl_t *hdl, id_t id, const struct sw_disp **dpp, int *nelemp) argument
|
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_list.c | 94 int *nelemp, 105 if (*llpp != NULL || *nelemp != 0) { 242 *nelemp = n; 90 do_list( apid_t *apidp, scfga_cmd_t cmd, ldata_list_t **llpp, int *nelemp, char **errstring) argument
|
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_list.c | 170 int *nelemp, 187 if (*llpp != NULL || *nelemp != 0) { 317 *nelemp = n; 447 *nelemp = n; 483 int *nelemp, 507 if (*llpp != NULL || *nelemp != 0) { 826 *nelemp = n; 166 do_list( apid_t *apidp, fpcfga_cmd_t cmd, ldata_list_t **llpp, int *nelemp, char **errstring) argument 478 do_list_FCP_dev( const char *ap_id, uint_t flags, fpcfga_cmd_t cmd, ldata_list_t **llpp, int *nelemp, char **errstring) argument
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | driver_lyr.c | 949 char ***str_arrayp, int *nelemp) 986 *nelemp = nelem; 948 i_pack_string_array(char *str_concat, int prop_len, char ***str_arrayp, int *nelemp) argument
|
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 229 * array in "nelemp". 233 struct mnttab **mnt_arrayp, uint_t *nelemp) 280 *nelemp = nmnt; 232 build_mnttable(zlog_t *zlogp, const char *zroot, size_t zrootlen, FILE *mnttab, struct mnttab **mnt_arrayp, uint_t *nelemp) argument
|
Completed in 135 milliseconds