Searched refs:kw (Results 1 - 16 of 16) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dknown_wlans.c64 typedef struct kw { struct
91 kw_t *kw; local
95 kw = (kw_t *)kw_list.q_forw;
98 while (kw->kw_bssids.q_forw != &kw->kw_bssids) {
99 b = (bssid_t *)kw->kw_bssids.q_forw;
104 remque(&kw->kw_links);
105 free(kw);
113 kw_t *kw; local
118 for (kw
131 kw_t *kw; local
164 kw_update(kw_t *kw, const char *bssid) argument
199 kw_t *kw; local
300 kw_t *kw; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dksyms_snapshot.c132 ksyms_walkinfo_t kw; local
142 (void) ksyms_walk(&kw, NULL, 0, NULL, NULL,
170 shp->sh_offset = kw.kw_size[KW_HEADER];
171 shp->sh_size = kw.kw_size[KW_LOCALS] + kw.kw_size[KW_GLOBALS];
173 shp->sh_info = kw.kw_size[KW_LOCALS] / sizeof (Sym);
180 shp->sh_offset = kw.kw_size[KW_HEADER] +
181 kw.kw_size[KW_LOCALS] + kw.kw_size[KW_GLOBALS];
182 shp->sh_size = kw
[all...]
/opensolaris-onvv-gate/usr/src/cmd/vgrind/
H A Dvgrindefs.src28 :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
[all...]
/opensolaris-onvv-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c56 keyword2string(unsigned int kw) argument
59 switch(kw) {
276 struct keyword_desc *kw, *nextkw; local
282 for (kw = matching_keywords; kw->value != NULL; kw++) {
283 if (strncmp(*rule, kw->value, kw->length) == 0) {
284 kw_type = kw->kwtype;
285 kwval_type = kw
[all...]
/opensolaris-onvv-gate/usr/src/cmd/logadm/
H A Dkw.c25 * logadm/kw.c -- manage keywords table
53 #include "kw.h"
201 struct fn *kw = fn_new(NULL); local
270 fn_renew(kw, NULL);
271 fn_putc(kw, c);
273 fn_putc(kw, fn_getc(src));
277 fn_s(kw))) == NULL) {
282 fn_putfn(dst, kw);
385 fn_free(kw);
394 * test main for kw modul
[all...]
H A DMakefile27 OBJS= conf.o err.o fn.o glob.o kw.o lut.o main.o opts.o
/opensolaris-onvv-gate/usr/src/tools/ndrgen/
H A Dndrgen.h86 ndr_keyword_t *kw; member in struct:symbol
H A Dndr_anal.c762 if (!sym->kw)
765 if (sym->kw->token != BASIC_TYPE)
773 ti->size_fixed_part = sym->kw->value;
/opensolaris-onvv-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.c203 char *kw; local
210 kw = "Function";
213 kw = "Data";
224 seterrline(Curline, meta_info.mi_filename, kw, value);
236 "Error: Missing argument in \"%s\" line", kw);
/opensolaris-onvv-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c217 char *kw; local
221 kw = "Function";
224 kw = "Data";
234 seterrline(LINE, m.mi_filename, kw, value);
246 "missing argument in \"%s\" line", kw);
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddof.c1067 uint_t d = 0, kd = 0, w = 0, kw = 0; local
1082 kw++; /* count common walkers */
1086 modinfo.mi_walkers = mdb_zalloc(sizeof (*wp) * (w + kw + 1), UM_SLEEP);
1095 (modinfo.mi_walkers + w), sizeof (*wp) * kw);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DLanguage.pm212 kw:Cornish
H A DCountry.pm426 kw:kwt:414:Kuwait
/opensolaris-onvv-gate/usr/src/lib/libast/common/port/
H A Dlc.tab221 kw kuwait ar
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
H A DList.pm298 {ar-kw} Kuwait Arabic;
515 =item {kw} : Cornish
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c6038 int kw; local
6040 kw = keyword(w, s - w) || get_cv(w, FALSE) != 0;
6042 if (kw)

Completed in 114 milliseconds