/titanic_44/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | known_wlans.c | 64 typedef struct kw { struct 91 kw_t *kw; in kw_list_free() local 95 kw = (kw_t *)kw_list.q_forw; in kw_list_free() 98 while (kw->kw_bssids.q_forw != &kw->kw_bssids) { in kw_list_free() 99 b = (bssid_t *)kw->kw_bssids.q_forw; in kw_list_free() 104 remque(&kw->kw_links); in kw_list_free() 105 free(kw); in kw_list_free() 113 kw_t *kw; in kw_lookup() local 118 for (kw = (kw_t *)kw_list.q_forw; in kw_lookup() 119 kw != (kw_t *)&kw_list; in kw_lookup() [all …]
|
/titanic_44/usr/src/uts/common/os/ |
H A D | ksyms_snapshot.c | 132 ksyms_walkinfo_t kw; in ksyms_snapshot() local 142 (void) ksyms_walk(&kw, NULL, 0, NULL, NULL, in ksyms_snapshot() 170 shp->sh_offset = kw.kw_size[KW_HEADER]; in ksyms_snapshot() 171 shp->sh_size = kw.kw_size[KW_LOCALS] + kw.kw_size[KW_GLOBALS]; in ksyms_snapshot() 173 shp->sh_info = kw.kw_size[KW_LOCALS] / sizeof (Sym); in ksyms_snapshot() 180 shp->sh_offset = kw.kw_size[KW_HEADER] + in ksyms_snapshot() 181 kw.kw_size[KW_LOCALS] + kw.kw_size[KW_GLOBALS]; in ksyms_snapshot() 182 shp->sh_size = kw.kw_size[KW_STRINGS]; in ksyms_snapshot() 197 size += ksyms_walk(&kw, buf, (bufsize - size), emit, &hdr, in ksyms_snapshot() 199 size += ksyms_walk(&kw, buf, (bufsize - size), emit, in ksyms_snapshot() [all …]
|
/titanic_44/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_matching.c | 56 keyword2string(unsigned int kw) in keyword2string() argument 59 switch(kw) { in keyword2string() 276 struct keyword_desc *kw, *nextkw; in parse_rule_component() local 282 for (kw = matching_keywords; kw->value != NULL; kw++) { in parse_rule_component() 283 if (strncmp(*rule, kw->value, kw->length) == 0) { in parse_rule_component() 284 kw_type = kw->kwtype; in parse_rule_component() 285 kwval_type = kw->kwvaltype; in parse_rule_component() 286 *rule += kw->length; in parse_rule_component() 287 *remaining -= kw->length; in parse_rule_component() 291 if (kw->value == NULL) { in parse_rule_component() [all …]
|
/titanic_44/usr/src/cmd/vgrind/ |
H A D | vgrindefs.src | 28 :kw=abs and array beginproc boolean by case cdnl char copied dispose\ 43 :kw=and array assert begin case const div do downto else end file for\ 50 :kw=asm auto break case char continue default do double else enum\ 57 :kw=and begin decode define end eql eqv geq gtr if leave leq lss mod\ 65 :kw=break case cd continue do done \ 73 :kw=alias alloc break breaksw case cd chdir continue default\ 82 :kw=constant functions grammar reswords tokens add1 addste\ 94 :kw=break by case create default do dynamic else end every external\ 105 :kw=DRETURN DRIVER arith break case character default define do\ 117 :kw=and array begin by case const\ [all …]
|
/titanic_44/usr/src/cmd/logadm/ |
H A D | kw.c | 201 struct fn *kw = fn_new(NULL); in kw_expand() local 270 fn_renew(kw, NULL); in kw_expand() 271 fn_putc(kw, c); in kw_expand() 273 fn_putc(kw, fn_getc(src)); in kw_expand() 277 fn_s(kw))) == NULL) { in kw_expand() 282 fn_putfn(dst, kw); in kw_expand() 385 fn_free(kw); in kw_expand()
|
H A D | Makefile | 27 OBJS= conf.o err.o fn.o glob.o kw.o lut.o main.o opts.o
|
/titanic_44/usr/src/tools/ndrgen/ |
H A D | ndr_lex.c | 163 ndr_keyword_t *kw; in keyw_tab_init() local 167 kw = &kwtable[i]; in keyw_tab_init() 169 sym = sym_enter(kw->name); in keyw_tab_init() 170 sym->kw = kw; in keyw_tab_init() 268 if (sym->kw) { in yylex() 269 return (sym->kw->token); in yylex() 364 return (sym->kw->token); in yylex() 374 return (sym->kw->token); in yylex()
|
H A D | ndrgen.h | 86 ndr_keyword_t *kw; member
|
H A D | ndr_anal.c | 762 if (!sym->kw) in seed_basic_types() 765 if (sym->kw->token != BASIC_TYPE) in seed_basic_types() 773 ti->size_fixed_part = sym->kw->value; in seed_basic_types()
|
/titanic_44/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | xlator.c | 203 char *kw; in xlator_start_if() local 210 kw = "Function"; in xlator_start_if() 213 kw = "Data"; in xlator_start_if() 224 seterrline(Curline, meta_info.mi_filename, kw, value); in xlator_start_if() 236 "Error: Missing argument in \"%s\" line", kw); in xlator_start_if()
|
/titanic_44/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | trace.c | 217 char *kw; in xlator_start_if() local 221 kw = "Function"; in xlator_start_if() 224 kw = "Data"; in xlator_start_if() 234 seterrline(LINE, m.mi_filename, kw, value); in xlator_start_if() 246 "missing argument in \"%s\" line", kw); in xlator_start_if()
|
/titanic_44/usr/src/cmd/mdb/common/modules/dtrace/ |
H A D | dof.c | 1067 uint_t d = 0, kd = 0, w = 0, kw = 0; in _mdb_init() local 1082 kw++; /* count common walkers */ in _mdb_init() 1086 modinfo.mi_walkers = mdb_zalloc(sizeof (*wp) * (w + kw + 1), UM_SLEEP); in _mdb_init() 1095 (modinfo.mi_walkers + w), sizeof (*wp) * kw); in _mdb_init()
|
/titanic_44/usr/src/cmd/localedef/ |
H A D | collate.c | 801 add_order_bit(int kw) in add_order_bit() argument 805 switch (kw) { in add_order_bit()
|
/titanic_44/usr/src/lib/libast/common/port/ |
H A D | lc.tab | 221 kw kuwait ar
|
/titanic_44/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_hw.c | 586 get_vpd_keyword_val(const struct t4_vpd_hdr *v, const char *kw) in get_vpd_keyword_val() argument 601 if (memcmp(buf + i, kw, 2) == 0) { in get_vpd_keyword_val()
|