/titanic_41/usr/src/uts/common/sys/ |
H A D | queue.h | 114 #define QUEUEDEBUG_LIST_INSERT_HEAD(head, elm, field) \ argument 118 #define QUEUEDEBUG_LIST_OP(elm, field) \ argument 125 #define QUEUEDEBUG_LIST_POSTREMOVE(elm, field) \ argument 139 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ argument 149 #define LIST_INSERT_BEFORE(listelm, elm, field) do { \ argument 158 #define LIST_INSERT_HEAD(head, elm, field) do { \ argument 167 #define LIST_REMOVE(elm, field) do { \ argument 177 #define LIST_FOREACH(var, head, field) \ argument 187 #define LIST_NEXT(elm, field) ((elm)->field.le_next) argument 214 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument [all …]
|
H A D | model.h | 119 #define STRUCT_FADDR(handle, field) \ argument 124 #define STRUCT_FGET(handle, field) \ argument 129 #define STRUCT_FGETP(handle, field) \ argument 134 #define STRUCT_FSET(handle, field, val) \ argument 139 #define STRUCT_FSETP(handle, field, val) \ argument 181 #define STRUCT_FADDR(handle, field) (&(handle).ptr->field) argument 183 #define STRUCT_FGET(handle, field) ((handle).ptr->field) argument 187 #define STRUCT_FSET(handle, field, val) ((handle).ptr->field = (val)) argument
|
/titanic_41/usr/src/uts/common/io/drm/ |
H A D | queue.h | 160 #define SLIST_FOREACH(var, head, field) \ argument 165 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ argument 170 #define SLIST_FOREACH_PREVPTR(var, varp, head, field) \ argument 179 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument 184 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument 189 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument 191 #define SLIST_REMOVE(head, elm, type, field) do { \ argument 205 #define SLIST_REMOVE_HEAD(head, field) do { \ argument 241 #define STAILQ_FOREACH(var, head, field) \ argument 247 #define STAILQ_FOREACH_SAFE(var, head, field, tvar) \ argument [all …]
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | sys-queue.h | 199 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument 201 #define SLIST_FOREACH(var, head, field) \ argument 213 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument 218 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument 223 #define SLIST_REMOVE_HEAD(head, field) do { \ argument 227 #define SLIST_REMOVE(head, elm, type, field) do { \ argument 263 #define LIST_NEXT(elm, field) ((elm)->field.le_next) argument 265 #define LIST_FOREACH(var, head, field) \ argument 277 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ argument 285 #define LIST_INSERT_BEFORE(listelm, elm, field) do { \ argument [all …]
|
H A D | sys-tree.h | 79 #define SPLAY_LEFT(elm, field) (elm)->field.spe_left argument 80 #define SPLAY_RIGHT(elm, field) (elm)->field.spe_right argument 85 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ argument 91 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ argument 97 #define SPLAY_LINKLEFT(head, tmp, field) do { \ argument 103 #define SPLAY_LINKRIGHT(head, tmp, field) do { \ argument 109 #define SPLAY_ASSEMBLE(head, node, left, right, field) do { \ argument 118 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument 160 #define SPLAY_GENERATE(name, type, field, cmp) \ argument 317 #define RB_LEFT(elm, field) (elm)->field.rbe_left argument [all …]
|
/titanic_41/usr/src/cmd/sendmail/db/include/ |
H A D | queue.h | 92 #define LIST_NEXT(elm, field) ((elm)->field.le_next) argument 102 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ argument 110 #define LIST_INSERT_BEFORE(listelm, elm, field) do { \ argument 117 #define LIST_INSERT_HEAD(head, elm, field) do { \ argument 124 #define LIST_REMOVE(elm, field) do { \ argument 147 #define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next) argument 158 #define TAILQ_INSERT_HEAD(head, elm, field) do { \ argument 168 #define TAILQ_INSERT_TAIL(head, elm, field) do { \ argument 175 #define TAILQ_INSERT_AFTER(head, listelm, elm, field) do { \ argument 185 #define TAILQ_INSERT_BEFORE(listelm, elm, field) do { \ argument [all …]
|
H A D | shqueue.h | 62 #define SH_LIST_NEXTP(elm, field, type) \ argument 65 #define SH_LIST_NEXT(elm, field, type) \ argument 69 #define SH_LIST_PREV(elm, field) \ argument 82 #define SH_LIST_NEXT_TO_PREV(elm, field) \ argument 87 #define SH_LIST_INSERT_AFTER(listelm, elm, field, type) do { \ argument 99 #define SH_LIST_INSERT_HEAD(head, elm, field, type) do { \ argument 111 #define SH_LIST_REMOVE(elm, field, type) do { \ argument 144 #define SH_TAILQ_NEXTP(elm, field, type) \ argument 147 #define SH_TAILQ_NEXT(elm, field, type) \ argument 150 #define SH_TAILQ_PREVP(elm, field) \ argument [all …]
|
H A D | db_shash.h | 33 #define HASHLOOKUP(begin, type, field, elt, r, n, hash, cmp) do { \ argument 57 #define HASHINSERT(begin, type, field, elt, n, hash) do { \ argument 78 #define HASHREMOVE(begin, type, field, elt, n, hash, cmp) { \ argument 99 #define HASHREMOVE_EL(begin, type, field, obj, n, hash) { \ argument
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/ |
H A D | db-queue.h | 103 #define LIST_INSERT_AFTER(listelm, elm, field) { \ argument 111 #define LIST_INSERT_HEAD(head, elm, field) { \ argument 118 #define LIST_REMOVE(elm, field) { \ argument 148 #define TAILQ_INSERT_HEAD(head, elm, field) { \ argument 158 #define TAILQ_INSERT_TAIL(head, elm, field) { \ argument 165 #define TAILQ_INSERT_AFTER(head, listelm, elm, field) { \ argument 175 #define TAILQ_REMOVE(head, elm, field) { \ argument 207 #define CIRCLEQ_INSERT_AFTER(head, listelm, elm, field) { \ argument 217 #define CIRCLEQ_INSERT_BEFORE(head, listelm, elm, field) { \ argument 227 #define CIRCLEQ_INSERT_HEAD(head, elm, field) { \ argument [all …]
|
/titanic_41/usr/src/cmd/sendmail/include/sm/ |
H A D | tailq.h | 79 #define SM_TAILQ_NEXT(elm, field) ((elm)->field.tqe_next) argument 83 #define SM_TAILQ_PREV(elm, headname, field) \ argument 88 #define SM_TAILQ_FOREACH(var, head, field) \ argument 93 #define SM_TAILQ_FOREACH_REVERSE(var, head, headname, field) \ argument 106 #define SM_TAILQ_INSERT_HEAD(head, elm, field) do { \ argument 116 #define SM_TAILQ_INSERT_TAIL(head, elm, field) do { \ argument 123 #define SM_TAILQ_INSERT_AFTER(head, listelm, elm, field) do { \ argument 133 #define SM_TAILQ_INSERT_BEFORE(listelm, elm, field) do { \ argument 140 #define SM_TAILQ_REMOVE(head, elm, field) do { \ argument 149 #define SM_TAILQ_REPLACE(head, elm, elm2, field) do { \ argument
|
/titanic_41/usr/src/lib/libsmbfs/smb/ |
H A D | queue.h | 72 #define SLIST_FOREACH(var, head, field) \ argument 81 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument 86 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument 91 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument 93 #define SLIST_REMOVE(head, elm, type, field) do { \ argument 106 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
|
/titanic_41/usr/src/uts/common/avs/ns/ |
H A D | model.h | 128 #define STRUCT_FADDR(handle, field) \ argument 133 #define STRUCT_FGET(handle, field) \ argument 138 #define STRUCT_FGETP(handle, field) \ argument 143 #define STRUCT_FSET(handle, field, val) \ argument 148 #define STRUCT_FSETP(handle, field, val) \ argument 191 #define STRUCT_FADDR(handle, field) (&(handle).ptr->field) argument 193 #define STRUCT_FGET(handle, field) ((handle).ptr->field) argument 197 #define STRUCT_FSET(handle, field, val) ((handle).ptr->field = (val)) argument
|
/titanic_41/usr/src/uts/sun4u/starcat/sys/ |
H A D | iosramvar.h | 139 #define IOSRAM_GET_HDRFIELD32(softp, field) \ argument 141 #define IOSRAM_SET_HDRFIELD32(softp, field, val) \ argument 274 #define IOSRAM_STAT(field) iosram_stats.field++ argument 275 #define IOSRAM_STAT_ADD(field, amount) iosram_stats.field += (uint64_t)amount argument 276 #define IOSRAM_STAT_SET(field, count) iosram_stats.field = (uint64_t)count argument 280 #define IOSRAM_STAT(field) argument 281 #define IOSRAM_STAT_ADD(field, amount) argument 282 #define IOSRAM_STAT_SET(field, count) argument
|
H A D | sc_cvcio.h | 123 #define CVC_CTL_OFFSET(field) offsetof(cvc_ctl_t, field) argument 124 #define CVC_CTL_SIZE(field) (sizeof (((cvc_ctl_t *)0)->field)) argument
|
/titanic_41/usr/src/cmd/sh/ |
H A D | test.c | 225 ftype(unsigned char *f, int field) in ftype() 237 filtyp(unsigned char *f, int field) in filtyp()
|
/titanic_41/usr/src/cmd/sort/common/ |
H A D | types.h | 83 typedef struct field { struct 84 struct field *f_next; argument 89 ssize_t (*f_convert)(struct field *, line_rec_t *, argument 91 enum field_species f_species; argument 96 int f_start_field; argument 99 int f_end_field; argument 103 } field_t; argument
|
/titanic_41/usr/src/ucbcmd/test/ |
H A D | test.c | 241 ftype(char *f, int field) in ftype() 253 filtyp(char *f, int field) in filtyp()
|
/titanic_41/usr/src/uts/common/io/comstar/port/pppt/ |
H A D | alua_ic_if.c | 67 #define NVLIST_ADD_FIELD(type, structure, field) \ argument 75 #define NVLIST_ADD_ARRAY(type, structure, field) \ argument 87 #define NVLIST_ADD_ARRAY_LEN(type, structure, field, len) \ argument 95 #define NVLIST_ADD_DEVID(structure, field) \ argument 103 #define NVLIST_ADD_RPORT(structure, field) \ argument 111 #define NVLIST_ADD_FIELD_UINT8(structure, field) \ argument 124 #define NVLIST_LOOKUP_FIELD(type, structure, field) \ argument 145 #define NVLIST_LOOKUP_BIT_FIELD(type, structure, field) \ argument 163 #define NVLIST_LOOKUP_BIT_FIELD_BOOLEAN(structure, field) \ argument 176 #define NV_PAIR(type, strct, field) #field, DATA_TYPE_##type, &(strct->field) argument [all …]
|
/titanic_41/usr/src/uts/common/fs/sharefs/ |
H A D | sharetab.c | 48 #define SHARETAB_COPYIN(field) \ argument 66 #define SHARETAB_DELETE_FIELD(field) \ argument
|
/titanic_41/usr/src/cmd/mailx/ |
H A D | cmd2.c | 611 char field[BUFSIZ]; in retfield() local 677 char **ap, field[BUFSIZ]; in unretfield() local 724 char field[BUFSIZ]; in igfield() local 797 char **ap, field[BUFSIZ]; in unigfield() local
|
/titanic_41/usr/src/common/net/wanboot/crypt/ |
H A D | cmn_test.c | 67 getxdata(unsigned char *cp, char *field, int len) in getxdata()
|
/titanic_41/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_symbol.c | 430 dsym_parse_cat(const char *field, dsym_category_t *cat) in dsym_parse_cat() 464 dsym_parse_intrange(const char *field, int *intval, int min, int max) in dsym_parse_intrange() 580 dsym_parse_type(char *field, dsym_cdtype_t *type) in dsym_parse_type() 659 char *field; in dsym_init_parser() local
|
/titanic_41/usr/src/cmd/sgs/dump/common/ |
H A D | fcns.c | 89 int field; in dump_exec_header() local
|
/titanic_41/usr/src/lib/nametoaddr/straddr/common/ |
H A D | straddr.c | 408 searchhost(struct netconfig *netconfigp, char *token, int field, char *hostbuf) in searchhost() 515 searchserv(struct netconfig *netconfigp, char *token, int field, char *servname) in searchserv()
|
/titanic_41/usr/src/lib/libeti/form/common/ |
H A D | field.c | 189 dup_field(FIELD *field, int frow, int fcol) in dup_field() 238 link_field(FIELD *field, int frow, int fcol) in link_field()
|