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

/freebsd-10-stable/lib/libutil/
H A Dkinfo_getvmmap.c20 struct kinfo_vmentry *kiv, *kp, *kv; local
46 kv = (struct kinfo_vmentry *)(uintptr_t)bp;
47 if (kv->kve_structsize == 0)
49 bp += kv->kve_structsize;
63 kv = (struct kinfo_vmentry *)(uintptr_t)bp;
64 if (kv->kve_structsize == 0)
67 memcpy(kp, kv, kv->kve_structsize);
69 bp += kv->kve_structsize;
/freebsd-10-stable/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-10-stable/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-10-stable/usr.bin/sort/
H A Dcoll.c109 const struct key_value *kv; local
111 kv = get_key_from_keys_array(ka, i);
112 if (kv->k && kv->k != s)
113 bwsfree(kv->k);
138 struct key_value *kv; local
140 kv = get_key_from_keys_array(ka, ind);
142 if (kv->k && kv->k != s)
143 bwsfree(kv
174 const struct key_value *kv; local
[all...]
H A Dradixsort.c259 const struct key_value *kv; local
262 kv = get_key_from_keys_array(&sli->ka, 0);
263 bws = kv->k;
/freebsd-10-stable/crypto/openssl/crypto/srp/
H A Dsrp_lib.c185 BIGNUM *kv = NULL, *gb = NULL; local
193 if ((kv = BN_new()) == NULL ||
201 !BN_mod_mul(kv, v, k, N, bn_ctx) ||
202 !BN_mod_add(B, gb, kv, N, bn_ctx)) {
208 BN_clear_free(kv);
/freebsd-10-stable/contrib/amd/amd/
H A Dmapc.c136 static void mapc_clear_kvhash(kv **);
421 kv **h;
422 kv *n;
492 n = ALLOC(struct kv);
507 kv *k;
578 kv *maphash[NKVHASH];
758 mapc_clear_kvhash(kv **kvhash)
767 kv *k = kvhash[i];
769 kv *n = k->next;
857 kv *
[all...]
H A Damd.h208 typedef struct kv kv; typedef in typeref:struct:kv
338 struct kv { struct
339 kv *next;
361 kv *kvhash[NKVHASH]; /* Cached data */
H A Dreaddir.c125 kv *k;
540 kv *k;
H A Dnfs_subr.c604 kv *k;
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_control.c3330 struct ctl_var *kv; local
3384 for (kv = ext_sys_var; kv && !(EOV & kv->flags); kv++)
3385 if (DEF & kv->flags)
3386 ctl_putdata(kv->text, strlen(kv->text),
4590 struct ctl_var * kv;
4620 kv
5064 struct ctl_var *kv; local
5161 add_var( struct ctl_var **kv, u_long size, u_short def ) argument
5187 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;
3694 k = parse->kv;
4344 set_var(&parse->kv, buffer, strlen(buffer)+1, RO|DEF);
4398 set_var(&parse->kv, buffer, strlen(buffer)+1, RO|DEF);
4413 set_var(&parse->kv, buffer, sizeof(buffer), RO|DEF);
4429 set_var(&parse->kv, buffer, sizeof(buffer), RO|DEF);
4493 set_var(&parse->kv, buffer, sizeof(buffer), RO|DEF);
4519 set_var(&parse->kv, buffe
[all...]
/freebsd-10-stable/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-10-stable/lib/libc/resolv/
H A Dres_send.c843 struct kevent kv; local
953 EV_SET(&kv, s, EVFILT_READ, EV_ADD | EV_ONESHOT, 0, 0, 0);
954 n = _kevent(kq, &kv, 1, &kv, 1, &timeout);
992 if (kv.ident != s)
/freebsd-10-stable/lib/libc/rpc/
H A Dclnt_dg.c331 struct kevent kv; local
465 n = _kevent(cu->cu_kq, &cu->cu_kin, kin_len, &kv, 1, &ts);
470 if (kv.flags & EV_ERROR) {
471 cu->cu_error.re_errno = kv.data;
/freebsd-10-stable/lib/libprocstat/
H A Dlibprocstat.c1850 struct kinfo_vmentry *kiv, *kp, *kv; local
1869 kv = (struct kinfo_vmentry *)(uintptr_t)bp;
1870 if (kv->kve_structsize == 0)
1872 bp += kv->kve_structsize;
1886 kv = (struct kinfo_vmentry *)(uintptr_t)bp;
1887 if (kv->kve_structsize == 0)
1890 memcpy(kp, kv, kv->kve_structsize);
1892 bp += kv->kve_structsize;
/freebsd-10-stable/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 524 milliseconds