/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/ |
H A D | init.c | 53 const sunFm_table_t *table; local 55 for (table = sun_fm_tables; table->t_name != NULL; table++) { 56 int err = table->t_init(); 60 DEBUGMSGTL((MODNAME_STR, "registered table %s\n", 61 table->t_name)); 65 ": table %s initialization failed: duplicate " 66 "registration\n", table->t_name); 70 ": table [all...] |
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | mdoc_hash.c | 33 static unsigned char table[27 * 12]; variable 42 if (*table != '\0') 45 memset(table, UCHAR_MAX, sizeof(table)); 56 if (UCHAR_MAX == table[major + j]) { 57 table[major + j] = (unsigned char)i; 86 if (UCHAR_MAX == (i = table[major + j]))
|
H A D | man_hash.c | 42 * Lookup table is indexed first by lower-case first letter (plus one 48 static unsigned char table[26 * HASH_DEPTH]; variable 56 if (*table != '\0') 59 memset(table, UCHAR_MAX, sizeof(table)); 69 if (UCHAR_MAX == table[x + j]) { 70 table[x + j] = (unsigned char)i; 92 if (UCHAR_MAX == (y = table[x + i]))
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/et/ |
H A D | error_table.h | 18 /*@dependent@*//*@null@*/ const struct error_table *table; member in struct:et_list 23 /*@dependent@*/ const struct error_table *table; member in struct:dynamic_et_list 26 #define ERRCODE_RANGE 8 /* # of bits to shift table number */ 28 #define ERRCODE_MAX 0xFFFFFFFFUL /* Mask for maximum error table */
|
/illumos-gate/usr/src/cmd/ipf/lib/common/ |
H A D | printhash.c | 24 iphtent_t *ipep, **table; local 37 PRINTF("# 'anonymous' table\n"); 41 PRINTF("table"); 127 sz = iph.iph_size * sizeof(*table); 128 table = malloc(sz); 129 if ((*copyfunc)((char *)iph.iph_table, (char *)table, sz)) 133 for (ipep = table[i]; ipep != NULL; ) { 141 free(table);
|
H A D | facpri.c | 27 typedef struct table { struct
|
/illumos-gate/usr/src/cmd/loadkeys/ |
H A D | loadkeys.y | 567 table: label 568 table line
|
/illumos-gate/usr/src/lib/krb5/ss/ |
H A D | invocation.c | 27 register ss_data **table; local 30 table = _ss_table; 33 if (table == (ss_data **) NULL) { 34 table = (ss_data **) malloc(2 * size); 35 table[0] = table[1] = (ss_data *)NULL; 38 for (sci_idx = 1; table[sci_idx] != (ss_data *)NULL; sci_idx++) 40 table = (ss_data **) realloc((char *)table, 42 table[sci_id [all...] |
H A D | list_rqs.c | 46 register ss_request_table **table; local 93 for (table = ss_info(sci_idx)->rqt_tables; *table; table++) { 94 entry = (*table)->requests;
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ActiveDiscoverer.java | 43 * entered into the DA table. 64 private ServerDATable table = null; field in class:ActiveDiscoverer 77 ServerDATable table, 83 this.table = table; 198 table.recordNewDA(url, 250 table); 262 // Add preconfigured DAs to the DA table. Note that we poll the 330 table.recordNewDA(advert.URL, 76 ActiveDiscoverer(int version, ServerDATable table, Vector useScopes, InetAddress address) argument
|
H A D | SLPV1Manager.java | 85 // Service table. 87 private ServiceTable table = null; field in class:SLPV1Manager.SLPV1Advertiser 98 ServiceTable table) 102 this.table = table; 154 daadvert = (SDAAdvert)table.makeDAAdvert(hdr, 198 start(SLPConfig config, ServerDATable table, ServiceTable stable) { argument 96 SLPV1Advertiser(InetAddress interfac, InetAddress maddr, ServiceTable table) argument
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | nscd_biggest.c | 48 insertn(nsc_keephot_t *table, uint_t n, void *data) argument 53 if (n < 1 || table[1].num > n) { 57 size = table[0].num; 58 if (table[size].num < n) /* biggest so far */ 65 if (table[guess].num == n) 67 if (table[guess].num > n) 76 olddata = table[1].ptr; 77 (void) memmove(table + 1, table + 2, 79 table[gues [all...] |
/illumos-gate/usr/src/cmd/oawk/ |
H A D | makeprctab.c | 91 char *table[SIZE]; variable 109 table[p->token-FIRSTTOKEN] = p->name; 112 if (table[i] == 0) 115 printf("/*%s*/\t%s,\n", tokname(i+FIRSTTOKEN), table[i]);
|
/illumos-gate/usr/src/cmd/getent/ |
H A D | getent.c | 37 struct table { struct 38 char *name; /* name of the table */ 42 static struct table t[] = { 62 struct table *p;
|
/illumos-gate/usr/src/cmd/sgs/link_audit/common/ |
H A D | hash.h | 38 hash_entry **table; member in struct:hash
|
/illumos-gate/usr/src/uts/common/ipp/ipgpc/ |
H A D | ba_table.c | 32 /* Implementation file for behavior aggregate (BA) lookup table */ 37 * inserts filter_id into element list of bataid->table->masked_values 40 * bataid->table->masked_values[val], an error message is printed if this 48 ba_table_t *table = &bataid->table; local 60 if (ipgpc_list_insert(&table->masked_values[mskd_val].filter_list, 66 (void) ipgpc_list_insert(&table->masks, mask); 68 ++table->masked_values[mskd_val].info; 77 * searches for all filters matching value in bataid->table 78 * search is performed by appling each mask in bataid->table 91 ba_table_t *table = &bataid->table; local 134 ba_table_t *table = &bataid->table; local [all...] |
H A D | table.c | 31 /* table structure used for exact-match classification of selectors */ 52 * inserts id into table with filter_id as the value 62 hash_table table = taid->table; local 75 if (((table[x].key == key) && (table[x].info == 1)) || 76 (table[x].info == 0)) { 77 table[x].key = key; 78 table[x].info = 1; 79 (void) ipgpc_list_insert(&table[ 126 ht_search(hash_table table, int key) argument 159 hash_table table = taid->table; local 200 hash_table table = taid->table; local [all...] |
/illumos-gate/usr/src/lib/libast/common/regex/ |
H A D | ucs_names.h | 41 Ucs_code_t table; member in struct:Ucs_dat_s
|
/illumos-gate/usr/src/lib/pyzfs/common/ |
H A D | holds.py | 34 import zfs.table namespace 64 t = zfs.table.Table(fields, rjustfields)
|
H A D | userspace.py | 37 import zfs.table namespace 243 t = zfs.table.Table(options.fields, rjustfields)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | genget.c | 80 * Get an entry from the table, from what might be a prefix 83 * table = name entry in table 86 genget(char *name, char **table, int stlen) argument 96 for (c = table; *c != NULL; c = (char **)((char *)c + stlen)) {
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | maketab.c | 108 char *table[SIZE]; variable 147 table[p->token-FIRSTTOKEN] = p->name; 150 if (table[i] == 0) 153 printf("\t%s,\t/* %s */\n", table[i], names[i]);
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | hashcheck.c | 42 unsigned *table; variable 59 y |= (long)table[tp++] << empty; 62 y |= table[tp]>>i-empty; 91 table = (unsigned *)malloc(hindex[NI-1]*sizeof (*table)); 92 (void) fread((char *)table, sizeof (*table), hindex[NI-1], stdin);
|
H A D | hashlook.c | 37 unsigned *table; variable 63 wp = &table[hindex[t]]; 64 tp = &table[hindex[t+1]]; 124 (table = (unsigned *)malloc(hindex[NI-1] * sizeof (*table))) == 0 || 125 read(fileno(f), (char *)table, sizeof (*table) * hindex[NI-1]) != 126 hindex[NI-1] * sizeof (*table)) 137 (table = (unsigned *)malloc(hindex[NI-1] * sizeof (*table))) [all...] |
/illumos-gate/usr/src/uts/i86pc/boot/ |
H A D | boot_mmu.c | 57 * Return the index corresponding to a virt address at a given page table level. 66 * Return a pointer to the page table entry that maps a virtual address. 67 * If there is no page table and probe_only is not set, one is created. 74 paddr_t table; local 87 table = top_page_table; 93 pteval = get_pteval(table, index); 99 table = ma_to_pa(pteval & MMU_PAGEMASK); 100 if (table == -1) { 112 set_pteval(table, index, l, pteval); 114 table [all...] |