Searched defs:cntp (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/ucbcmd/whereis/
H A Dwhereis.c198 getlist(int *argcp, char ***argvp, char ***flagp, int *cntp) argument
203 *cntp = 0;
205 (*cntp)++, (*argvp)++;
/illumos-gate/usr/src/cmd/setfacl/
H A Dsetfacl.c405 convert_to_aclent_t(char *entryp, int *cntp, aclent_t **aclpp, int mode) argument
417 if (*cntp > 1)
419 sizeof (aclent_t) * (*cntp));
421 new_aclp = (aclent_t *) malloc(sizeof (aclent_t) * (*cntp));
424 gettext("Insufficient memory for acl %d\n"), *cntp);
445 cur_cnt = *cntp - 1;
453 *cntp -= 1;
458 if (!found) /* Add it to the end: no need to change cntp */
459 memcpy(new_aclp + *cntp -1, &tmpacl, sizeof (aclent_t));
473 *cntp
[all...]
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_cpu.c158 uint32_t *cntp; local
162 cntp = (uint32_t *)context;
168 (*cntp)++;
175 (*cntp)++;
190 uint32_t *cntp; local
194 cntp = (uint32_t *)context;
200 ASSERT(*cntp < acpidev_cpu_map_count);
201 acpidev_cpu_map[*cntp].proc_id = mpa->ProcessorId;
202 acpidev_cpu_map[*cntp].apic_id = mpa->Id;
203 (*cntp)
[all...]
H A Dacpidev_resource.c179 uint_t mask, uint_t value, acpidev_regspec_t *regp, uint_t *cntp)
184 ASSERT(cntp != NULL);
185 if (rhdl == NULL || cntp == NULL || (regp == NULL && *cntp != 0)) {
190 if (j < *cntp) {
196 if (j >= *cntp) {
197 *cntp = j;
200 *cntp = j;
239 uint_t mask, uint_t value, acpidev_ranges_t *rangep, uint_t *cntp)
244 ASSERT(cntp !
178 acpidev_resource_get_regs(acpidev_resource_handle_t rhdl, uint_t mask, uint_t value, acpidev_regspec_t *regp, uint_t *cntp) argument
238 acpidev_resource_get_ranges(acpidev_resource_handle_t rhdl, uint_t mask, uint_t value, acpidev_ranges_t *rangep, uint_t *cntp) argument
298 acpidev_resource_get_buses(acpidev_resource_handle_t rhdl, acpidev_bus_range_t *busp, uint_t *cntp) argument
347 acpidev_resource_get_dmas(acpidev_resource_handle_t rhdl, uint_t *dmap, uint_t *cntp) argument
396 acpidev_resource_get_irqs(acpidev_resource_handle_t rhdl, uint_t *irqp, uint_t *cntp) argument
[all...]
H A Dacpidev_dr.c897 acpidev_regspec_t **regpp, uint_t *cntp)
906 ASSERT(regpp != NULL && cntp != NULL);
907 if (hdl == NULL || regpp == NULL || cntp == NULL) {
915 *cntp = 0;
944 *cntp = count / (sizeof (**regpp) / sizeof (int));
896 acpidev_dr_device_get_regspec(ACPI_HANDLE hdl, boolean_t assigned, acpidev_regspec_t **regpp, uint_t *cntp) argument
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_nm.c373 size_t *cntp = (size_t *)data; local
374 (*cntp)++;
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c881 struct acc_log_elem **llp, size_t *cntp) /* output args */
888 if (llp == 0 || cntp == 0) /* subroutine interface violated */
896 nitems = *cntp;
943 *cntp = 0;
1046 *cntp = cnt;
880 reduce_log(uint16_t pol, struct acc_log *log, struct acc_log_elem **llp, size_t *cntp) argument
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c1343 int *cntp = (int *)ctxp; local
1362 bbn == 0 && ++(*cntp) > 1) {
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c5366 man_prep_dests_for_switch(man_pg_t *mpg, man_dest_t **mdpp, int *cntp) argument
5433 *cntp = sdp_cnt;

Completed in 99 milliseconds