Searched defs:atom (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_loc.c78 Dwarf_Small atom = 0; local
116 atom = *(Dwarf_Small *) loc_ptr;
128 curr_loc->lc_atom = atom;
129 switch (atom) {
203 operand1 = atom - DW_OP_lit0;
/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_to.c1247 au_to_xatom(char *atom) argument
1254 len = strlen(atom) + 1;
1262 adr_char(&adr, atom, len);
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_internal.c48 char *a_string; /* String atom */
60 static mutex_t _atom_lock; /* atom table lock */
273 * Initialize pool_value_t atom dictionary
1966 atom_t *atom; local
1973 if ((atom = dict_get(_pv_atoms, s)) == NULL) {
1974 if ((atom = calloc(1, sizeof (atom_t))) == NULL) {
1979 if ((atom->a_string = strdup(s)) == NULL) {
1981 free(atom);
1985 (void) dict_put(_pv_atoms, atom->a_string, atom);
2000 atom_t *atom; local
[all...]

Completed in 64 milliseconds