Searched refs:id (Results 226 - 250 of 1925) sorted by relevance

1234567891011>>

/freebsd-10.2-release/contrib/ntp/libntp/
H A Dauthkeys.c321 keyid_t id
324 if (cache_keyid == id) {
379 keyid_t id,
391 bucket = &key_hash[KEYHASH(id)];
398 sk->keyid = id;
450 keyid_t id
455 for (sk = key_hash[KEYHASH(id)]; sk != NULL; sk = sk->hlink)
456 if (id == sk->keyid)
463 * auth_havekey - return TRUE if the key id is zero or known. The
468 keyid_t id
378 allocsymkey( keyid_t id, u_short flags, u_short type, u_long lifetime, size_t secretsize, u_char * secret, KeyAccT * ka ) argument
531 authtrust( keyid_t id, u_long trust ) argument
[all...]
/freebsd-10.2-release/contrib/gcc/
H A Dc-pragma.c50 tree id; local
75 push_alignment (int alignment, tree id) argument
82 entry->id = id;
98 pop_alignment (tree id) argument
107 if (id)
110 if (entry->id == id)
118 , IDENTIFIER_POINTER (id), IDENTIFIER_POINTER (id));
147 tree x, id = 0; local
278 tree *p, t, id; local
311 tree *p, t, alias_id, id, decl, *next; local
578 const char *id = IDENTIFIER_POINTER (DECL_NAME (decl)); local
744 unsigned id; local
772 c_invoke_pragma_handler(unsigned int id) argument
788 struct omp_pragma_def { const char *name; unsigned int id; }; member in struct:omp_pragma_def
[all...]
/freebsd-10.2-release/contrib/netbsd-tests/sbin/fsck_ffs/
H A Dquotas_common.sh7 local uid=$(id -u)
8 local gid=$(id -g)
/freebsd-10.2-release/crypto/heimdal/lib/com_err/
H A Dlex.l65 id { return ID; }
/freebsd-10.2-release/crypto/heimdal/lib/kafs/
H A Dkafs.h49 #define _VICEIOCTL(id) ((unsigned int ) _IOW('V', id, struct ViceIoctl))
50 #define _AFSCIOCTL(id) ((unsigned int ) _IOW('C', id, struct ViceIoctl))
155 krb5_ccache id,
160 krb5_ccache id,
164 krb5_ccache id,
171 krb5_ccache id,
/freebsd-10.2-release/contrib/sendmail/include/sm/
H A Dsem.h20 # define SM_NO_SEM(id) ((id) < 0)
/freebsd-10.2-release/contrib/unbound/util/data/
H A Dmsgencode.h55 * @param id: id word from the query.
70 uint16_t id, uint16_t qflags, struct sldns_buffer* dest, time_t timenow,
81 * @param id: id value to store, network order.
92 uint16_t id, uint16_t flags, struct sldns_buffer* buffer, time_t timenow,
/freebsd-10.2-release/lib/libc/gen/
H A Dpw_scan.c56 * for id's which cannot be stored in a short, but we are more liberal
73 uid_t id; local
111 id = temp;
117 if (root && id) {
122 if (flags & _PWSCAN_WARN && pw_big_ids_warning && id > USHRT_MAX) {
126 pw->pw_uid = id;
146 id = temp;
152 if (flags & _PWSCAN_WARN && pw_big_ids_warning && id > USHRT_MAX) {
156 pw->pw_gid = id;
H A Dwaitid.c43 __waitid(idtype_t idtype, id_t id, siginfo_t *info, int flags) argument
49 siginfo_t *))__libc_interposing[INTERPOS_wait6])(idtype, id,
/freebsd-10.2-release/contrib/com_err/
H A Dlex.l65 id { return ID; }
/freebsd-10.2-release/sys/gnu/dts/include/dt-bindings/dma/
H A Dat91.h18 #define AT91_DMA_CFG_PER_ID(id) (id & AT91_DMA_CFG_PER_ID_MASK)
/freebsd-10.2-release/sys/dev/mca/
H A Dmca_busvar.h32 mca_id_t id; member in struct:mca_ident
58 MCA_ACCESSOR(id, ID, mca_id_t)
/freebsd-10.2-release/sys/xen/
H A Dblkif.h47 uint64_t id; /* private guest value, echoed in resp */ member in struct:blkif_x86_32_request
52 uint64_t id; /* copied from request */ member in struct:blkif_x86_32_response
65 uint64_t __attribute__((__aligned__(8))) id; member in struct:blkif_x86_64_request
70 uint64_t __attribute__((__aligned__(8))) id; member in struct:blkif_x86_64_response
121 dst->id = src->id;
136 dst->id = src->id;
/freebsd-10.2-release/tools/regression/tmpfs/
H A Dt_mkdir70 [ ${st_uid} -eq $(id -u ${Unprived_User}) ] || die
75 [ ${st_uid} -eq $(id -u ${Unprived_User}) ] || die
80 [ ${st_uid} -eq $(id -u ${Unprived_User}) ] || die
85 [ ${st_uid} -eq $(id -u ${Unprived_User}) ] || die
/freebsd-10.2-release/sys/dev/cardbus/
H A Dcardbusvar.h53 uint16_t mfrid; /* manufacturer id */
54 uint16_t prodid; /* product id */
55 u_int funcid; /* function id */
81 typedef int (tuple_cb) (device_t cbdev, device_t child, int id, int len,
85 int id; member in struct:tuple_callbacks
/freebsd-10.2-release/usr.bin/chpass/
H A Dfield.c106 uid_t id; local
118 id = strtoul(p, &np, 10);
119 if (*np || (id == (uid_t)ULONG_MAX && errno == ERANGE)) {
123 pw->pw_uid = id;
132 gid_t id; local
148 id = strtoul(p, &np, 10);
149 if (*np || (id == (uid_t)ULONG_MAX && errno == ERANGE)) {
153 pw->pw_gid = id;
/freebsd-10.2-release/contrib/pf/ftp-proxy/
H A Dftp-proxy.c77 u_int32_t id; member in struct:session
139 logmsg(LOG_INFO, "#%d client close", s->id);
141 logmsg(LOG_ERR, "#%d client reset connection", s->id);
143 logmsg(LOG_ERR, "#%d client timeout", s->id);
145 logmsg(LOG_ERR, "#%d client write error: %d", s->id, what);
147 logmsg(LOG_ERR, "#%d abnormal client error: %d", s->id, what);
191 logmsg(LOG_DEBUG, "#%d proxy: %s", s->id, linebuf);
227 logmsg(LOG_CRIT, "#%d bad port in '%s'", s->id,
233 logmsg(LOG_DEBUG, "#%d proxy: %s", s->id, linebuf);
253 logmsg(LOG_DEBUG, "#%d client: %s", s->id, linebu
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A Dget_default_principal.c152 krb5_ccache id; local
156 ret = krb5_cc_default (context, &id);
158 ret = krb5_cc_get_principal (context, id, princ);
159 krb5_cc_close (context, id);
H A Dtest_forward.c65 krb5_ccache id; local
96 ret = krb5_cc_default(context, &id);
107 ret = krb5_cc_get_principal(context, id, &cred.client);
122 id,
/freebsd-10.2-release/contrib/xz/src/liblzma/common/
H A Dblock_header_encoder.c45 if (block->filters == NULL || block->filters[0].id == LZMA_VLI_UNKNOWN)
48 for (size_t i = 0; block->filters[i].id != LZMA_VLI_UNKNOWN; ++i) {
108 if (block->filters == NULL || block->filters[0].id == LZMA_VLI_UNKNOWN)
121 } while (block->filters[++filter_count].id != LZMA_VLI_UNKNOWN);
/freebsd-10.2-release/contrib/sendmail/libsm/
H A Dt-path.c11 SM_IDSTR(id, "@(#)$Id: t-path.c,v 1.9 2013-11-22 20:51:43 ca Exp $")
/freebsd-10.2-release/contrib/sendmail/test/
H A Dt_snprintf.c15 static char id[] = "@(#)$Id: t_snprintf.c,v 8.5 2013-11-22 20:52:01 ca Exp $"; variable
/freebsd-10.2-release/crypto/openssl/crypto/x509v3/
H A Dpcy_int.h188 X509_POLICY_DATA *policy_data_new(POLICYINFO *policy, const ASN1_OBJECT *id,
193 const ASN1_OBJECT *id);
204 const ASN1_OBJECT *id);
207 const ASN1_OBJECT *id); variable
/freebsd-10.2-release/contrib/binutils/binutils/
H A Drcparse.y84 rc_res_id id;
157 %type <id> id rcdata_id optresidc resref resid cresid
198 id ACCELERATORS suboptions BEG acc_entries END
236 $$.id = $2;
241 $$.id = $2;
256 $$.id = 0;
274 $$.id = 0;
326 id BITMAP memflags_move file_name
338 id CURSO
1502 id: label
[all...]
/freebsd-10.2-release/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.h31 char *id; member in union:__anon738

Completed in 231 milliseconds

1234567891011>>