| /onnv/onnv-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
| symtab.h | 37 typedef struct entry_t ENTRY; /* Forward declaration */ 65 extern ENTRY *symtab_get_function(void); 68 extern ENTRY *symtab_get_exception(void); 71 extern ENTRY *symtab_get_errval(void); 74 extern ENTRY *symtab_get_first_arg(void); 75 extern ENTRY *symtab_get_next_arg(void); 76 extern ENTRY *symtab_get_last_arg(void); 79 extern ENTRY *symtab_get_first_vararg(void); 80 extern ENTRY *symtab_get_next_vararg(void); 84 extern ENTRY *symtab_get_first_global(void) [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/lib/requests/ |
| r_head.c | 44 #define ENTRY(X) X, sizeof(X)-1 46 ENTRY("C "), /* RQ_COPIES */ 47 ENTRY("D "), /* RQ_DEST */ 48 ENTRY("F "), /* RQ_FILE */ 49 ENTRY("f "), /* RQ_FORM */ 50 ENTRY("H "), /* RQ_HANDL */ 51 ENTRY("N "), /* RQ_NOTIFY */ 52 ENTRY("O "), /* RQ_OPTS */ 53 ENTRY("P "), /* RQ_PRIOR */ 54 ENTRY("p "), /* RQ_PGES * [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/lib/printers/ |
| p_head.c | 45 #define ENTRY(X) X, sizeof(X)-1 47 ENTRY("Banner:"), 0, /* PR_BAN */ 48 ENTRY("CPI:"), 0, /* PR_CPI */ 49 ENTRY("Character sets:"), 1, /* PR_CS */ 50 ENTRY("Content types:"), 1, /* PR_ITYPES */ 51 ENTRY("Device:"), 0, /* PR_DEV */ 52 ENTRY("Dial:"), 0, /* PR_DIAL */ 53 ENTRY("Fault:"), 0, /* PR_RECOV */ 54 ENTRY("Interface:"), 0, /* PR_INTFC */ 55 ENTRY("LPI:"), 0, /* PR_LPI * [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/amd64/unwind/ |
| unwind_frame.s | 29 #define ENTRY(x) \ 49 ENTRY(_Unw_capture_regs) 67 ENTRY(_Unw_jmp)
|
| /onnv/onnv-gate/usr/src/cmd/lp/lib/forms/ |
| f_head.c | 45 #define ENTRY(X) X, sizeof(X)-1 47 ENTRY("page length:"), 1, /* FO_PLEN */ 48 ENTRY("page width:"), 1, /* FO_PWID */ 49 ENTRY("number of pages:"), 1, /* FO_NP */ 50 ENTRY("line pitch:"), 1, /* FO_LPI */ 51 ENTRY("character pitch:"), 1, /* FO_CPI */ 52 ENTRY("character set choice:"), 1, /* FO_CHSET */ 53 ENTRY("ribbon color:"), 1, /* FO_RCOLOR */ 54 ENTRY("comment:"), 0, /* FO_CMT */ 55 ENTRY("alignment pattern:"), 1, /* FO_ALIGN * [all...] |
| /onnv/onnv-gate/usr/src/head/ |
| search.h | 53 typedef struct entry { char *key, *data; } ENTRY; struct 59 ENTRY *hsearch(ENTRY, ACTION); 69 ENTRY *hsearch();
|
| /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
| search.h | 54 typedef struct entry { struct 57 } ENTRY; 69 ENTRY *hsearch __P((ENTRY, ACTION));
|
| /onnv/onnv-gate/usr/src/lib/libbc/inc/include/ |
| search.h | 31 typedef struct entry { char *key, *data; } ENTRY; struct
|
| /onnv/onnv-gate/usr/src/cmd/sh/ |
| hash.h | 57 typedef struct entry struct 63 struct entry *next; 64 } ENTRY; 66 extern ENTRY *hfind(); 67 extern ENTRY *henter();
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| write.t | 635 format ENTRY = 658 has_format ("ENTRY") or die "No format defined for ENTRY"; 662 local $~ = "ENTRY";
|
| /onnv/onnv-gate/usr/src/lib/libbc/sparc/inc/sparc/ |
| asm_linkage.h | 132 * ENTRY provides a way to insert the calls to mcount for profiling. 136 #define ENTRY(x) \ 148 #define ENTRY(x) \ 158 * ENTRY2 is identical to ENTRY but provides two labels for the entry point. 181 * ALTENTRY provides for additional entry points.
|
| /onnv/onnv-gate/usr/src/uts/sparc/sys/ |
| asm_linkage.h | 151 * ENTRY provides the standard procedure entry code and an easy way to 155 #define ENTRY(x) \ 179 * ENTRY2 is identical to ENTRY but provides two labels for the entry point. 203 * ALTENTRY provides for additional entry points.
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/mountd/ |
| hashset.c | 58 } ENTRY; 61 ENTRY **h_table; /* Pointer to an array of ENTRY'ies */ 73 ENTRY *i_e; 113 h->h_table = exmalloc(initialCapacity * sizeof (ENTRY *)); 115 (void) memset(h->h_table, 0, initialCapacity * sizeof (ENTRY *)); 140 ENTRY *e; 160 ENTRY **newtab = exmalloc(newtabSize * sizeof (ENTRY *)); 162 (void) memset(newtab, 0, newtabSize * sizeof (ENTRY *)); [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/lib/lp/ |
| alerts.c | 63 #define ENTRY(X) X, sizeof(X)-1 64 ENTRY("-ENVIRONMENT-"), 65 ENTRY("-PWD-"), 66 ENTRY("-ULIMIT-"), 67 ENTRY("-UMASK-"), 68 ENTRY("-INTERVAL-"), 69 ENTRY("-CMD-"), 70 ENTRY("-USER-"),
|
| /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
| Flow.java | 35 * direction (entry or return) and depth in the call stack. This 64 /** Entry into a function. */ 65 ENTRY, 139 * Gets the direction of the flow of control (entry or return) 142 * @return non-null flow kind indicating direction of flow (entry or
|
| /onnv/onnv-gate/usr/src/tools/cscope-fast/ |
| invlib.h | 77 long post; /* number of postings for this entry */ 78 } ENTRY;
|
| /onnv/onnv-gate/usr/src/uts/intel/ia32/sys/ |
| asm_linkage.h | 199 * ENTRY provides the standard procedure entry code and an easy way to 203 #define ENTRY(x) \ 225 * ENTRY2 is identical to ENTRY but provides two labels for the entry point. 249 * ALTENTRY provides for additional entry points.
|
| /onnv/onnv-gate/usr/src/cmd/lp/cmd/ |
| lpfilter.c | 84 #define ENTRY(X) X, sizeof(X)-1 85 ENTRY("Input types:"), 86 ENTRY("Output types:"), 87 ENTRY("Printer types:"), 88 ENTRY("Printers:"), 89 ENTRY("Filter type:"), 90 ENTRY("Command:"), 91 ENTRY("Options:"), 92 ENTRY(""), 93 ENTRY("") [all...] |
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| hsearch.c | 113 typedef struct entry { /* Hash table entry */ struct 116 } ENTRY; 120 ENTRY item; 125 static ENTRY *build(); 128 typedef ENTRY TABELEM; /* What the table contains (TABle ELEMents) */ 140 ENTRY *hsearch(); 150 ENTRY *res; /* Result of hsearch */ 151 ENTRY *new; /* Test entry */ [all...] |
| /onnv/onnv-gate/usr/src/cmd/agents/snmp/parser/ |
| backend.c | 54 #define ENTRY 5 356 /* NODE, TABLE, ENTRY, OBJECT, COLUMN */ 393 return ENTRY; 445 case ENTRY: 556 /* consistency of node_type COLUMN, ENTRY, TABLE */ 560 if(current->parent->node_type != ENTRY) 562 error_exit("The node type (%d) of %s is not ENTRY although the node type of %s is COLUMN", 584 case ENTRY: 587 error_exit("The node type (%d) of %s is not TABLE although the node type of %s is ENTRY", 596 error_exit("The node %s of type ENTRY has no INDEX" [all...] |
| /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| shared.h | 293 #define ENTRY(x) .globl EXT_C(x) ; EXT_C(x): 294 #define VARIABLE(x) ENTRY(x) 839 /* Fetch the next entry in the memory map and return the continuation 841 previous continuation value (0 to get the first entry in the 1028 unsigned long *offset, int *entry,
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/db/ |
| db.h | 1018 typedef struct entry { struct [all...] |