Searched refs:id (Results 176 - 200 of 2375) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/unbound/cachedb/
H A Dcachedb.c232 cachedb_init(struct module_env* env, int id) argument
240 env->modinfo[id] = (void*)cachedb_env;
244 env->modinfo[id] = NULL;
254 env->modinfo[id] = NULL;
271 cachedb_deinit(struct module_env* env, int id) argument
274 if(!env || !env->modinfo[id])
276 cachedb_env = (struct cachedb_env*)env->modinfo[id];
284 env->modinfo[id] = NULL;
289 cachedb_new(struct module_qstate* qstate, int id) argument
293 qstate->minfo[id]
312 error_response(struct module_qstate* qstate, int id, int rcode) argument
671 cachedb_handle_query(struct module_qstate* qstate, struct cachedb_qstate* ATTR_UNUSED(iq), struct cachedb_env* ie, int id) argument
747 cachedb_handle_response(struct module_qstate* qstate, struct cachedb_qstate* ATTR_UNUSED(iq), struct cachedb_env* ie, int id) argument
765 cachedb_operate(struct module_qstate* qstate, enum module_ev event, int id, struct outbound_entry* outbound) argument
823 cachedb_clear(struct module_qstate* qstate, int id) argument
837 cachedb_get_mem(struct module_env* env, int id) argument
[all...]
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dbtyacc_destroy1.tab.h20 name id; member in union:__anon742
H A Dbtyacc_destroy2.tab.h20 name id; member in union:__anon747
H A Dbtyacc_destroy3.tab.h20 name id; member in union:__anon752
H A Derr_inherit3.tab.h20 name id; member in union:__anon767
H A Dinherit1.tab.h20 name id; member in union:__anon787
H A Dinherit2.tab.h20 name id; member in union:__anon792
/freebsd-11-stable/contrib/byacc/test/
H A Derr_inherit1.y8 struct symbol { class c; type t; name id; };
14 extern symbol *mksymbol(type t, class c, name id);
24 %token <id> NAME
44 name id;
H A Dinherit1.y8 struct symbol { class c; type t; name id; };
14 extern symbol *mksymbol(type t, class c, name id);
26 %token <id> NAME
37 name id;
/freebsd-11-stable/bin/pkill/tests/
H A Dpgrep-U_test.sh9 ruid=`id -ur`
25 ruid=`id -urn`
H A Dpgrep-_g_test.sh9 rgid=`id -gr`
25 rgid=`id -grn`
H A Dpkill-U_test.sh9 ruid=`id -ur`
27 ruid=`id -urn`
H A Dpkill-_g_test.sh9 rgid=`id -gr`
27 rgid=`id -grn`
/freebsd-11-stable/lib/libulog/
H A Dulog_login.c43 char id[SHA_DIGEST_LENGTH]; local
58 SHA1_Final(id, &c);
60 memcpy(utx->ut_id, id, MIN(sizeof utx->ut_id, sizeof id));
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dtest_renew.c64 krb5_ccache id; local
94 ret = krb5_cc_default(context, &id);
98 ret = krb5_cc_get_principal(context, id, &client);
105 id,
/freebsd-11-stable/etc/rc.d/
H A Dhostid49 id=`echo -n $uuid | /sbin/md5`
50 id="0x${id%????????????????????????}"
56 check_startmsgs && echo "Setting hostid: ${id}."
57 ${SYSCTL} kern.hostid=${id} >/dev/null
/freebsd-11-stable/sys/xen/interface/io/
H A Dblkif.h575 uint64_t id; /* private guest value, echoed in resp */ member in struct:blkif_request
590 uint64_t id; /* private guest value, echoed in resp */ member in struct:blkif_request_discard
600 uint64_t id; /* private guest value, echoed in resp */ member in struct:blkif_request_indirect
611 uint64_t id; /* copied from request */ member in struct:blkif_response
H A Dnetif.h178 * | id | size |
184 * id: request identifier, echoed in response.
192 * | id | status | unused |
197 * id: reflects id in transmit request
210 * | id | pad | gref |
213 * id: request identifier, echoed in response.
221 * | id | offset | flags | status |
224 * id: reflects id i
301 uint16_t id; /* Echoed in response message. */ member in struct:netif_tx_request
370 uint16_t id; member in struct:netif_tx_response
376 uint16_t id; /* Echoed in response message. */ member in struct:netif_rx_request
399 uint16_t id; member in struct:netif_rx_response
[all...]
/freebsd-11-stable/tools/tools/mid/
H A Dmid-index3 # create message-id / in-reply-to database
9 sub id { subroutine
52 if (/^Message-id:\s+\<([^$idsep]+)/oi) {
54 } elsif (/^Resent-Message-id:\s+\<([^$idsep]+)/oi) {
81 &id($name);
/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_thread_osd.h58 pthread_t id; member in struct:_cl_thread_osd_t
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_umtx.c60 __thr_umutex_lock(struct umutex *mtx, uint32_t id) argument
70 atomic_cmpset_acq_32(&mtx->m_owner, owner, id | owner))
74 id | UMUTEX_CONTESTED))
87 __thr_umutex_lock_spin(struct umutex *mtx, uint32_t id) argument
93 return (__thr_umutex_lock(mtx, id));
103 id | owner))
107 id | UMUTEX_CONTESTED))
120 __thr_umutex_timedlock(struct umutex *mtx, uint32_t id, argument
146 id | owner))
150 id | UMUTEX_CONTESTE
193 _thr_umtx_wait(volatile long *mtx, long id, const struct timespec *timeout) argument
204 _thr_umtx_wait_uint(volatile u_int *mtx, u_int id, const struct timespec *timeout, int shared) argument
217 _thr_umtx_timedwait_uint(volatile u_int *mtx, u_int id, int clockid, const struct timespec *abstime, int shared) argument
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Diwcm.h50 struct iw_cm_id id; member in struct:iwcm_id_private
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dtaxonomy.c60 u16 id, elen; local
62 id = WPA_GET_BE16(data);
70 if (id == 0x1023) {
124 u8 id, elen; local
127 id = *ie++;
134 if (id == WLAN_EID_VENDOR_SPECIFIC && elen >= 4) {
152 sep, id, ie[0], ie[1], ie[2], ie[3]);
154 if (id == WLAN_EID_HT_CAP && elen >= 2) {
160 if (id == WLAN_EID_HT_CAP && elen >= 3) {
166 if (id
[all...]
/freebsd-11-stable/sys/sys/
H A Dipc.h76 unsigned short cuid; /* creator user id */
77 unsigned short cgid; /* creator group id */
78 unsigned short uid; /* user id */
79 unsigned short gid; /* group id */
87 uid_t cuid; /* creator user id */
88 gid_t cgid; /* creator group id */
89 uid_t uid; /* user id */
90 gid_t gid; /* group id */
122 #define IPCID_TO_IX(id) ((id)
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeUtils.h30 while (J != E && VNIClasses[J->valno->id] == 0)
33 if (unsigned eq = VNIClasses[I->valno->id]) {
49 VNI->id = SplitLRs[eq-1]->getNumValNums();
52 VNI->id = j;

Completed in 120 milliseconds

1234567891011>>