Searched refs:tblp (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/eqn/
H A Dlookup.c203 lookup(tbl *tblp[], char *name, char *defn) argument
214 for (p = tblp[h]; p != NULL; p = p->next)
228 p->next = tblp[h];
229 tblp[h] = p;
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.h135 devfsadm_create_t *tblp; member in struct:_devfsadm_create_reg
142 devfsadm_remove_t *tblp; member in struct:_devfsadm_remove_reg
149 devfsadm_remove_V1_t *tblp; member in struct:_devfsadm_remove_reg_V1
H A Ddevfsadm.c2254 int flags = create_reg->tblp[i].flags;
2259 create_list_element->create = &(create_reg->tblp[i]);
2272 (create_reg->tblp[i].node_type == NULL)) {
2295 create_reg->tblp[i].node_type,
2299 create_reg->tblp[i].node_type, n);
2306 (create_reg->tblp[i].drv_name == NULL)) {
2333 if ((create_reg->tblp[i].flags & DRV_RE) == DRV_RE) {
2336 create_reg->tblp[i].drv_name,
2344 create_reg->tblp[i].drv_name, n);
2376 remove_list_element->remove = &(remove_reg->tblp[
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl.c162 tbl_end(struct tbl_node **tblp) argument
167 tbl = *tblp;
168 *tblp = NULL;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c300 fini_table(table_t *tblp) argument
302 if (tblp == NULL)
304 free(tblp->xymap);
305 free(tblp);
311 table_t *tblp; local
317 if ((tblp = malloc(sizeof (*tblp))) == NULL)
321 free(tblp);
325 tblp->nentries = npoints;
326 tblp
870 table_t *tblp; local
[all...]
/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dosillumostbl.c369 ACPI_TABLE_HEADER *tblp; local
400 tblp = ACPI_CAST_PTR(ACPI_TABLE_HEADER,
402 if (tblp != NULL) {
403 physaddr += (ACPI_PHYSICAL_ADDRESS) ACPI_PTR_DIFF(tblp, mapp);
405 memcpy(&Gbl_Rsdp, tblp, sizeof (ACPI_TABLE_RSDP));
427 tblp = ACPI_CAST_PTR(ACPI_TABLE_HEADER,
429 if (tblp == NULL) {
434 physaddr += (ACPI_PHYSICAL_ADDRESS) ACPI_PTR_DIFF(tblp, mapp);
436 memcpy(&Gbl_Rsdp, tblp, sizeof (ACPI_TABLE_RSDP));
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c450 fini_table(table_t *tblp) argument
452 if (tblp == NULL)
454 free(tblp->xymap);
455 free(tblp);
461 table_t *tblp; local
467 if ((tblp = malloc(sizeof (*tblp))) == NULL)
471 free(tblp);
475 tblp->nentries = npoints;
476 tblp
489 table_t *tblp = NULL; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c438 fini_table(table_t *tblp) argument
440 if (tblp == NULL)
442 free(tblp->xymap);
443 free(tblp);
449 table_t *tblp; local
455 if ((tblp = malloc(sizeof (*tblp))) == NULL)
459 free(tblp);
463 tblp->nentries = npoints;
464 tblp
1221 table_t *tblp; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvcobj.c533 ETable_t *tblp; local
552 tblp = (ETable_t *)tbl_arr->obj_tbl[i].objp;
554 if (tblp->table == NULL)
557 if (index >= tblp->size)
560 switch (tblp->cell_type) {
562 *(int8_t *)value = *((int8_t *)tblp->table + index);
565 *(uint8_t *)value = *((uint8_t *)tblp->table + index);
568 *(int16_t *)value = *((int16_t *)tblp->table + index);
571 *(uint16_t *)value = *((uint16_t *)tblp->table + index);
574 *(int32_t *)value = *((int32_t *)tblp
2994 ETable_t *tblp; local
5168 ETable_t *tblp = local
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_smr.c1993 register struct smr_slabtbl *tblp; local
2019 tblp = idn.slabpool->pool;
2021 for (p = 0; p < npools; tblp++, p++)
2022 total_free += tblp->nfree;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_bmap.c112 #define DOEXTENT(fs, lbn, boff, bnp, lenp, size, tblp, n, chkfrag, maxtrans) {\
113 register daddr32_t *dp = (tblp); \

Completed in 98 milliseconds