HomeSort by relevance Sort by last modified time
    Searched defs:tbl (Results 1 - 25 of 46) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/sgs/crle/common/
hash.c 37 Hash_tbl * tbl; local
39 if ((tbl = malloc(sizeof (Hash_tbl))) == 0)
42 if ((tbl->t_entry = calloc((unsigned)(sizeof (Hash_ent *)), size)) == 0)
45 tbl->t_ident = ident;
46 tbl->t_type = type;
47 tbl->t_size = size;
49 return (tbl);
54 get_hash(Hash_tbl * tbl, Addr key, Half id, int mode)
60 if (tbl->t_type == HASH_STR)
65 bucket = hashval % tbl->t_size
    [all...]
inspect.c 151 Hash_tbl *tbl; local
171 for (APLIST_TRAVERSE(crle->c_inotbls, idx, tbl)) {
172 if (tbl->t_ident == dev) {
178 if ((tbl = make_hash(crle->c_inobkts, HASH_INT, dev)) == NULL)
180 if (aplist_append(&crle->c_inotbls, tbl, AL_CNT_CRLE) == NULL)
187 if ((ent = get_hash(tbl, ino, 0,
197 obj->o_tbl = tbl;
658 Hash_tbl *tbl; local
664 for (APLIST_TRAVERSE(crle->c_inotbls, idx, tbl)) {
665 if (tbl->t_ident != status->st_dev
    [all...]
  /onnv/onnv-gate/usr/src/cmd/eqn/
e.h 77 } tbl; typedef in typeref:struct:s_tbl
  /onnv/onnv-gate/usr/src/cmd/tbl/
t1.c 25 /* required by GCOS because file is passed to "tbl" by troff preprocessor */
64 exit(tbl(argc,argv));
68 tbl(int argc, char **argv) function
121 (void) fprintf(stderr, gettext("tbl: Invalid option "
123 (void) fprintf(stderr, gettext("Usage: tbl [ -me ] "
  /onnv/onnv-gate/usr/src/cmd/truss/
htbl.c 54 htp->tbl = (hashb_t *)
59 temp = &htp->tbl[i];
75 cur = &htp->tbl[i];
93 free((char *)htp->tbl);
94 htp->tbl = NULL;
127 cur = &htp->tbl[bucket];
174 iterate_hash(htbl_t *tbl)
183 new->table = tbl;
185 for (i = 0; i < tbl->size; i++) {
186 cur = &tbl->tbl[i]
205 htbl_t *tbl; local
    [all...]
htbl.h 52 unsigned int size; /* size of tbl in buckets */
53 hashb_t *tbl; /* ptr to buckets */ member in struct:htbl
  /onnv/onnv-gate/usr/src/cmd/sgs/link_audit/common/
perfcnt.c 71 static hash *tbl; variable
129 tbl = make_hash(213);
225 dep = (d_entry **)get_hash(tbl, (char *)sym_name);
259 (void) operate_hash(tbl, scanlist, NULL);
  /onnv/onnv-gate/usr/src/common/openssl/crypto/asn1/
a_strnid.c 67 static void st_free(ASN1_STRING_TABLE *tbl);
127 ASN1_STRING_TABLE *tbl; local
132 tbl = ASN1_STRING_TABLE_get(nid);
133 if(tbl) {
134 mask = tbl->mask;
135 if(!(tbl->flags & STABLE_NO_MASK)) mask &= global_mask;
137 tbl->minsize, tbl->maxsize);
251 static void st_free(ASN1_STRING_TABLE *tbl)
253 if(tbl->flags & STABLE_FLAGS_MALLOC) OPENSSL_free(tbl)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/ipp/dscpmk/
dscpmkddi.c 129 int32_t *tbl; local
170 &tbl, &nelem)) == 0) {
172 if ((tbl[cnt] != DSCPMK_UNCHANGED_DSCP) && (tbl[cnt] !=
174 dscpmk_data->dscp_map[cnt] = tbl[cnt];
265 int32_t *tbl; local
322 &tbl, &nelem)) == 0) {
324 if ((tbl[cnt] != DSCPMK_UNCHANGED_DSCP) && (tbl[cnt] !=
326 dscpmk_data->dscp_map[cnt] = tbl[cnt]
    [all...]
  /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
bt_split.c 93 BLEAF *bl, *tbl; local
194 tbl = GETBLEAF(lchild, NEXTINDEX(lchild) - 1);
195 a.size = tbl->ksize;
196 a.data = tbl->bytes;
  /onnv/onnv-gate/usr/src/lib/libnisdb/
db_mindex3.cc 280 db_table_desc *tbl = 0; local
301 dbase = InUseDictionary->find_table(tableName, &tbl, FALSE);
  /onnv/onnv-gate/usr/src/cmd/awk/
lib.c 399 Cell *tbl; local
404 tbl = &fldcp->fields[0];
405 if (vp >= tbl && vp < (tbl + FLD_INCR))
406 return (cbase + (vp - tbl));
  /onnv/onnv-gate/usr/src/lib/fm/libldom/sparc/
ldmsvcs_utils.h 56 fds_svc_t **tbl; /* the table itself */ member in struct:fds_reg_svcs
  /onnv/onnv-gate/usr/src/lib/libdiskmgt/common/
entry.c 746 swaptbl_t *tbl; local
762 tbl = calloc(1, sizeof (int) + count * sizeof (swapent_t));
763 if (tbl == NULL) {
771 free(tbl);
776 tbl->swt_n = count;
778 tbl->swt_ent[i].ste_path = ptr;
783 count = swapctl(SC_LIST, tbl);
787 free(tbl);
791 *stp = tbl;
813 swaptbl_t *tbl = NULL local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4v/io/
mdeg.c 75 mdeg_clnt_t *tbl; /* table of registered clients */ member in struct:mdeg
156 mdeg.tbl = kmem_zalloc(tblsz, KM_SLEEP);
195 kmem_free(mdeg.tbl, mdeg.maxclnts * sizeof (mdeg_clnt_t));
224 clnt = &mdeg.tbl[idx];
250 bcopy(mdeg.tbl, newtbl, oldtblsz);
260 kmem_free(mdeg.tbl, oldtblsz);
261 mdeg.tbl = newtbl;
286 clnt = &mdeg.tbl[idx];
555 clnt = &mdeg.tbl[idx];
911 clnt = &(mdeg.tbl[idx])
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/io/pciex/
pcieb_x86.c 449 x86_error_tbl_t *tbl; local
465 tbl = x86_error_init_tbl;
466 for (i = 0; i < x86_error_init_tbl_len; i++, tbl++) {
467 if (!((vid == tbl->vendor_id) &&
468 (did >= tbl->device_id_low) &&
469 (did <= tbl->device_id_high) &&
470 (rid >= tbl->rev_id_low) &&
471 (rid <= tbl->rev_id_high)))
477 reg = tbl->error_regs;
478 for (j = 0; j < tbl->error_regs_len; j++, reg++)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/deroff/
deroff.c 41 * Deroff command -- strip troff, eqn, and Tbl sequences from a file.
50 * Tbl command sequences, and Troff backslash constructions.
127 static void tbl(void);
485 tbl();
632 tbl(void) function
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
doop.c 33 short *tbl; local
36 tbl = (short*)cPVOP->op_pv;
37 if (!tbl)
46 if ((ch = tbl[*s]) >= 0) {
69 if (c < 0x100 && (ch = tbl[c]) >= 0) {
100 short *tbl; local
103 tbl = (short*)cPVOP->op_pv;
104 if (!tbl)
112 if (tbl[*s++] >= 0)
121 if (tbl[c] >= 0
144 short *tbl; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/common/devtree/
picldevtree.h 76 hash_elem_t **tbl; member in struct:__anon1084
  /onnv/onnv-gate/usr/src/lib/libpicltree/
ptree_impl.h 99 hash_elem_t **tbl; member in struct:__anon3886
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/sdbc/
sd_trace.h 96 _sdtr_table_t *tbl; /* points to the trace table for a cd */ member in struct:_sdbc_trace_s
  /onnv/onnv-gate/usr/src/uts/common/io/
multidata.c 1274 patbkt_t *tbl, *o_tbl; local
1527 patbkt_t *tbl, *bkt; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/atge/
atge_main.c 1186 atge_dma_t **tbl; local
1190 tbl = kmem_zalloc(rcnt * sizeof (atge_dma_t *), KM_SLEEP);
1191 r->r_buf_tbl = tbl;
1200 tbl[i] = dma;
1209 atge_dma_t **tbl; local
1215 tbl = r->r_buf_tbl;
1217 if (tbl[i] != NULL) {
1218 atge_buf_free(tbl[i]);
1222 kmem_free(tbl, rcnt * sizeof (atge_dma_t *));
    [all...]
  /onnv/onnv-gate/usr/src/cmd/geniconvtbl/
itm_util.c 168 itm_tbl_hdr_t *tbl; local
173 tbl = obj_array.obj;
175 tbl->type = tbl_type;
178 tbl->name.itm_pad = 0;
180 tbl->name.itm_ptr = (itm_place2_t)name;
183 tbl->name.itm_pad = 0;
185 tbl->name.itm_ptr = NULL;
187 tbl->size = (sizeof (itm_tbl_hdr_t)) + (obj_array.num *obj_size);
188 tbl->number = obj_array.num;
190 if ((ITM_TBL_MASK&tbl->type) == ITM_TBL_OP)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/isns/isnsd/
scn.c 1519 const scn_tbl_t *tbl; local
1521 tbl = &stbl[0];
1523 if ((tbl->state == -1 || tbl->state == state) &&
1524 (tbl->event == 0 || tbl->event == event) &&
1525 (tbl->type == 0 || tbl->type == type)) {
1526 if (tbl->next_state != 0) {
1527 new_state = tbl->next_state
    [all...]

Completed in 4679 milliseconds

1 2