/titanic_44/usr/src/lib/libresolv2/include/isc/ |
H A D | list.h | 27 #define INIT_LINK_TYPE(elt, link, type) \ argument 29 (elt)->link.prev = (type *)(-1); \ 30 (elt)->link.next = (type *)(-1); \ 32 #define INIT_LINK(elt, link) \ argument 33 INIT_LINK_TYPE(elt, link, void) 34 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1) && \ argument 35 (void *)((elt)->link.next) != (void *)(-1)) 41 #define PREPEND(list, elt, link) \ argument 43 INSIST(!LINKED(elt, link));\ 45 (list).head->link.prev = (elt); \ [all …]
|
/titanic_44/usr/src/lib/libtnf/ |
H A D | array.c | 41 struct taginfo **elt, 73 struct taginfo *info, *base, *elt, *elt_base; in get_array_info() local 81 elt = base->base; /* XXX base slot is reused for elttype */ in get_array_info() 82 elt_base = INFO_DERIVED(elt) ? elt->base : elt; in get_array_info() 85 *eltp = elt; in get_array_info() 98 struct taginfo *base, *elt, *elt_base; in tnf_get_element_count() local 102 (void) get_array_info(datum, &base, &elt, &elt_base); in tnf_get_element_count() 119 struct taginfo *base, *elt, *elt_base; in tnf_get_element() local 124 (void) get_array_info(datum, &base, &elt, &elt_base); in tnf_get_element() 141 if (INFO_TAGGED(elt)) { in tnf_get_element() [all …]
|
/titanic_44/usr/src/uts/common/os/ |
H A D | bitset.c | 123 bitset_add(bitset_t *b, uint_t elt) in bitset_add() argument 125 uint_t pos = (elt << b->bs_fanout); in bitset_add() 135 bitset_atomic_add(bitset_t *b, uint_t elt) in bitset_atomic_add() argument 137 uint_t pos = (elt << b->bs_fanout); in bitset_atomic_add() 148 bitset_atomic_test_and_add(bitset_t *b, uint_t elt) in bitset_atomic_test_and_add() argument 150 uint_t pos = (elt << b->bs_fanout); in bitset_atomic_test_and_add() 163 bitset_del(bitset_t *b, uint_t elt) in bitset_del() argument 165 uint_t pos = (elt << b->bs_fanout); in bitset_del() 175 bitset_atomic_del(bitset_t *b, uint_t elt) in bitset_atomic_del() argument 177 uint_t pos = (elt << b->bs_fanout); in bitset_atomic_del() [all …]
|
/titanic_44/usr/src/cmd/sendmail/db/include/ |
H A D | db_shash.h | 33 #define HASHLOOKUP(begin, type, field, elt, r, n, hash, cmp) do { \ argument 37 __ndx = hash(elt) % (n); \ 41 if (cmp(elt, r)) \ 57 #define HASHINSERT(begin, type, field, elt, n, hash) do { \ argument 61 __ndx = hash(elt) % (n); \ 63 SH_TAILQ_INSERT_HEAD(__bucket, elt, field, type); \ 78 #define HASHREMOVE(begin, type, field, elt, n, hash, cmp) { \ argument 83 __ndx = hash(elt) % (n); \ 85 HASHLOOKUP(begin, type, field, elt, __entp, n, hash, cmp); \
|
/titanic_44/usr/src/lib/libresolv2/common/isc/ |
H A D | heap.c | 106 float_up(heap_context ctx, int i, void *elt) { in float_up() argument 110 i > 1 && ctx->higher_priority(elt, ctx->heap[p]); in float_up() 116 ctx->heap[i] = elt; in float_up() 122 sink_down(heap_context ctx, int i, void *elt) { in sink_down() argument 133 if (ctx->higher_priority(elt, ctx->heap[j])) in sink_down() 140 ctx->heap[i] = elt; in sink_down() 146 heap_insert(heap_context ctx, void *elt) { in heap_insert() argument 149 if (ctx == NULL || elt == NULL) { in heap_insert() 158 float_up(ctx, i, elt); in heap_insert() 165 void *elt; in heap_delete() local [all …]
|
/titanic_44/usr/src/cmd/sgs/elfdump/common/ |
H A D | fake_shdr.c | 349 SINFO_LISTELT *elt; in sinfo_list_alloc() local 351 if ((elt = malloc(sizeof (*elt))) == NULL) { in sinfo_list_alloc() 358 elt->next = root; in sinfo_list_alloc() 359 elt->prev = root->prev; in sinfo_list_alloc() 361 root->prev = elt; in sinfo_list_alloc() 362 elt->prev->next = elt; in sinfo_list_alloc() 364 bzero(&elt->sinfo, sizeof (elt->sinfo)); in sinfo_list_alloc() 365 return (&elt->sinfo); in sinfo_list_alloc() 377 SINFO_LISTELT *elt; in sinfo_list_free_all() local 379 for (elt = root->next; elt != root; elt = elt->next) in sinfo_list_free_all() [all …]
|
/titanic_44/usr/src/tools/onbld/hgext/ |
H A D | cdm.py | 313 for elt in set(filter(Comments.isBug, act.comments())): 314 ui.write(elt + '\n') 321 for elt in act.comments(): 322 ui.write(elt + '\n') 774 for elt in st: 775 ui.write(' %s\n' % elt) 1195 for elt in special: 1196 elt = elt.split(os.path.sep) 1197 pathpos = len(elt) 1199 if fullpath[-pathpos:] == elt: [all …]
|
/titanic_44/usr/src/uts/common/io/scsi/targets/ |
H A D | ses_ses.c | 727 ses_decode(char *b, int amt, uchar_t *ep, int elt, int elm, SesComStat *sp) in ses_decode() argument 735 if (elt == -1) { in ses_decode() 749 if (elm >= ep[elt]) in ses_decode() 756 for (idx = 8, i = 0; i < elt; i++) { in ses_decode() 783 elt, elm, idx-4); in ses_decode() 795 ses_encode(char *b, int amt, uchar_t *ep, int elt, int elm, SesComStat *sp) in ses_encode() argument 803 if (elt == -1) { in ses_encode() 817 if (elm >= ep[elt]) in ses_encode() 824 for (idx = 8, i = 0; i < elt; i++) { in ses_encode() 854 "%x %x %x %x", elt, elm, idx, sp->comstatus, sp->comstat[0], in ses_encode()
|
/titanic_44/usr/src/tools/scripts/ |
H A D | git-pbchk.py | 107 for elt in p: 108 if elt[0] == '*': 109 if elt.endswith('(no branch)'): 111 return elt.split()[1]
|
H A D | mapfilechk.py | 79 def __contains__(self, elt): argument 80 return self.match(elt)
|
H A D | cddlchk.py | 79 def __contains__(self, elt): argument 80 return self.match(elt)
|
/titanic_44/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | cap.msg | 84 Interpret the elt argument as a direct index into the\n\ 88 Restrict the elt argument to the capability elements belonging\n\ 110 If the -capndx option is specified, elt is instead interpreted\n\ 125 option is specified, then elt is instead interpreted as a\n\ 143 capabilities group as elt.\n" 181 with the elt argument, the specified elements are displayed.\n\ 193 elt argument, the value of the specified elements are displayed.\n\ 208 moved from elt to dst_index.\n" 280 @ MSG_STR_ELT "elt"
|
H A D | dyn.msg | 118 Interpret the elt argument as a direct index into the dynamic\n\ 141 If the -dynndx option is specified, elt is instead interpreted\n\ 156 option is specified, then elt is instead interpreted as a\n\ 224 with the elt argument, the specified elements are displayed.\n\ 236 elt argument, the value of the specified elements are displayed.\n\ 262 number of elements are moved from elt to dst_index.\n\ 451 @ MSG_STR_ELT "elt"
|
H A D | phdr.msg | 325 number of elements are moved from elt to dst_index.\n"
|
/titanic_44/usr/src/tools/onbld/Scm/ |
H A D | Backup.py | 155 for elt in self: 156 if not _member_matches_fs(elt, rootpath): 593 for elt in tar: 595 tar.extract(elt, path=self.ws.repo.path) 599 errstr = "%s: %s" % (elt.name, e) 622 for elt in self.files: 623 path = self.ws.repo.join(elt)
|
/titanic_44/usr/src/cmd/sgs/elfedit/common/ |
H A D | util_machelf.c | 89 elfedit_dyn_elt_init(elfedit_dyn_elt_t *elt) in elfedit_dyn_elt_init() argument 91 elt->dn_seen = 0; in elfedit_dyn_elt_init() 99 elfedit_dyn_elt_save(elfedit_dyn_elt_t *elt, Word ndx, Dyn *dyn) in elfedit_dyn_elt_save() argument 101 elt->dn_seen = 1; in elfedit_dyn_elt_save() 102 elt->dn_ndx = ndx; in elfedit_dyn_elt_save() 103 elt->dn_dyn = *dyn; in elfedit_dyn_elt_save()
|
/titanic_44/usr/src/lib/libast/common/regex/ |
H A D | regnexec.c | 585 Ckey_t elt; in collelt() local 587 mbxfrm(elt, key, COLL_KEY_MAX); in collelt() 597 if (!strcmp((char*)ce->beg, (char*)elt)) in collelt() 601 …if (strcmp((char*)ce->beg, (char*)elt) <= ce->min && strcmp((char*)elt, (char*)ce->end) <= ce->max) in collelt() 605 …if (strcmp((char*)ce->beg, (char*)elt) <= ce->min && strcmp((char*)elt, (char*)ce->end) <= ce->max… in collelt() 609 …if (strcmp((char*)ce->beg, (char*)elt) <= ce->min && strcmp((char*)elt, (char*)ce->end) <= ce->max… in collelt() 660 Ckey_t elt; in collmatch() local 691 r = mbxfrm(elt, key, COLL_KEY_MAX); in collmatch() 696 if (mbxfrm(elt, key, COLL_KEY_MAX) != r) in collmatch()
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_encode.c | 336 const void *elt, *eltptr; in get_nullterm_sequence_len() local 345 elt = LOADPTR(eltptr, a); in get_nullterm_sequence_len() 346 if (elt == NULL) in get_nullterm_sequence_len()
|
H A D | asn1_k_decode.c | 740 (*(array))[(size)-1] = elt 744 type *elt;\ 748 alloc_field(elt,type);\ 749 get_element(elt,decoder);\ 750 array_append(val,size,elt,type);\
|
/titanic_44/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | dup_avl.c | 55 #define OFFSETOF(type, elt) ((size_t)(&((type *)NULL)->elt)) argument
|
/titanic_44/usr/src/cmd/sgs/include/ |
H A D | elfedit.h | 871 extern void elfedit32_dyn_elt_save(elfedit32_dyn_elt_t *elt, Elf32_Word ndx, 873 extern void elfedit64_dyn_elt_save(elfedit64_dyn_elt_t *elt, Elf64_Word ndx,
|
/titanic_44/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 11485 struct snaplevel *elt; in lscf_select() local 11489 elt = uu_list_next(cur_levels, cur_elt); in lscf_select() 11490 if (elt == NULL) { in lscf_select() 11497 if (scf_snaplevel_get_instance_name(elt->sl, buf, in lscf_select() 11509 cur_elt = elt; in lscf_select() 11510 cur_level = elt->sl; in lscf_select() 11562 struct snaplevel *elt; in lscf_unselect() local 11564 elt = uu_list_prev(cur_levels, cur_elt); in lscf_unselect() 11565 if (elt == NULL) { in lscf_unselect() 11568 cur_elt = elt; in lscf_unselect() [all …]
|