Searched refs:id (Results 276 - 300 of 1925) sorted by relevance

<<11121314151617181920>>

/freebsd-10.2-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dcm.c205 int ret, id; local
212 mlx4_ib_warn(ibdev, "Couldn't allocate id cache entry - out of memory\n");
225 next_id, &id);
227 next_id = ((unsigned) id + 1) & MAX_IDR_MASK;
228 ent->pv_cm_id = (u32)id;
265 static void schedule_delayed(struct ib_device *ibdev, struct id_map_entry *id) argument
274 id->scheduled_delete = 1;
275 schedule_delayed_work(&id->timeout, CM_CLEANUP_CACHE_TIMEOUT);
284 struct id_map_entry *id; local
292 id
324 struct id_map_entry *id; local
[all...]
/freebsd-10.2-release/usr.bin/csup/
H A Dmux.c79 uint8_t id; member in struct:mux_header::__anon12142::__anon12144
84 uint8_t id; member in struct:mux_header::__anon12142::__anon12145
89 uint8_t id; member in struct:mux_header::__anon12142::__anon12146
92 uint8_t id; member in struct:mux_header::__anon12142::__anon12147
96 uint8_t id; member in struct:mux_header::__anon12142::__anon12148
100 uint8_t id; member in struct:mux_header::__anon12142::__anon12149
426 chan_accept(struct mux *m, int id) argument
430 chan = chan_get(m, id);
514 chan_connect(struct mux *m, int id) argument
518 chan = chan_get(m, id);
543 chan_get(struct mux *m, int id) argument
785 int error, id, iovcnt, what = 0; local
904 int id; local
929 int id; local
[all...]
/freebsd-10.2-release/contrib/sendmail/src/
H A Dmacro.c23 static char *MacroName[MAXMACROID + 1]; /* macro id to name table */
37 /* table for next id in non-printable ASCII range: disallow some value */
390 ** id -- Macro id. This is a single character macro name
397 macdefine_tagged(mac, vclass, id, value, file, line, grp)
399 macdefine(mac, vclass, id, value)
403 int id;
413 if (id < 0 || id > MAXMACROID)
419 mac->mac_table[id]
[all...]
/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-wb.c63 u_int32_t ph_src; /* site id of source */
88 u_int32_t p_sid; /* session id of initiator */
132 u_int32_t pr_id; /* source id of drawops to be repaired */
142 u_int32_t pr_id; /* original site id of ops */
148 u_int32_t id; member in struct:id_off
183 wb_id(const struct pkt_id *id, u_int len) argument
191 printf(" wb-id:");
192 if (len < sizeof(*id) || (u_char *)(id + 1) > snapend)
194 len -= sizeof(*id);
[all...]
/freebsd-10.2-release/sys/kern/
H A Dsubr_pcpu.c275 * Locate a struct pcpu by cpu id.
338 int id; local
340 CPU_FOREACH(id) {
342 id, (uintmax_t)dpcpu_off[id],
343 (void *)(uintptr_t)(dpcpu_off[id] + DPCPU_START));
390 int id; local
393 id = ((addr >> 4) % 16) * 10 + (addr % 16);
395 id = PCPU_GET(cpuid);
396 pc = pcpu_find(id);
407 int id; local
[all...]
/freebsd-10.2-release/tools/tools/shlib-compat/
H A Dshlib-compat.py124 def get(self, id):
125 if self.enabled and self.items.has_key(id):
127 return self.items[id]
132 def put(self, id, obj):
134 if self.items.has_key(id) and obj is not self.items[id]:
136 # (id, self.items[id], obj))
138 (id, self.items[id], ob
[all...]
/freebsd-10.2-release/usr.sbin/pw/
H A Dpw_group.c48 static gid_t gr_gidpolicy(struct userconf * cnf, long id);
51 pw_group(int mode, char *name, long id, struct cargs * args) argument
76 gid_t next = gr_gidpolicy(cnf, id);
90 if (id < 0 && name == NULL)
91 errx(EX_DATAERR, "group name or id required");
93 grp = (name != NULL) ? GETGRNAM(name) : GETGRGID(id);
97 grp = GETGRGID(id);
104 fakegroup.gr_gid = (gid_t) id;
111 errx(EX_DATAERR, "unknown group `%ld'", id);
127 pw_log(cnf, mode, W_GROUP, "%s(%ld) removed", name, id);
339 gr_gidpolicy(struct userconf * cnf, long id) argument
[all...]
/freebsd-10.2-release/sys/dev/sound/pci/hda/
H A Dhdaa_patches.c49 uint32_t id; member in struct:__anon10143
151 uint32_t config, orig, id, subid; local
155 id = hdaa_codec_id(w->devinfo);
162 if (id == HDA_CODEC_ALC880 && subid == LG_LW20_SUBVENDOR) {
175 } else if (id == HDA_CODEC_ALC880 &&
203 } else if (id == HDA_CODEC_ALC883 &&
220 } else if (id == HDA_CODEC_CX20549 && subid ==
240 } else if (id == HDA_CODEC_CX20551 && subid ==
249 } else if (id == HDA_CODEC_ALC861 && subid ==
275 } else if (id
474 uint32_t id, subid, subsystemid; local
694 uint32_t id, subid, val; local
[all...]
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_fuid.c310 * to cause the created FUID to be a standard POSIX id
401 uid_t id; local
412 FUID_RID(fuid), &id); local
415 FUID_RID(fuid), &id); local
418 id = UID_NOBODY;
420 return (id);
432 uint64_t idx, uint64_t id, zfs_fuid_type_t type)
475 fuid->z_id = id;
506 uid_t id; local
513 id
431 zfs_fuid_node_add(zfs_fuid_info_t **fuidpp, const char *domain, uint32_t rid, uint64_t idx, uint64_t id, zfs_fuid_type_t type) argument
555 zfs_fuid_create(zfsvfs_t *zfsvfs, uint64_t id, cred_t *cr, zfs_fuid_type_t type, zfs_fuid_info_t **fuidpp) argument
704 zfs_groupmember(zfsvfs_t *zfsvfs, uint64_t id, cred_t *cr) argument
[all...]
/freebsd-10.2-release/contrib/ofed/management/opensm/osmtest/include/
H A Dosmtest_subnet.h191 port_ext_id(IN uint64_t id, IN ib_net16_t * p_lid, IN uint8_t * p_port_num) argument
193 CL_ASSERT((id & 0xFF) < 0x100);
194 *p_port_num = (uint8_t) (id & 0xFF);
195 CL_ASSERT(((id >> 8) & 0xFFFF) < 0x10000);
196 *p_lid = (uint16_t) ((id >> 8) & 0xFFFF);
/freebsd-10.2-release/contrib/opie/libopie/
H A Dlogwtmp.c115 VOIDRET opielogwtmp FUNCTION((line, name, host), char *line AND char *name AND char *host AND char *id) argument
147 if (id)
148 strncpy(ut.ut_id, id, sizeof(ut.ut_id));
179 if (id)
180 strncpy(utx.ut_id, id, sizeof(utx.ut_id));
/freebsd-10.2-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb.h150 void *handle, u32 id)
160 ret = idr_get_new_above(idr, handle, id, &newid);
162 WARN_ON(!ret && newid != id);
169 static inline void remove_handle(struct iwch_dev *rhp, struct idr *idr, u32 id) argument
172 idr_remove(idr, id);
149 insert_handle(struct iwch_dev *rhp, struct idr *idr, void *handle, u32 id) argument
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Ddag.c35 #include "id.h"
54 svn_fs_id_t *id;
94 return node->id;
119 Leaves the id and is_fresh_txn_root fields as zero bytes. */
166 node->id, node->node_pool));
185 const svn_fs_id_t *id,
194 new_node->id = svn_fs_fs__id_copy(id, pool);
224 ? node->fresh_root_predecessor_id : node->id;
306 /* Set *ID_P to the node-id fo
53 svn_fs_id_t *id; member in struct:dag_node_t
181 svn_fs_fs__dag_get_node(dag_node_t **node, svn_fs_t *fs, const svn_fs_id_t *id, apr_pool_t *pool) argument
331 set_entry(dag_node_t *parent, const char *name, const svn_fs_id_t *id, svn_node_kind_t kind, const char *txn_id, apr_pool_t *pool) argument
451 svn_fs_fs__dag_set_entry(dag_node_t *node, const char *entry_name, const svn_fs_id_t *id, svn_node_kind_t kind, const char *txn_id, apr_pool_t *pool) argument
754 svn_fs_id_t *id; local
807 svn_fs_fs__dag_remove_node(svn_fs_t *fs, const svn_fs_id_t *id, apr_pool_t *pool) argument
827 svn_fs_fs__dag_delete_if_mutable(svn_fs_t *fs, const svn_fs_id_t *id, apr_pool_t *pool) argument
1193 const svn_fs_id_t *id; local
[all...]
/freebsd-10.2-release/sbin/ipfw/
H A Ddummynet.c72 { "flow-id", TOK_FLOWID},
86 oid_fill(struct dn_id *oid, int len, int type, uintptr_t id) argument
91 oid->id = id;
140 print_mask(struct ipfw_flow_id *id) argument
142 if (!IS_IP6_FLOW_ID(id)) {
145 id->extra ? "queue," : "",
146 id->proto,
147 id->src_ip, id
162 print_header(struct ipfw_flow_id *id) argument
181 struct ipfw_flow_id *id = &ni->fid; local
318 struct dn_id id; member in struct:__anon6214
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dnodes-table.c37 #include "../id.h"
111 /* Squirrel away our next node id value. */
124 /* Create and return the new node id. */
133 const svn_fs_id_t *id,
145 new_id = svn_fs_base__id_create(svn_fs_base__id_node_id(id),
147 : svn_fs_base__id_copy_id(id),
154 svn_string_t *id_str = svn_fs_base__id_unparse(id, pool);
158 _("Successor id '%s' (for '%s') already exists in filesystem '%s'"),
177 const svn_fs_id_t *id,
188 svn_fs_base__id_to_dbt(&key, id, poo
129 svn_fs_bdb__new_successor_id(svn_fs_id_t **successor_p, svn_fs_t *fs, const svn_fs_id_t *id, const char *copy_id, const char *txn_id, trail_t *trail, apr_pool_t *pool) argument
173 svn_fs_bdb__delete_nodes_entry(svn_fs_t *fs, const svn_fs_id_t *id, trail_t *trail, apr_pool_t *pool) argument
196 svn_fs_bdb__get_node_revision(node_revision_t **noderev_p, svn_fs_t *fs, const svn_fs_id_t *id, trail_t *trail, apr_pool_t *pool) argument
238 svn_fs_bdb__put_node_revision(svn_fs_t *fs, const svn_fs_id_t *id, node_revision_t *noderev, trail_t *trail, apr_pool_t *pool) argument
[all...]
/freebsd-10.2-release/crypto/heimdal/kpasswd/
H A Dkpasswd.c60 krb5_ccache id)
93 ret = krb5_set_password_using_ccache (context, id, pwbuf,
122 krb5_ccache id = NULL; local
152 ret = krb5_cc_resolve(context, cred_cache_str, &id);
156 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &id);
204 ret = krb5_cc_initialize(context, id, admin_principal);
209 ret = krb5_cc_store_cred(context, id, &cred);
217 exit_value = change_password(context, NULL, id);
227 ret = change_password(context, principal, id);
236 ret = krb5_cc_destroy(context, id);
58 change_password(krb5_context context, krb5_principal principal, krb5_ccache id) argument
[all...]
/freebsd-10.2-release/crypto/heimdal/appl/afsutil/
H A Dafslog.c79 krb5_ccache id; variable
188 if(context != NULL && id != NULL && use_krb5) {
189 k5ret = krb5_afslog(context, id, cell, realm);
249 ret = krb5_cc_cache_match(context, client, &id);
251 id = NULL;
253 if (id == NULL && cache_string) {
254 if(krb5_cc_resolve(context, cache_string, &id) != 0) {
257 id = NULL;
260 if (id == NULL)
261 if(krb5_cc_default(context, &id) !
[all...]
/freebsd-10.2-release/contrib/mtree/
H A Dgetid.c250 unsigned long id; local
264 id = strtoul(cp, &ep, 10);
265 if (id > GID_MAX || *ep != '\0')
267 _gr_group.gr_gid = (gid_t)id;
398 unsigned long id; local
413 id = strtoul(cp, &ep, 10);
414 if (id > UID_MAX || *ep != '\0')
416 _pw_passwd.pw_uid = (uid_t)id;
422 id = strtoul(cp, &ep, 10);
423 if (id > GID_MA
[all...]
/freebsd-10.2-release/sys/dev/patm/genrtab/
H A Dgenrtab.c61 u_int s, id; local
64 id = (u_int)rint(32 * d);
68 while (id >= 32 * 32) {
70 id >>= 1;
72 return ((s << 10) | (id));
79 interval2d(u_int id) argument
81 return ((1 << ((id >> 10) & 0xf)) * ((id & 0x3ff) / 32.0));
91 u_int s, id; local
102 id
[all...]
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dsystrace.c42 #define SYSTRACE_ENTRY(id) ((1 << SYSTRACE_SHIFT) | (id))
43 #define SYSTRACE_RETURN(id) (id)
122 systrace_destroy(void *arg, dtrace_id_t id, void *parg) argument
145 systrace_enable(void *arg, dtrace_id_t id, void *parg) argument
152 systrace_sysent[sysnum].stsy_entry = id;
154 systrace_sysent32[sysnum].stsy_entry = id;
157 systrace_sysent[sysnum].stsy_return = id;
159 systrace_sysent32[sysnum].stsy_return = id;
180 systrace_disable(void *arg, dtrace_id_t id, void *parg) argument
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/kadm5/
H A Dinit_c.c133 krb5_ccache id,
145 ret = krb5_get_credentials(context, 0, id, &in, &out);
164 krb5_ccache id; local
219 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &id);
222 ret = krb5_cc_initialize (context, id, cred.client);
225 ret = krb5_cc_store_cred (context, id, &cred);
229 *ret_cache = id;
234 * Check the credential cache `id�� to figure out what principal to use
243 krb5_ccache *id,
250 ret = krb5_cc_default(context, id);
132 get_kadm_ticket(krb5_context context, krb5_ccache id, krb5_principal client, const char *server_name) argument
242 get_cache_principal(krb5_context context, krb5_ccache *id, krb5_principal *client) argument
326 krb5_ccache id = NULL; local
[all...]
/freebsd-10.2-release/sbin/iscontrol/
H A Dauth_subr.c56 chapMD5(char id, char *cp, char *chapSecret, unsigned char *digest) argument
66 MD5Update(&ctx, &id, 1);
89 chapSHA1(char id, char *cp, char *chapSecret, unsigned char *digest) argument
99 SHA1_Update(&ctx, &id, 1);
128 chapDigest(char *ap, char id, char *cp, char *chapSecret) argument
137 if(strcmp(ap, "5") == 0 && chapMD5(id, cp, chapSecret, digest) == 0)
140 if(strcmp(ap, "7") == 0 && chapSHA1(id, cp, chapSecret, digest) == 0)
/freebsd-10.2-release/crypto/openssl/apps/
H A Dciphers.c185 unsigned long id = SSL_CIPHER_get_id(c); local
186 int id0 = (int)(id >> 24);
187 int id1 = (int)((id >> 16) & 0xffL);
188 int id2 = (int)((id >> 8) & 0xffL);
189 int id3 = (int)(id & 0xffL);
191 if ((id & 0xff000000L) == 0x02000000L) {
195 } else if ((id & 0xff000000L) == 0x03000000L) {
/freebsd-10.2-release/lib/libc/net/
H A Dsctp_sys_calls.c101 sctp_assoc_t * id)
161 if ((ret == 0) && (id != NULL)) {
162 *id = *(sctp_assoc_t *) buf;
281 sctp_opt_info(int sd, sctp_assoc_t id, int opt, void *arg, socklen_t * size) argument
287 if ((id == SCTP_CURRENT_ASSOC) ||
288 (id == SCTP_ALL_ASSOC)) {
294 ((struct sctp_rtoinfo *)arg)->srto_assoc_id = id;
297 ((struct sctp_assocparams *)arg)->sasoc_assoc_id = id;
300 ((struct sctp_assocparams *)arg)->sasoc_assoc_id = id;
303 ((struct sctp_setprim *)arg)->ssp_assoc_id = id;
100 sctp_connectx(int sd, const struct sockaddr *addrs, int addrcnt, sctp_assoc_t * id) argument
396 sctp_getpaddrs(int sd, sctp_assoc_t id, struct sockaddr **raddrs) argument
452 sctp_getladdrs(int sd, sctp_assoc_t id, struct sockaddr **raddrs) argument
[all...]
/freebsd-10.2-release/sys/cddl/dev/sdt/
H A Dsdt.c130 &sdt_pops, NULL, (dtrace_provider_id_t *)&newprov->id);
131 prov->id = newprov->id;
179 if (dtrace_probe_lookup(prov->id, mod, func, name) != DTRACE_IDNONE)
182 (void)dtrace_probe_create(prov->id, mod, func, name, 1, probe);
196 sdt_enable(void *arg __unused, dtrace_id_t id, void *parg) argument
200 probe->id = id;
205 sdt_disable(void *arg __unused, dtrace_id_t id, void *parg) argument
211 probe->id
216 sdt_getargdesc(void *arg, dtrace_id_t id, void *parg, dtrace_argdesc_t *desc) argument
244 sdt_destroy(void *arg, dtrace_id_t id, void *parg) argument
[all...]

Completed in 366 milliseconds

<<11121314151617181920>>