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

1234567891011>>

/freebsd-9.3-release/tools/regression/netinet/rawconnect/
H A Drawconnect.t14 uid=`id -u`
/freebsd-9.3-release/usr.sbin/pc-sysinstall/backend-query/
H A Dget-packages.sh34 ID=`id -u`
/freebsd-9.3-release/contrib/libstdc++/src/
H A Dlocale_init.cc272 const locale::id* const
275 &std::ctype<char>::id,
276 &codecvt<char, char, mbstate_t>::id,
278 &std::ctype<wchar_t>::id,
279 &codecvt<wchar_t, char, mbstate_t>::id,
284 const locale::id* const
287 &num_get<char>::id,
288 &num_put<char>::id,
289 &numpunct<char>::id,
291 &num_get<wchar_t>::id,
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddeflex.l67 yylval.id = xstrdup (yytext);
72 yylval.id = xstrdup (yytext+1);
73 yylval.id[yyleng-2] = 0;
78 yylval.id = xstrdup (yytext+1);
79 yylval.id[yyleng-2] = 0;
/freebsd-9.3-release/contrib/gcc/
H A Dtree-inline.c131 insert_decl_map (copy_body_data *id, tree key, tree value) argument
133 splay_tree_insert (id->decl_map, (splay_tree_key) key,
139 splay_tree_insert (id->decl_map, (splay_tree_key) value,
146 remap_decl (tree decl, copy_body_data *id) argument
152 fn = id->src_fn;
156 n = splay_tree_lookup (id->decl_map, (splay_tree_key) decl);
163 tree t = id->copy_decl (decl, id);
168 insert_decl_map (id, decl, t);
174 TREE_TYPE (t) = remap_type (TREE_TYPE (t), id);
179 walk_tree (&DECL_SIZE (t), copy_body_r, id, NULL); local
180 walk_tree (&DECL_SIZE_UNIT (t), copy_body_r, id, NULL); local
185 walk_tree (&DECL_FIELD_OFFSET (t), copy_body_r, id, NULL); local
187 walk_tree (&DECL_QUALIFIER (t), copy_body_r, id, NULL); local
197 remap_type_1(tree type, copy_body_data *id) argument
272 walk_tree (&TYPE_MIN_VALUE (new), copy_body_r, id, NULL); local
276 walk_tree (&TYPE_MAX_VALUE (new), copy_body_r, id, NULL); local
281 walk_tree (&TYPE_ARG_TYPES (new), copy_body_r, id, NULL); local
312 walk_tree (&TYPE_SIZE (new), copy_body_r, id, NULL); local
313 walk_tree (&TYPE_SIZE_UNIT (new), copy_body_r, id, NULL); local
319 remap_type(tree type, copy_body_data *id) argument
342 remap_decls(tree decls, copy_body_data *id) argument
386 remap_block(tree *block, copy_body_data *id) argument
414 remap_blocks(tree block, copy_body_data *id) argument
445 copy_bind_expr(tree *tp, int *walk_subtrees, copy_body_data *id) argument
468 copy_body_data *id = (copy_body_data *) data; local
682 copy_bb(copy_body_data *id, basic_block bb, int frequency_scale, int count_scale) argument
867 copy_cfg_body(copy_body_data * id, gcov_type count, int frequency, basic_block entry_block_map, basic_block exit_block_map) argument
969 copy_generic_body(copy_body_data *id) argument
981 copy_body(copy_body_data *id, gcov_type count, int frequency, basic_block entry_block_map, basic_block exit_block_map) argument
1011 setup_one_parameter(copy_body_data *id, tree p, tree value, tree fn, basic_block bb, tree *vars) argument
1122 initialize_inlined_parameters(copy_body_data *id, tree args, tree static_chain, tree fn, basic_block bb) argument
1178 declare_return_variable(copy_body_data *id, tree return_slot_addr, tree modify_dest, tree *use_p) argument
1919 copy_body_data *id; local
2190 gimple_expand_calls_inline(basic_block bb, copy_body_data *id) argument
2217 copy_body_data id; local
2287 copy_body_data id; local
2421 copy_body_data *id = (copy_body_data *) data; local
2470 copy_body_data *id = (copy_body_data *) data; local
2510 copy_body_data id; local
2584 copy_decl_for_dup_finish(copy_body_data *id, tree decl, tree copy) argument
2624 copy_decl_to_var(tree decl, copy_body_data *id) argument
2646 copy_result_decl_to_var(tree decl, copy_body_data *id) argument
2671 copy_decl_no_change(tree decl, copy_body_data *id) argument
2693 copy_decl_maybe_to_var(tree decl, copy_body_data *id) argument
2703 copy_arguments_for_versioning(tree orig_parm, copy_body_data * id) argument
2720 copy_static_chain(tree static_chain, copy_body_data * id) argument
2764 copy_body_data id; local
2896 struct copy_body_data id; local
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dfcache.c63 krb5_ccache id)
65 return FILENAME(id);
138 fcc_lock(krb5_context context, krb5_ccache id, argument
141 return _krb5_xlock(context, fd, exclusive, fcc_get_name(context, id));
151 fcc_resolve(krb5_context context, krb5_ccache *id, const char *res) argument
166 (*id)->data.data = f;
167 (*id)->data.length = sizeof(*f);
253 fcc_gen_new(krb5_context context, krb5_ccache *id) argument
281 (*id)->data.data = f;
282 (*id)
62 fcc_get_name(krb5_context context, krb5_ccache id) argument
312 fcc_open(krb5_context context, krb5_ccache id, int *fd_ret, int flags, mode_t mode) argument
340 fcc_initialize(krb5_context context, krb5_ccache id, krb5_principal primary_principal) argument
392 fcc_close(krb5_context context, krb5_ccache id) argument
401 fcc_destroy(krb5_context context, krb5_ccache id) argument
409 fcc_store_cred(krb5_context context, krb5_ccache id, krb5_creds *creds) argument
443 init_fcc(krb5_context context, krb5_ccache id, krb5_storage **ret_sp, int *ret_fd) argument
578 fcc_get_principal(krb5_context context, krb5_ccache id, krb5_principal *principal) argument
604 fcc_get_first(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
637 fcc_get_next(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor, krb5_creds *creds) argument
655 fcc_end_get(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
667 fcc_remove_cred(krb5_context context, krb5_ccache id, krb5_flags which, krb5_creds *cred) argument
700 fcc_set_flags(krb5_context context, krb5_ccache id, krb5_flags flags) argument
708 fcc_get_version(krb5_context context, krb5_ccache id) argument
734 fcc_get_cache_next(krb5_context context, krb5_cc_cursor cursor, krb5_ccache *id) argument
[all...]
H A Dtest_keytab.c47 krb5_keytab id; local
50 ret = krb5_kt_resolve(context, keytab, &id);
56 krb5_kt_remove_entry(context, id, &entry);
58 ret = krb5_kt_close(context, id);
71 krb5_keytab id, id2, id3; local
74 ret = krb5_kt_resolve(context, keytab, &id);
89 krb5_kt_add_entry(context, id, &entry);
95 ret = krb5_kt_get_entry(context, id,
104 ret = krb5_kt_close(context, id);
140 ret = krb5_kt_resolve(context, keytab, &id);
[all...]
/freebsd-9.3-release/sys/dev/uart/
H A Duart_bus_pci.c143 uart_pci_match(device_t dev, const struct pci_id *id) argument
149 while (id->vendor != 0xffff &&
150 (id->vendor != vendor || id->device != device))
151 id++;
152 if (id->vendor == 0xffff)
154 if (id->subven == 0xffff)
155 return (id);
158 while (id->vendor == vendor && id
168 const struct pci_id *id; local
[all...]
/freebsd-9.3-release/crypto/openssh/regress/
H A Dssh-com-client.sh31 cp ${SRC}/dsa_ssh2.prv ${OBJ}/id.com
32 chmod 600 ${OBJ}/id.com
33 ${SSHKEYGEN} -i -f ${OBJ}/id.com > $OBJ/id.openssh
34 chmod 600 ${OBJ}/id.openssh
35 ${SSHKEYGEN} -y -f ${OBJ}/id.openssh > $OBJ/authorized_keys_$USER
36 ${SSHKEYGEN} -e -f ${OBJ}/id.openssh > $OBJ/id.com.pub
37 echo IdKey ${OBJ}/id.com > ${OBJ}/id
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/45/
H A Dget_ad_tkt.c50 krb5_ccache id; local
59 ret = krb5_cc_default(context, &id);
69 ret = krb5_cc_get_principal(context, id, &in_creds.client);
71 krb5_cc_close(context, id);
79 krb5_cc_close(context, id);
87 krb5_cc_close(context, id);
93 id,
99 krb5_cc_close(context, id);
103 ret = krb524_convert_creds_kdc_ccache(context, id, out_creds, &cred);
104 krb5_cc_close(context, id);
[all...]
/freebsd-9.3-release/sys/boot/common/
H A Dpnp.c106 struct pnpident *id; local
108 STAILQ_FOREACH(id, &pi->pi_ident, id_link)
109 if (!strcmp(id->id_ident, ident))
112 id = malloc(sizeof(struct pnpident));
113 id->id_ident = strdup(ident);
114 STAILQ_INSERT_TAIL(&pi->pi_ident, id, id_link);
137 struct pnpident *id; local
140 id = STAILQ_FIRST(&pi->pi_ident);
142 free(id->id_ident);
143 free(id);
[all...]
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_umtx.h39 int __thr_umutex_lock(struct umutex *mtx, uint32_t id) __hidden;
40 int __thr_umutex_lock_spin(struct umutex *mtx, uint32_t id) __hidden;
41 int __thr_umutex_timedlock(struct umutex *mtx, uint32_t id,
43 int __thr_umutex_unlock(struct umutex *mtx, uint32_t id) __hidden;
74 _thr_umutex_trylock(struct umutex *mtx, uint32_t id) argument
76 if (atomic_cmpset_acq_32(&mtx->m_owner, UMUTEX_UNOWNED, id))
84 _thr_umutex_trylock2(struct umutex *mtx, uint32_t id) argument
86 if (atomic_cmpset_acq_32(&mtx->m_owner, UMUTEX_UNOWNED, id) != 0)
90 if (atomic_cmpset_acq_32(&mtx->m_owner, UMUTEX_CONTESTED, id | UMUTEX_CONTESTED))
96 _thr_umutex_lock(struct umutex *mtx, uint32_t id) argument
104 _thr_umutex_lock_spin(struct umutex *mtx, uint32_t id) argument
112 _thr_umutex_timedlock(struct umutex *mtx, uint32_t id, const struct timespec *timeout) argument
121 _thr_umutex_unlock(struct umutex *mtx, uint32_t id) argument
[all...]
/freebsd-9.3-release/tools/regression/pjdfstest/tests/rename/
H A D10.t46 for id in 0 65533; do
52 create_file ${type} ${n1}/${n3} ${id} ${id}
65 for id in 0 65533; do
66 expect 0 chown ${n1} ${id} ${id}
84 for id in 0 65533; do
85 expect 0 chown ${n1} ${id} ${id}
90 create_file ${type} ${n1}/${n3} ${id}
[all...]
H A D09.t47 for id in 0 65533; do
49 create_file ${type} ${n0}/${n2} ${id} ${id}
56 expect ${inode},${id},${id} lstat ${n1}/${n3} inode,uid,gid
66 for id in 0 65533; do
67 expect 0 chown ${n0} ${id} ${id}
85 for id in 0 65533; do
86 expect 0 chown ${n0} ${id}
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dsftp-client.c154 send_string_request(struct sftp_conn *conn, u_int id, u_int code, char *s, argument
161 buffer_put_int(&msg, id);
164 debug3("Sent message fd %d T:%u I:%u", conn->fd_out, code, id);
169 send_string_attrs_request(struct sftp_conn *conn, u_int id, u_int code, argument
176 buffer_put_int(&msg, id);
180 debug3("Sent message fd %d T:%u I:%u", conn->fd_out, code, id);
188 u_int type, id, status; local
193 id = buffer_get_int(&msg);
195 if (id != expected_id)
196 fatal("ID mismatch (%u != %u)", id, expected_i
214 u_int type, id; local
252 u_int type, id; local
288 u_int type, id, flag; local
434 u_int id, status; local
461 u_int count, type, id, handle_len, i, expected_id, ents = 0; local
602 u_int status, id; local
617 u_int status, id; local
633 u_int status, id; local
649 u_int id; local
663 u_int id; local
684 u_int id; local
697 u_int status, id; local
715 u_int status, id; local
732 u_int type, expected_id, count, id; local
782 u_int status, id; local
817 u_int status, id; local
850 u_int status, id; local
882 u_int status, id; local
913 u_int type, expected_id, count, id; local
962 u_int id; local
989 u_int id; local
1012 send_read_request(struct sftp_conn *conn, u_int id, u_int64_t offset, u_int len, char *handle, u_int handle_len) argument
1038 u_int handle_len, mode, type, id, buflen, num_req, max_req; local
1042 u_int id; member in struct:request
1427 u_int handle_len, id, type; local
1436 u_int id; member in struct:outstanding_ack
[all...]
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_disk_set_standard_lookup.c70 id_t id; member in struct:name_cache::__anon1626
143 const char * (*lookup_fn)(struct name_cache *, id_t), id_t id)
151 slot = id % cache->size;
153 if (cache->cache[slot].id == id) {
164 name = (lookup_fn)(cache, id);
168 cache->cache[slot].id = id;
173 cache->cache[slot].id = id;
142 lookup_name(struct name_cache *cache, const char * (*lookup_fn)(struct name_cache *, id_t), id_t id) argument
187 lookup_uname_helper(struct name_cache *cache, id_t id) argument
228 lookup_uname_helper(struct name_cache *cache, id_t id) argument
251 lookup_gname_helper(struct name_cache *cache, id_t id) argument
290 lookup_gname_helper(struct name_cache *cache, id_t id) argument
[all...]
/freebsd-9.3-release/lib/libc/posix1e/
H A Dacl_id_to_name.c57 _posix1e_acl_id_to_name(acl_tag_t tag, uid_t id, ssize_t buf_len, char *buf, argument
69 p = getpwuid(id);
71 i = snprintf(buf, buf_len, "%d", id);
85 g = getgrgid(id);
87 i = snprintf(buf, buf_len, "%d", id);
/freebsd-9.3-release/sys/ofed/include/linux/
H A Didr.h60 void *idr_find(struct idr *idp, int id);
62 int idr_get_new(struct idr *idp, void *ptr, int *id);
63 int idr_get_new_above(struct idr *idp, void *ptr, int starting_id, int *id);
64 void *idr_replace(struct idr *idp, void *ptr, int id);
65 void idr_remove(struct idr *idp, int id);
/freebsd-9.3-release/usr.sbin/ppp/
H A Dlog.c215 log_Name(int id) argument
217 if (id == LogLOG)
219 return id < LogMIN || id > LogMAX ? "Unknown" : LogNames[id - 1];
223 log_Keep(int id) argument
225 if (id >= LogMIN && id <= LogMAXCONF)
226 LogMask |= MSK(id);
230 log_KeepLocal(int id, u_lon argument
239 log_Discard(int id) argument
246 log_DiscardLocal(int id, u_long *mask) argument
268 log_IsKept(int id) argument
282 log_IsKeptLocal(int id, u_long mask) argument
[all...]
/freebsd-9.3-release/sys/contrib/ia64/libuwx/src/
H A Duwx_trace.h59 #define TRACE_B_REUSE(id) \
61 fprintf(stderr, "uwx_alloc_scoreboard: reuse id %d\n", (id));
63 #define TRACE_B_PREALLOC(id) \
65 fprintf(stderr, "uwx_prealloc_scoreboard: prealloc id %d\n", (id));
67 #define TRACE_B_ALLOC(id) \
69 fprintf(stderr, "uwx_alloc_scoreboard: alloc id %d\n", (id));
71 #define TRACE_B_POP(id) \
[all...]
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dcma.c138 struct rdma_cm_id id; member in struct:rdma_id_private
186 struct rdma_id_private *id; member in struct:cma_work
194 struct rdma_id_private *id; member in struct:cma_ndev_work
200 struct rdma_id_private *id; member in struct:iboe_mcast_work
311 id_priv->id.device = cma_dev->device;
312 id_priv->id.route.addr.dev_addr.transport =
346 switch (id_priv->id.ps) {
351 ib_addr_get_mgid(&id_priv->id.route.addr.dev_addr, &rec.mgid);
352 ret = ib_sa_get_mcmember_rec(id_priv->id.device,
353 id_priv->id
484 rdma_create_qp(struct rdma_cm_id *id, struct ib_pd *pd, struct ib_qp_init_attr *qp_init_attr) argument
516 rdma_destroy_qp(struct rdma_cm_id *id) argument
641 rdma_init_qp_attr(struct rdma_cm_id *id, struct ib_qp_attr *qp_attr, int *qp_attr_mask) argument
893 rdma_destroy_id(struct rdma_cm_id *id) argument
1064 struct rdma_cm_id *id; local
1120 struct rdma_cm_id *id; local
1500 cma_listen_handler(struct rdma_cm_id *id, struct rdma_cm_event *event) argument
1514 struct rdma_cm_id *id; local
1549 rdma_listen(struct rdma_cm_id *id, int backlog) argument
1593 rdma_set_service_type(struct rdma_cm_id *id, int tos) argument
1748 rdma_set_ib_paths(struct rdma_cm_id *id, struct ib_sa_path_rec *path_rec, int num_paths) argument
1873 rdma_resolve_route(struct rdma_cm_id *id, int timeout_ms) argument
2049 cma_bind_addr(struct rdma_cm_id *id, struct sockaddr *src_addr, struct sockaddr *dst_addr) argument
2071 rdma_resolve_addr(struct rdma_cm_id *id, struct sockaddr *src_addr, struct sockaddr *dst_addr, int timeout_ms) argument
[all...]
/freebsd-9.3-release/contrib/ncurses/menu/
H A Dmf_common.h64 #define MODULE_ID(id) static const char Ident[] = id;
66 #define MODULE_ID(id) /*nothing*/
/freebsd-9.3-release/contrib/sendmail/include/sm/
H A Dgen.h31 # define SM_IDSTR(id,str)
34 # define SM_IDSTR(id,str) SM_UNUSED(static const char id[]) = str;
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_vfsops.c88 ufs_quotactl(mp, cmds, id, arg)
91 uid_t id;
103 if (id == -1) {
107 id = td->td_ucred->cr_ruid;
111 id = td->td_ucred->cr_rgid;
131 error = setquota32(td, mp, id, type, arg);
135 error = setuse32(td, mp, id, type, arg);
139 error = getquota32(td, mp, id, type, arg);
143 error = setquota(td, mp, id, type, arg);
147 error = setuse(td, mp, id, typ
[all...]
/freebsd-9.3-release/usr.bin/vgrind/
H A Dvgrindefs.c214 * Return the (numeric) option id.
221 tgetnum(id)
222 char *id;
231 if (*bp++ != id[0] || *bp == 0 || *bp++ != id[1])
254 tgetflag(id)
255 char *id;
263 if (*bp++ == id[0] && *bp != 0 && *bp++ == id[1]) {
281 tgetstr(id, are
[all...]

Completed in 304 milliseconds

1234567891011>>