Searched refs:id (Results 76 - 100 of 2375) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssl/crypto/dso/
H A Ddso_beos.c116 image_id id; local
124 id = load_add_on(filename);
125 if (id < 1) {
130 if (!sk_push(dso->meth_data, (char *)id)) {
141 if (id > 0)
142 unload_add_on(id);
148 image_id id; local
155 id = (image_id) sk_pop(dso->meth_data);
156 if (id < 1) {
160 if (unload_add_on(id) !
173 image_id id; local
199 image_id id; local
[all...]
/freebsd-11-stable/sys/dev/usb/
H A Dusb_parse.c127 struct usb_interface_descriptor *id; local
131 id = (struct usb_interface_descriptor *)ps->desc;
136 id = (struct usb_interface_descriptor *)
137 usb_desc_foreach(cd, (struct usb_descriptor *)id);
138 if (id == NULL)
140 if ((id->bDescriptorType == UDESC_INTERFACE) &&
141 (id->bLength >= sizeof(*id))) {
142 if (ps->iface_no_last == id->bInterfaceNumber) {
151 id
286 usbd_get_no_alts(struct usb_config_descriptor *cd, struct usb_interface_descriptor *id) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dtest_keytab.c46 krb5_keytab id; local
49 ret = krb5_kt_resolve(context, keytab, &id);
55 krb5_kt_remove_entry(context, id, &entry);
57 ret = krb5_kt_have_content(context, id);
61 ret = krb5_kt_close(context, id);
74 krb5_keytab id, id2, id3; local
77 ret = krb5_kt_resolve(context, keytab, &id);
92 krb5_kt_add_entry(context, id, &entry);
98 ret = krb5_kt_get_entry(context, id,
107 ret = krb5_kt_close(context, id);
174 perf_add(krb5_context context, krb5_keytab id, int times) argument
179 perf_find(krb5_context context, krb5_keytab id, int times) argument
184 perf_delete(krb5_context context, krb5_keytab id, int forward, int times) argument
246 krb5_keytab id; local
[all...]
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dcf.c48 char *id; local
66 id = &buf[2];
67 val = strchr(id, '=');
69 val = idend = id + strlen(id);
76 while (idend > id && idend[-1] == ' ')
83 if (sm_strcasecmp(optv[i].opt_name, id) == 0)
/freebsd-11-stable/tools/regression/netinet/ip_id_period/
H A Dip_id_period.py54 id = int(line.split(' id ')[1].split(',')[0]) variable
55 if id in id_lastseen:
56 period = count - id_lastseen[id]
57 if id not in id_minperiod or period < id_minperiod[id]:
58 id_minperiod[id] = period
59 id_lastseen[id] = count
69 print("id: %d period: %d" % (id_tuple[1], id_tuple[0]))
76 print("id
[all...]
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drdma_cma.h167 struct rdma_cm_id *id; member in struct:rdma_cm_event
232 * @id: A reference where the allocated communication identifier will be
250 struct rdma_cm_id **id, void *context,
255 * @id: A reference where the allocated communication identifier will be
276 int rdma_create_ep(struct rdma_cm_id **id, struct rdma_addrinfo *res,
281 * @id: The communication identifier to destroy.
284 * on that id.
288 void rdma_destroy_ep(struct rdma_cm_id *id);
292 * @id: The communication identifier to destroy.
302 int rdma_destroy_id(struct rdma_cm_id *id);
591 rdma_get_local_addr(struct rdma_cm_id *id) argument
596 rdma_get_peer_addr(struct rdma_cm_id *id) argument
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_randomid.c54 uint16_t id; local
62 id = randomid(ctx);
64 if (last[id] > 0) {
65 diff = n - last[id];
69 printf("id %5d: last call at %9"PRIu32
73 id, last[id], n, diff, lowest);
83 last[id] = n;
/freebsd-11-stable/usr.bin/protect/
H A Dprotect.c53 parse_id(char *id) argument
63 value = strtol(id, &ch, 0);
65 warnx("invalid process id");
75 id_t id; local
80 id = getpid();
96 id = parse_id(optarg);
101 id = parse_id(optarg);
115 if (procctl(idtype, id, PROC_SPROTECT, &flags) == -1)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutexset.h26 u64 id; member in struct:__tsan::MutexSet::Desc
33 // The 'id' is obtained from SyncVar::GetId().
34 void Add(u64 id, bool write, u64 epoch);
35 void Del(u64 id, bool write);
36 void Remove(u64 id); // Removes the mutex completely (if it's destroyed).
59 void MutexSet::Add(u64 id, bool write, u64 epoch) {} argument
60 void MutexSet::Del(u64 id, bool write) {} argument
61 void MutexSet::Remove(u64 id) {} argument
/freebsd-11-stable/contrib/atf/atf-c/
H A Dmacros_test.c94 #define H_DEF(id, macro) \
95 ATF_TC_HEAD(h_ ## id, tc) \
99 ATF_TC_BODY(h_ ## id, tc) \
106 #define H_CHECK_HEAD_NAME(id) ATF_TC_HEAD_NAME(h_check_ ## id)
107 #define H_CHECK_BODY_NAME(id) ATF_TC_BODY_NAME(h_check_ ## id)
108 #define H_CHECK(id, condition) \
109 H_DEF(check_ ## id, ATF_CHECK(condition))
111 #define H_CHECK_MSG_HEAD_NAME(id) ATF_TC_HEAD_NAM
[all...]
/freebsd-11-stable/lib/msun/src/
H A Ds_atan.c77 int32_t ix,hx,id; local
93 id = -1;
98 id = 0; x = (2.0*x-one)/(2.0+x);
100 id = 1; x = (x-one)/(x+one);
104 id = 2; x = (x-1.5)/(one+1.5*x);
106 id = 3; x = -1.0/x;
115 if (id<0) return x - x*(s1+s2);
117 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
H A Ds_atanl.c37 int id; local
58 id = -1;
63 id = 0; x = (2.0*x-one)/(2.0+x);
65 id = 1; x = (x-one)/(x+one);
69 id = 2; x = (x-1.5)/(one+1.5*x);
71 id = 3; x = -1.0/x;
80 if (id<0) return x - x*(s1+s2);
82 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dstore_cred.c49 krb5_ccache id; local
83 ret = krb5_cc_cache_match(context, cred->principal, &id);
85 ret = krb5_cc_new_unique(context, NULL, NULL, &id);
94 ret = krb5_cc_initialize(context, id, cred->principal);
96 ret = krb5_cc_copy_match_f(context, cred->ccache, id, NULL, NULL, NULL);
99 krb5_cc_destroy(context, id);
101 krb5_cc_close(context, id);
108 krb5_cc_switch(context, id);
110 krb5_cc_close(context, id);
/freebsd-11-stable/contrib/unbound/dynlibmod/
H A Ddynlibmod.c73 int dynlibmod_init(struct module_env* env, int id) { argument
84 env->modinfo[id] = (void*) de;
162 return de->func_init(env, id);
166 void dynlibmod_deinit(struct module_env* env, int id) { argument
167 struct dynlibmod_env* de = env->modinfo[id];
170 de->func_deinit(env, id);
179 int id, struct outbound_entry* outbound) {
180 struct dynlibmod_env* de = qstate->env->modinfo[id];
182 de->func_operate(qstate, event, id, outbound);
186 void dynlibmod_inform_super(struct module_qstate* qstate, int id, argument
178 dynlibmod_operate(struct module_qstate* qstate, enum module_ev event, int id, struct outbound_entry* outbound) argument
194 dynlibmod_clear(struct module_qstate* qstate, int id) argument
201 dynlibmod_get_mem(struct module_env* env, int id) argument
212 dynlib_inplace_cb_reply_generic(struct query_info* qinfo, struct module_qstate* qstate, struct reply_info* rep, int rcode, struct edns_data* edns, struct edns_option** opt_list_out, struct comm_reply* repinfo, struct regional* region, struct timeval* start_time, int id, void* callback) argument
221 dynlib_inplace_cb_query_generic(struct query_info* qinfo, uint16_t flags, struct module_qstate* qstate, struct sockaddr_storage* addr, socklen_t addrlen, uint8_t* zone, size_t zonelen, struct regional* region, int id, void* callback) argument
229 dynlib_inplace_cb_edns_back_parsed(struct module_qstate* qstate, int id, void* cb_args) argument
235 dynlib_inplace_cb_query_response(struct module_qstate* qstate, struct dns_msg* response, int id, void* cb_args) argument
242 inplace_cb_register_wrapped(void* cb, enum inplace_cb_list_type type, void* cbarg, struct module_env* env, int id) argument
266 inplace_cb_delete_wrapped(struct module_env* env, enum inplace_cb_list_type type, int id) argument
[all...]
/freebsd-11-stable/usr.bin/ident/
H A Dident.c59 struct sbuf *id = sbuf_new_auto(); local
81 sbuf_clear(id);
82 sbuf_putc(id, '$');
83 sbuf_putc(id, c);
96 sbuf_putc(id, c);
126 sbuf_putc(id, c);
160 sbuf_putc(id, c);
166 sbuf_finish(id);
176 c = sbuf_data(id)[sbuf_len(id)
[all...]
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Drdma_server.c41 static struct rdma_cm_id *listen_id, *id; variable in typeref:struct:
81 ret = rdma_get_request(listen_id, &id);
89 ret = ibv_query_qp(id->qp, &qp_attr, IBV_QP_CAP,
101 mr = rdma_reg_msgs(id, recv_msg, 16);
108 send_mr = rdma_reg_msgs(id, send_msg, 16);
116 ret = rdma_post_recv(id, NULL, recv_msg, 16, mr);
122 ret = rdma_accept(id, NULL);
128 while ((ret = rdma_get_recv_comp(id, &wc)) == 0);
134 ret = rdma_post_send(id, NULL, send_msg, 16, send_mr, send_flags);
140 while ((ret = rdma_get_send_comp(id,
[all...]
H A Drdma_client.c42 static struct rdma_cm_id *id; variable in typeref:struct:rdma_cm_id
67 attr.qp_context = id;
69 ret = rdma_create_ep(&id, res, NULL, &attr);
82 mr = rdma_reg_msgs(id, recv_msg, 16);
89 send_mr = rdma_reg_msgs(id, send_msg, 16);
97 ret = rdma_post_recv(id, NULL, recv_msg, 16, mr);
103 ret = rdma_connect(id, NULL);
109 ret = rdma_post_send(id, NULL, send_msg, 16, send_mr, send_flags);
115 while ((ret = rdma_get_send_comp(id, &wc)) == 0);
121 while ((ret = rdma_get_recv_comp(id,
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c68 sdp_init_qp(struct socket *sk, struct rdma_cm_id *id) argument
77 struct ib_device *device = id->device;
113 rc = rdma_create_qp(id, ssk->sdp_dev->pd, &qp_init_attr);
118 ssk->qp = id->qp;
135 sdp_connect_handler(struct socket *sk, struct rdma_cm_id *id, argument
145 sdp_dbg(sk, "%s %p -> %p\n", __func__, sdp_sk(sk)->id, id);
158 rc = sdp_init_qp(child, id);
162 id->context = ssk;
163 ssk->id
183 sdp_response_handler(struct socket *sk, struct rdma_cm_id *id, struct rdma_cm_event *event) argument
261 sdp_cma_handler(struct rdma_cm_id *id, struct rdma_cm_event *event) argument
[all...]
/freebsd-11-stable/stand/efi/libefi/
H A Dlibefi.c43 EFI_GUID *id; local
47 id = &ST->ConfigurationTable[i].VendorGuid;
48 if (!memcmp(id, tbl, sizeof(EFI_GUID)))
/freebsd-11-stable/usr.bin/ipcrm/
H A Dipcrm.c72 msgrm(key_t key, int id) argument
75 if (key == -1 || id == -1) {
87 id = IXSEQ_TO_IPCID(num,
89 if (msgctl(id, IPC_RMID, NULL) < 0) {
91 warn("msqid(%d): ", id);
98 id);
104 id = msgget(key, 0);
105 if (id == -1)
109 return msgctl(id, IPC_RMID, NULL);
113 shmrm(key_t key, int id) argument
154 semrm(key_t key, int id) argument
[all...]
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clkdtrace.c201 dtnfs234_isdoneprobe(dtrace_id_t id) argument
206 if (dtnfsclient_rpcs[i].nr_v4_id_done == id ||
207 dtnfsclient_rpcs[i].nr_v3_id_done == id ||
208 dtnfsclient_rpcs[i].nr_v2_id_done == id)
215 dtnfsclient_getargdesc(void *arg, dtrace_id_t id, void *parg, argument
220 if (id == nfscl_accesscache_flush_done_id ||
221 id == nfscl_attrcache_flush_done_id ||
222 id == nfscl_attrcache_get_miss_id) {
231 } else if (id == nfscl_accesscache_get_hit_id ||
232 id
471 dtnfsclient_destroy(void *arg, dtrace_id_t id, void *parg) argument
476 dtnfsclient_enable(void *arg, dtrace_id_t id, void *parg) argument
502 dtnfsclient_disable(void *arg, dtrace_id_t id, void *parg) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dnodes-table.h73 const svn_fs_id_t *id,
83 a copy id COPY_ID, in the determination of the new node revision
87 const svn_fs_id_t *id,
100 const svn_fs_id_t *id,
105 /* Store NODEREV as the node-revision for the node whose id
112 const svn_fs_id_t *id,
/freebsd-11-stable/contrib/wpa/src/common/
H A Dwpa_helpers.h28 int set_network(const char *ifname, int id, const char *field,
30 int set_network_quoted(const char *ifname, int id, const char *field,
33 int set_cred(const char *ifname, int id, const char *field, const char *value);
34 int set_cred_quoted(const char *ifname, int id, const char *field,
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Dchap.h14 int chap_md5(u8 id, const u8 *secret, size_t secret_len, const u8 *challenge,
H A Deap_wsc_common.h25 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code);

Completed in 153 milliseconds

1234567891011>>