Searched refs:contp (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/format/ |
H A D | menu_developer.c | 103 struct ctlr_info *contp; in dv_cont() local 105 contp = ctlr_list; in dv_cont() 106 while (contp != NULL) { in dv_cont() 109 contp->ctlr_ctype->ctype_name); in dv_cont() 111 contp->ctlr_cname, contp->ctlr_dname); in dv_cont() 113 contp->ctlr_ctype->ctype_ctype); in dv_cont() 114 contp = contp->ctlr_next; in dv_cont()
|
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | efx_vpd.c | 294 __inout unsigned int *contp) in efx_vpd_next() argument 302 if ((rc = evpdop->evpdo_next(enp, data, size, evvp, contp)) != 0) in efx_vpd_next() 649 __inout unsigned int *contp) in efx_vpd_hunk_next() argument 676 if (index++ == *contp) { in efx_vpd_hunk_next() 689 if (index++ == *contp) { in efx_vpd_hunk_next() 709 *contp = index; in efx_vpd_hunk_next()
|
H A D | ef10_vpd.c | 392 __inout unsigned int *contp) in ef10_vpd_next() argument 394 _NOTE(ARGUNUSED(enp, data, size, evvp, contp)) in ef10_vpd_next()
|
H A D | siena_vpd.c | 495 __inout unsigned int *contp) in siena_vpd_next() argument 497 _NOTE(ARGUNUSED(enp, data, size, evvp, contp)) in siena_vpd_next()
|
H A D | siena_impl.h | 278 __inout unsigned int *contp);
|
H A D | ef10_impl.h | 804 __inout unsigned int *contp);
|
H A D | efx_impl.h | 1109 __inout unsigned int *contp);
|
H A D | efx.h | 1241 __inout unsigned int *contp);
|