Home
last modified time | relevance | path

Searched refs:kid (Results 1 – 25 of 29) sorted by relevance

12

/netbsd/external/bsd/openldap/dist/contrib/slapd-modules/kinit/
H A Dkinit.c64 rc = krb5_cc_get_principal(kid->ctx, kid->ccache, &princ); in kinit_check_tgt()
129 krb5_cc_end_seq_get(kid->ctx, kid->ccache, &cursor); in kinit_check_tgt()
152 rc = krb5_get_renewed_creds(kid->ctx, &creds, kid->princ, kid->ccache, NULL); in kinit_qtask()
161 krb5_cc_store_cred(kid->ctx, kid->ccache, &creds); in kinit_qtask()
170 kid->keytab, 0, NULL, kid->opts); in kinit_qtask()
212 rc = krb5_cc_default(kid->ctx, &kid->ccache ); in kinit_initialize()
233 rc = krb5_get_init_creds_opt_set_out_ccache( kid->ctx, kid->opts, kid->ccache); in kinit_initialize()
269 if (kid) { in term_module()
281 krb5_free_principal(kid->ctx, kid->princ); in term_module()
283 krb5_cc_close(kid->ctx, kid->ccache); in term_module()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_tree.d66 Node*[2] kid; in FreeTree()
69 ref Node* left() { return kid[0]; } in FreeTree()
70 ref Node* right() { return kid[1]; } in FreeTree()
87 auto newRoot = which.kid[toggler], orphan = which.kid[!toggler]; in FreeTree()
89 for (Node* n = void; (n = newRoot.kid[!toggler]) !is null; ) in FreeTree()
93 newRoot.kid[!toggler] = orphan; in FreeTree()
112 return findAndRemove(n.kid[s > n.size], s); in FreeTree()
176 auto opposing = parent.kid[!toRight]; in FreeTree()
178 parent.kid[!toRight] = opposing.kid[toRight]; in FreeTree()
179 opposing.kid[toRight] = parent; in FreeTree()
[all …]
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_tree.d69 Node*[2] kid; in FreeTree()
72 ref Node* left() { return kid[0]; } in FreeTree()
73 ref Node* right() { return kid[1]; } in FreeTree()
90 auto newRoot = which.kid[toggler], orphan = which.kid[!toggler]; in FreeTree()
92 for (Node* n = void; (n = newRoot.kid[!toggler]) !is null; ) in FreeTree()
96 newRoot.kid[!toggler] = orphan; in FreeTree()
115 return findAndRemove(n.kid[s > n.size], s); in FreeTree()
179 auto opposing = parent.kid[!toRight]; in FreeTree()
181 parent.kid[!toRight] = opposing.kid[toRight]; in FreeTree()
182 opposing.kid[toRight] = parent; in FreeTree()
[all …]
/netbsd/sys/net80211/
H A Dieee80211_ioctl.c880 u_int kid; in ieee80211_ioctl_getkey() local
888 kid = ik.ik_keyix; in ieee80211_ioctl_getkey()
1321 u_int kid, len; in ieee80211_ioctl_get80211_fbsd() local
1624 u_int16_t kid; in ieee80211_ioctl_setkey() local
1687 int kid, error; in ieee80211_ioctl_delkey() local
2049 u_int kid; in ieee80211_ioctl_set80211() local
2625 if (kid < 0 || kid >= IEEE80211_WEP_NKID) { in ieee80211_ioctl()
2639 for (kid = 0; kid < IEEE80211_WEP_NKID; kid++) { in ieee80211_ioctl()
2654 for (kid = 0; kid < IEEE80211_WEP_NKID; kid++) { in ieee80211_ioctl()
2668 for (kid = 0; kid < IEEE80211_WEP_NKID; kid++) { in ieee80211_ioctl()
[all …]
/netbsd/sys/dev/ic/
H A Dan.c169 int buflen, kid, rid; in an_attach() local
236 kid = le16toh(akey->an_key_index); in an_attach()
239 rid, buflen, sizeof(*akey), kid, in an_attach()
241 if (kid == 0xffff) { in an_attach()
246 if (kid >= IEEE80211_WEP_NKID) in an_attach()
248 sc->sc_perskeylen[kid] = le16toh(akey->an_key_len); in an_attach()
249 sc->sc_wepkeys[kid].an_wep_keylen = -1; in an_attach()
1310 an_write_wepkey(struct an_softc *sc, int type, struct an_wepkey *keys, int kid) in an_write_wepkey() argument
1329 if (kid >= 0) { in an_write_wepkey()
1331 akey->an_mac_addr[0] = kid; in an_write_wepkey()
/netbsd/games/quiz/datfiles/
H A Dbabies11 kid:goat|antelope
/netbsd/external/cddl/osnet/sys/kern/
H A Dmisc.c121 thread_join(uint64_t kid) in thread_join() argument
/netbsd/external/gpl3/gdb/dist/gdb/stubs/
H A Dia64vms-stub.c844 pthreadDebugKId_t kid, in kthdinfo_callback() argument
854 pthreadDebugKId_t kid) in hold_callback() argument
863 pthreadDebugKId_t kid) in unhold_callback() argument
873 pthreadDebugKId_t kid) in getfreg_callback() argument
883 pthreadDebugKId_t kid) in setfreg_callback() argument
893 pthreadDebugKId_t kid) in getreg_callback() argument
903 pthreadDebugKId_t kid) in setreg_callback() argument
/netbsd/external/gpl3/gdb.old/dist/gdb/stubs/
H A Dia64vms-stub.c844 pthreadDebugKId_t kid, in kthdinfo_callback() argument
854 pthreadDebugKId_t kid) in hold_callback() argument
863 pthreadDebugKId_t kid) in unhold_callback() argument
873 pthreadDebugKId_t kid) in getfreg_callback() argument
883 pthreadDebugKId_t kid) in setfreg_callback() argument
893 pthreadDebugKId_t kid) in getreg_callback() argument
903 pthreadDebugKId_t kid) in setreg_callback() argument
/netbsd/sys/dev/pci/
H A Dif_iwnreg.h587 #define IWN_KFLAG_KID(kid) ((kid) << 8) argument
594 uint8_t kid; member
627 uint8_t kid; member
H A Dif_iwn.c5067 node.kid = k->k_id; in iwn_set_key()
5096 node.kid = 0xff; in iwn_delete_key()
/netbsd/external/bsd/wpa/dist/src/common/
H A Ddpp.c4543 if (kid) { in dpp_build_jwk()
4545 wpabuf_put_str(buf, kid); in dpp_build_jwk()
5106 struct wpabuf *kid = NULL; in dpp_parse_jws_prot_hdr() local
5167 if (!kid) { in dpp_parse_jws_prot_hdr()
5172 kid); in dpp_parse_jws_prot_hdr()
5176 return kid; in dpp_parse_jws_prot_hdr()
5561 struct wpabuf *kid = NULL; in dpp_process_signed_connector() local
5608 if (!kid) { in dpp_process_signed_connector()
5711 wpabuf_free(kid); in dpp_process_signed_connector()
6158 os_free(conf->kid); in dpp_configurator_free()
[all …]
H A Ddpp.h254 char *kid; member
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dshrink-wrap.c1227 basic_block kid = get_immediate_dominator (CDI_POST_DOMINATORS, bb); in place_prologue_for_one_component() local
1228 if (dominated_by_p (CDI_DOMINATORS, kid, bb) in place_prologue_for_one_component()
1229 && bitmap_bit_p (SW (kid)->has_components, which)) in place_prologue_for_one_component()
H A Dshrink-wrap.cc1238 basic_block kid = get_immediate_dominator (CDI_POST_DOMINATORS, bb); in place_prologue_for_one_component() local
1239 if (dominated_by_p (CDI_DOMINATORS, kid, bb) in place_prologue_for_one_component()
1240 && bitmap_bit_p (SW (kid)->has_components, which)) in place_prologue_for_one_component()
H A Dgenmatch.c1832 dt_node *kid; in append_node() local
1834 kid = decision_tree::find_node (kids, n); in append_node()
1835 if (kid) in append_node()
1836 return kid; in append_node()
H A Dgenmatch.cc1840 dt_node *kid; in append_node() local
1842 kid = decision_tree::find_node (kids, n); in append_node()
1843 if (kid) in append_node()
1844 return kid; in append_node()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dshrink-wrap.c1227 basic_block kid = get_immediate_dominator (CDI_POST_DOMINATORS, bb); in place_prologue_for_one_component() local
1228 if (dominated_by_p (CDI_DOMINATORS, kid, bb) in place_prologue_for_one_component()
1229 && bitmap_bit_p (SW (kid)->has_components, which)) in place_prologue_for_one_component()
H A Dgenmatch.c1832 dt_node *kid; in append_node() local
1834 kid = decision_tree::find_node (kids, n); in append_node()
1835 if (kid) in append_node()
1836 return kid; in append_node()
/netbsd/external/gpl3/gdb/dist/sim/arm/
H A DChangeLog168 * gdbhost.c, gdbhost.h, kid.c, main.c, parent.c: Delete files.
204 * kid.c: Likewise.
668 gdbhost.c, gdbhost.h, iwmmxt.c, iwmmxt.h, kid.c, main.c,
/netbsd/external/gpl3/gdb.old/dist/sim/arm/
H A DChangeLog168 * gdbhost.c, gdbhost.h, kid.c, main.c, parent.c: Delete files.
204 * kid.c: Likewise.
668 gdbhost.c, gdbhost.h, iwmmxt.c, iwmmxt.h, kid.c, main.c,
/netbsd/games/fortune/datfiles/
H A Dfortunes-o.real763 If you're a real good kid, I'll give you a piggy-back ride on a
1137 Remember when you were a kid and the boys didn't like the girls? Only
H A Dfortunes21912 "Damn kid had it under his coat."
10345 I hope you have a kid just like yourself.
11712 I get attacked by a kid with stereo sound,
15754 That deaf, dumb, and blind kid,
15764 That deaf, dumb, and blind kid,
19446 Have you flogged your kid today?
25231 If you're a real good kid, I'll give you a
49819 Oh, such a wonderful kid he is.
51444 I tell ya I was an ugly kid. I was so ugly that my Dad kept the kid's
54407 You're not a kid at thirty-three,
[all …]
H A Dlimerick-o.real56 A most reprehensible kid,
684 That greasy kid stuff from a fellow.
4176 And the head of a kid just emergin'.
H A Dfortunes2-o.real486 A ten-year-old kid came home from school one day, and when his mom
1089 "Damn kid had it under his coat."
1818 country. Well, by the time the kid shows up, the family is prepared. They
1819 look over the kid's photos and information and they say, 'Oh, the Emersons...
1822 "Bam, the door shuts in the kid's face and he's back to zero again.
1825 we even sent one kid all the way to Australia. I mean, really. Besides, if
9219 The father took little Johnny aside and said: "Look, kid, it's
9769 But the kid was so tight,
10547 Remember when you were a kid and the boys didn't like the girls? Only

12