/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/ |
H A D | acpidev_resource.c | 179 uint_t mask, uint_t value, acpidev_regspec_t *regp, uint_t *cntp) in acpidev_resource_get_regs() argument 184 ASSERT(cntp != NULL); in acpidev_resource_get_regs() 185 if (rhdl == NULL || cntp == NULL || (regp == NULL && *cntp != 0)) { in acpidev_resource_get_regs() 190 if (j < *cntp) { in acpidev_resource_get_regs() 196 if (j >= *cntp) { in acpidev_resource_get_regs() 197 *cntp = j; in acpidev_resource_get_regs() 200 *cntp = j; in acpidev_resource_get_regs() 239 uint_t mask, uint_t value, acpidev_ranges_t *rangep, uint_t *cntp) in acpidev_resource_get_ranges() argument 244 ASSERT(cntp != NULL); in acpidev_resource_get_ranges() 245 if (rhdl == NULL || cntp == NULL || (rangep == NULL && *cntp != 0)) { in acpidev_resource_get_ranges() [all …]
|
H A D | acpidev_cpu.c | 158 uint32_t *cntp; in acpidev_cpu_count_MADT() local 162 cntp = (uint32_t *)context; in acpidev_cpu_count_MADT() 168 (*cntp)++; in acpidev_cpu_count_MADT() 175 (*cntp)++; in acpidev_cpu_count_MADT() 190 uint32_t *cntp; in acpidev_cpu_parse_MADT() local 194 cntp = (uint32_t *)context; in acpidev_cpu_parse_MADT() 200 ASSERT(*cntp < acpidev_cpu_map_count); in acpidev_cpu_parse_MADT() 201 acpidev_cpu_map[*cntp].proc_id = mpa->ProcessorId; in acpidev_cpu_parse_MADT() 202 acpidev_cpu_map[*cntp].apic_id = mpa->Id; in acpidev_cpu_parse_MADT() 203 (*cntp)++; in acpidev_cpu_parse_MADT() [all …]
|
H A D | acpidev_dr.c | 901 acpidev_regspec_t **regpp, uint_t *cntp) in acpidev_dr_device_get_regspec() argument 910 ASSERT(regpp != NULL && cntp != NULL); in acpidev_dr_device_get_regspec() 911 if (hdl == NULL || regpp == NULL || cntp == NULL) { in acpidev_dr_device_get_regspec() 919 *cntp = 0; in acpidev_dr_device_get_regspec() 948 *cntp = count / (sizeof (**regpp) / sizeof (int)); in acpidev_dr_device_get_regspec()
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | acpidev_rsc.h | 150 uint_t mask, uint_t value, acpidev_regspec_t *regp, uint_t *cntp); 157 uint_t mask, uint_t value, acpidev_ranges_t *rangep, uint_t *cntp); 164 acpidev_bus_range_t *busp, uint_t *cntp); 170 uint_t *dmap, uint_t *cntp); 176 uint_t *irqp, uint_t *cntp);
|
H A D | acpidev_dr.h | 159 boolean_t assigned, acpidev_regspec_t **regpp, uint_t *cntp);
|
/illumos-gate/usr/src/cmd/sendmail/db/os/ |
H A D | os_dir.c | 47 __os_dirlist(dir, namesp, cntp) in __os_dirlist() argument 50 int *cntp; 58 return (__db_jump.j_dirlist(dir, namesp, cntp)); 76 *cntp = cnt;
|
/illumos-gate/usr/src/cmd/setfacl/ |
H A D | setfacl.c | 404 convert_to_aclent_t(char *entryp, int *cntp, aclent_t **aclpp, int mode) in convert_to_aclent_t() argument 433 if (*cntp > 1) in convert_to_aclent_t() 435 sizeof (aclent_t) * (*cntp)); in convert_to_aclent_t() 437 new_aclp = (aclent_t *) malloc(sizeof (aclent_t) * (*cntp)); in convert_to_aclent_t() 440 gettext("Insufficient memory for acl %d\n"), *cntp); in convert_to_aclent_t() 444 cur_cnt = *cntp - 1; in convert_to_aclent_t() 452 *cntp -= 1; in convert_to_aclent_t() 458 memcpy(new_aclp + *cntp -1, &tmpacl, sizeof (aclent_t)); in convert_to_aclent_t() 472 *cntp = *cntp - 2; in convert_to_aclent_t() 477 *cntp -= 1; in convert_to_aclent_t() [all …]
|
/illumos-gate/usr/src/ucbcmd/whereis/ |
H A D | whereis.c | 195 getlist(int *argcp, char ***argvp, char ***flagp, int *cntp) in getlist() argument 200 *cntp = 0; in getlist() 202 (*cntp)++, (*argvp)++; in getlist()
|
/illumos-gate/usr/src/cmd/th_tools/ |
H A D | th_define.c | 874 struct acc_log_elem **llp, size_t *cntp) /* output args */ in reduce_log() argument 881 if (llp == 0 || cntp == 0) /* subroutine interface violated */ in reduce_log() 889 nitems = *cntp; in reduce_log() 936 *cntp = 0; in reduce_log() 1039 *cntp = cnt; in reduce_log()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_nm.c | 377 size_t *cntp = (size_t *)data; in nm_cnt_any() local 378 (*cntp)++; in nm_cnt_any()
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | osl.c | 1418 int *cntp = (int *)ctxp; in acpica_query_bbn_walker() local 1437 bbn == 0 && ++(*cntp) > 1) { in acpica_query_bbn_walker()
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | linkprop.c | 87 datalink_id_t, char **propstp, uint_t *cntp,
|