Searched refs:kv (Results 1 - 21 of 21) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/isccc/
H A Dalist.c161 isccc_sexpr_t *kv, *k, *elt; local
163 kv = isccc_alist_assq(alist, key);
164 if (kv == NULL) {
171 kv = isccc_sexpr_cons(k, value);
172 if (kv == NULL) {
173 isccc_sexpr_free(&kv);
176 elt = isccc_sexpr_addtolist(&alist, kv);
178 isccc_sexpr_free(&kv);
185 isccc_sexpr_free(&CDR(kv));
186 CDR(kv)
195 isccc_sexpr_t *v, *kv; local
210 isccc_sexpr_t *v, *kv; local
225 isccc_sexpr_t *kv; local
236 isccc_sexpr_t *kv, *v; local
255 isccc_sexpr_t *kv, *v; local
274 isccc_sexpr_t *elt, *kv, *k, *v; local
[all...]
H A Dcc.c160 isccc_sexpr_t *kv, *elt, *k, *v; local
168 kv = ISCCC_SEXPR_CAR(elt);
169 k = ISCCC_SEXPR_CAR(kv);
171 v = ISCCC_SEXPR_CDR(kv);
705 isccc_sexpr_t *kv, *v; local
709 kv = isccc_alist_assq(alist, key);
710 if (kv != NULL) {
711 v = ISCCC_SEXPR_CDR(kv);
727 isccc_sexpr_t *kv, *v; local
729 kv
[all...]
/freebsd-9.3-release/lib/libutil/
H A Dkinfo_getvmmap.c20 struct kinfo_vmentry *kiv, *kp, *kv; local
46 kv = (struct kinfo_vmentry *)(uintptr_t)bp;
47 bp += kv->kve_structsize;
61 kv = (struct kinfo_vmentry *)(uintptr_t)bp;
63 memcpy(kp, kv, kv->kve_structsize);
65 bp += kv->kve_structsize;
/freebsd-9.3-release/contrib/smbfs/lib/smb/
H A Dsubr.c72 int kv; local
73 size_t kvlen = sizeof(kv);
78 error = sysctlbyname("net.smb.version", &kv, &kvlen, NULL, 0);
83 if (NSMB_VERSION != kv) {
84 warnx("%s: kernel module version(%d) don't match library(%d).\n", __FUNCTION__, kv, NSMB_VERSION);
/freebsd-9.3-release/gnu/usr.bin/rcs/
H A Drcstest194 sed 's/@/$/g' >a.kv <<EOF
211 sed 's/:.*\$/$/' a.kv >a.k &&
212 sed -e 's/w s [$]/w s '"$me"' $/' -e 's/[$]Locker: /&'"$me/" a.kv >a.kvl &&
213 sed s/Oz//g a.kv >a.e &&
214 sed s/Oz/N/g a.kv >a.N &&
216 sed -e 's/\$[^ ]*: //' -e 's/ \$//' a.kv >a.v &&
219 $diff a.kv a.c || { echo "#keyword expansion failed"; exit 1; }
222 cp a.kv a.o && cp a.o a.b || exit 2
226 $diff a.kv a.c || { echo "#ci -k failed"; exit 1; }
227 sed -n 's/^[^$]*\$/$/p' a.kv >
[all...]
/freebsd-9.3-release/contrib/amd/amd/
H A Dmapc.c406 kv **h;
407 kv *n;
438 n = ALLOC(struct kv);
452 kv *k;
523 kv *maphash[NKVHASH], *tmphash[NKVHASH];
710 kv *k = m->kvhash[i];
712 kv *n = k->next;
791 kv *k = 0;
1085 kv *k = m->kvhash[i];
H A Damd.h212 typedef struct kv kv; typedef in typeref:struct:kv
336 struct kv { struct
337 kv *next;
358 kv *kvhash[NKVHASH]; /* Cached data */
H A Dreaddir.c127 kv *k;
H A Dnfs_subr.c597 kv *k;
/freebsd-9.3-release/lib/libncp/
H A Dncpl_subr.c243 int kv; local
244 size_t kvlen = sizeof(kv);
249 error = sysctlbyname("net.ncp.version", &kv, &kvlen, NULL, 0);
257 if (NCP_VERSION != kv) {
258 fprintf(stderr, "%s: kernel module version(%d) don't match library(%d).\n", __func__, kv, NCP_VERSION);
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_control.c3352 struct ctl_var *kv; local
3406 for (kv = ext_sys_var; kv && !(EOV & kv->flags); kv++)
3407 if (DEF & kv->flags)
3408 ctl_putdata(kv->text, strlen(kv->text),
4605 struct ctl_var * kv;
4635 kv
5079 struct ctl_var *kv; local
5176 add_var( struct ctl_var **kv, u_long size, u_short def ) argument
5202 set_var( struct ctl_var **kv, const char *data, u_long size, u_short def ) argument
[all...]
H A Drefclock_parse.c432 struct ctl_var *kv; /* additional pseudo variables */ member in struct:parseunit
2840 free_varlist(parse->kv);
3060 parse->kv = (struct ctl_var *)0;
3693 k = parse->kv;
4333 set_var(&parse->kv, buffer, strlen(buffer)+1, RO|DEF);
4387 set_var(&parse->kv, buffer, strlen(buffer)+1, RO|DEF);
4402 set_var(&parse->kv, buffer, sizeof(buffer), RO|DEF);
4418 set_var(&parse->kv, buffer, sizeof(buffer), RO|DEF);
4482 set_var(&parse->kv, buffer, sizeof(buffer), RO|DEF);
4508 set_var(&parse->kv, buffe
[all...]
/freebsd-9.3-release/sys/dev/mwl/
H A Dmwlhal.c1186 mwl_hal_keyset(struct mwl_hal_vap *vap, const MWL_HAL_KEYVAL *kv, argument
1196 if (kv->keyFlags & (KEY_FLAG_TXGROUPKEY|KEY_FLAG_RXGROUPKEY))
1201 pCmd->KeyParam.KeyTypeId = htole16(kv->keyTypeId);
1202 pCmd->KeyParam.KeyInfo = htole32(kv->keyFlags);
1203 pCmd->KeyParam.KeyIndex = htole32(kv->keyIndex);
1205 memcpy(&pCmd->KeyParam.Key, &kv->key, kv->keyLen);
1206 switch (kv->keyTypeId) {
1208 pCmd->KeyParam.KeyLen = htole16(kv->keyLen);
1213 htole16(kv
1236 mwl_hal_keyreset(struct mwl_hal_vap *vap, const MWL_HAL_KEYVAL *kv, const uint8_t mac[IEEE80211_ADDR_LEN]) argument
[all...]
H A Dmwlhal.h455 int mwl_hal_keyset(struct mwl_hal_vap *, const MWL_HAL_KEYVAL *kv,
462 int mwl_hal_keyreset(struct mwl_hal_vap *, const MWL_HAL_KEYVAL *kv,
/freebsd-9.3-release/contrib/cvs/src/
H A Drcs.c51 {"kv", "kvl", "k", "v", "o", "b", (char *) NULL};
466 Node *q, *kv; local
604 kv = getnode ();
605 kv->type = rcsbuf_valcmp (&rcsbuf) ? RCSCMPFLD : RCSFIELD;
606 kv->key = xstrdup (key);
607 kv->data = rcsbuf_valcopy (&rcsbuf, value, kv->type == RCSFIELD,
609 if (addnode (rdata->other, kv) != 0)
613 freenode (kv);
800 Node *kv; local
825 Node *kv; local
7817 Node *kv; local
[all...]
H A Dsanity.sh2506 keyword substitution: kv
3600 keyword substitution: kv
3617 keyword substitution: kv
3636 keyword substitution: kv
3653 keyword substitution: kv
3672 keyword substitution: kv
3689 keyword substitution: kv
5929 keyword substitution: kv
5941 keyword substitution: kv
6309 keyword substitution: kv
[all...]
/freebsd-9.3-release/lib/libc/resolv/
H A Dres_send.c840 struct kevent kv; local
950 EV_SET(&kv, s, EVFILT_READ, EV_ADD | EV_ONESHOT, 0, 0, 0);
951 n = _kevent(kq, &kv, 1, &kv, 1, &timeout);
989 if (kv.ident != s)
/freebsd-9.3-release/lib/libc/rpc/
H A Dclnt_dg.c326 struct kevent kv; local
460 n = _kevent(cu->cu_kq, &cu->cu_kin, kin_len, &kv, 1, &ts);
465 if (kv.flags & EV_ERROR) {
466 cu->cu_error.re_errno = kv.data;
/freebsd-9.3-release/lib/libprocstat/
H A Dlibprocstat.c1847 struct kinfo_vmentry *kiv, *kp, *kv; local
1866 kv = (struct kinfo_vmentry *)(uintptr_t)bp;
1867 bp += kv->kve_structsize;
1881 kv = (struct kinfo_vmentry *)(uintptr_t)bp;
1883 memcpy(kp, kv, kv->kve_structsize);
1885 bp += kv->kve_structsize;
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps.osf1r5494 key_next_pane knpn str kv - - ----K next-pane key
1096 #key_next_pane knpn str kv - - ----K next-pane key
H A DCaps.aix4527 key_next_pane knpn str kv - - ----K next-pane key

Completed in 302 milliseconds