Searched refs:ptbl (Results 1 – 3 of 3) sorted by relevance
1266 const NAME_EX_TBL *ptbl; in set_table_opts() local1279 for (ptbl = in_tbl; ptbl->name; ptbl++) { in set_table_opts()1280 if (OPENSSL_strcasecmp(arg, ptbl->name) == 0) { in set_table_opts()1281 *flags &= ~ptbl->mask; in set_table_opts()1283 *flags |= ptbl->flag; in set_table_opts()1285 *flags &= ~ptbl->flag; in set_table_opts()
362 my ($ptbl,$pwr,$ccr,$skip_wr)=@_;368 add %o5, $ptbl, $ptbl ! of the pwrtbl
6391 LBA_t ptbl[4] = {0}; local6402 ptbl[i] = szt[i];6406 …res = create_partition(pdrv, ptbl, 0x07, buf); /* Create partitions (system ID is temporary settin…