Searched refs:id (Results 126 - 150 of 2375) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/unbound/edns-subnet/
H A Dsubnetmod.h107 int subnetmod_init(struct module_env* env, int id);
110 void subnetmod_deinit(struct module_env* env, int id);
114 int id, struct outbound_entry* outbound);
117 void subnetmod_inform_super(struct module_qstate* qstate, int id,
121 void subnetmod_clear(struct module_qstate* qstate, int id);
124 size_t subnetmod_get_mem(struct module_env* env, int id);
133 struct regional* region, int id, void* cbargs);
137 int ecs_edns_back_parsed(struct module_qstate* qstate, int id, void* cbargs);
141 int id, void* cbargs);
H A Dsubnetmod.c87 subnet_new_qstate(struct module_qstate *qstate, int id) argument
93 qstate->minfo[id] = sq;
142 struct regional* ATTR_UNUSED(region), int id, void* ATTR_UNUSED(cbargs))
147 if(!(sq=(struct subnet_qstate*)qstate->minfo[id]))
149 sn_env = (struct subnet_env*)qstate->env->modinfo[id];
191 subnetmod_init(struct module_env *env, int id) argument
200 env->modinfo[id] = (void*)sn_env;
210 env->modinfo[id] = NULL;
220 env->modinfo[id] = NULL;
235 env->modinfo[id]
138 ecs_whitelist_check(struct query_info* qinfo, uint16_t ATTR_UNUSED(flags), struct module_qstate* qstate, struct sockaddr_storage* addr, socklen_t addrlen, uint8_t* ATTR_UNUSED(zone), size_t ATTR_UNUSED(zonelen), struct regional* ATTR_UNUSED(region), int id, void* ATTR_UNUSED(cbargs)) argument
249 subnetmod_deinit(struct module_env *env, int id) argument
318 update_cache(struct module_qstate *qstate, int id) argument
401 lookup_and_reply(struct module_qstate *qstate, int id, struct subnet_qstate *sq) argument
469 eval_response(struct module_qstate *qstate, int id, struct subnet_qstate *sq) argument
635 ecs_query_response(struct module_qstate* qstate, struct dns_msg* response, int id, void* ATTR_UNUSED(cbargs)) argument
668 ecs_edns_back_parsed(struct module_qstate* qstate, int id, void* ATTR_UNUSED(cbargs)) argument
697 subnetmod_operate(struct module_qstate *qstate, enum module_ev event, int id, struct outbound_entry* outbound) argument
851 subnetmod_get_mem(struct module_env *env, int id) argument
[all...]
/freebsd-11-stable/contrib/unbound/cachedb/
H A Dcachedb.h93 int cachedb_init(struct module_env* env, int id);
95 void cachedb_deinit(struct module_env* env, int id);
98 int id, struct outbound_entry* outbound);
100 void cachedb_inform_super(struct module_qstate* qstate, int id,
103 void cachedb_clear(struct module_qstate* qstate, int id);
105 size_t cachedb_get_mem(struct module_env* env, int id);
/freebsd-11-stable/sys/conf/
H A Dkmod.mk138 .if defined(LINKER_FEATURES) && ${LINKER_FEATURES:Mbuild-id}
139 LDFLAGS+= -Wl,--build-id=sha1
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp2173 __kmp_itt_stack_caller_create(); // create new stack stitching id
2346 .t_stack_id); // destroy the stack stitching id after join barrier
3142 ompt_data_none, // root parallel id
3179 ompt_data_none, // root parallel id
3219 // List is sorted in ascending order by team id.
3220 // Team id is *not* a key.
3691 ompt_data_none, // root parallel id
4289 ompt_data_none, // root parallel id
7132 void __kmp_push_num_threads(ident_t *id, int gtid, int num_threads) {
7141 void __kmp_push_num_teams(ident_t *id, in
[all...]
H A Dkmp.h1957 thread id by call to GetCurrentThreadId() from within the thread and save it
2105 kmp_int32 part_id; /**< part id for the task */
2159 kmp_uint32 id; member in struct:kmp_base_depnode
2263 kmp_int32 td_task_id; /* id, assigned by debugger */
2660 int t_id; // team's id, assigned by debugger.
2691 void *t_stack_id; // team specific stack stitching id (for ittnotify)
3476 extern void __kmp_serialized_parallel(ident_t *id, kmp_int32 gtid);
3477 extern void __kmp_internal_fork(ident_t *id, int gtid, kmp_team_t *team);
3478 extern void __kmp_internal_join(ident_t *id, int gtid, kmp_team_t *team);
/freebsd-11-stable/sys/netipsec/
H A Dipsec.h92 uint32_t id; /* It's unique number on the system. */ member in struct:secpolicy
191 * if security policy level == unique, this id
197 * Note that this id doesn't identify SA
/freebsd-11-stable/sys/net/
H A Dif_ipsec.c132 ipsec_hash(uint32_t id) argument
135 return (fnv_32_buf(&id, sizeof(id), FNV1_32_INIT));
140 #define SCHASH_HASHVAL(id) (ipsec_hash((id)) & V_ipsec_sc_hmask)
141 #define SCHASH_HASH(id) &V_ipsec_sc_htbl[SCHASH_HASHVAL(id)]
793 * Then we check that given id is unique, i.e. it is not used by
795 * tries to get unique id.
824 * We are protected by ioctl_sx lock from concurrent id generatio
[all...]
/freebsd-11-stable/usr.sbin/fifolog/lib/
H A Dfifolog_write_poll.c326 fifolog_write_record(struct fifolog_writer *f, uint32_t id, time_t now, argument
334 assert(!(id & (FIFOLOG_TIMESTAMP|FIFOLOG_LENGTH)));
343 id |= FIFOLOG_LENGTH;
352 id |= FIFOLOG_TIMESTAMP;
355 be32enc(buf, id);
358 if (id & FIFOLOG_TIMESTAMP) {
362 if (id & FIFOLOG_LENGTH)
374 if (id & FIFOLOG_TIMESTAMP)
386 fifolog_write_record_poll(struct fifolog_writer *f, uint32_t id, time_t now, argument
397 assert(!(id
[all...]
/freebsd-11-stable/sys/netinet/
H A Dsctp_output.c4247 /* send it out. table id is taken from stcb */
4584 /* send it out. table id is taken from stcb */
6944 if (chk->rec.chunk_id.id == SCTP_COOKIE_ECHO) {
6966 if (chk->rec.chunk_id.id == SCTP_ASCONF) {
7088 if ((chk->rec.chunk_id.id == SCTP_SELECTIVE_ACK) ||
7089 (chk->rec.chunk_id.id == SCTP_NR_SELECTIVE_ACK) || /* EY */
7090 (chk->rec.chunk_id.id == SCTP_HEARTBEAT_REQUEST) ||
7091 (chk->rec.chunk_id.id == SCTP_HEARTBEAT_ACK) ||
7092 (chk->rec.chunk_id.id == SCTP_FORWARD_CUM_TSN) ||
7093 (chk->rec.chunk_id.id
[all...]
H A Dsctp_structs.h424 uint8_t id; member in struct:chk_id
465 sctp_assoc_t sinfo_assoc_id; /* our assoc id */
569 /* priority id */
1103 uint16_t peer_hmac_id; /* peer HMAC id to send */
H A Dsctp_pcb.c1552 * Find an association for a specific endpoint using the association id given
1563 uint32_t id; local
1573 id = (uint32_t)asoc_id;
1574 head = &inp->sctp_asocidhash[SCTP_PCBHASH_ASOC(id, inp->hashasocidmark)];
1576 /* invalid id TSNH */
1581 if (stcb->asoc.assoc_id == id) {
1584 * some other guy has the same id active (id
1706 /* does a VRF id match? */
1760 /* does a VRF id matc
4152 uint32_t id; local
[all...]
H A Dsctp_input.c3216 if (chk->rec.chunk_id.id != SCTP_ECN_ECHO) {
3444 if (asconf->rec.chunk_id.id == SCTP_ASCONF) {
3498 if (cookie->rec.chunk_id.id == SCTP_COOKIE_ECHO) {
4234 chk->rec.chunk_id.id = SCTP_STREAM_RESET;
6020 * No flow id built by lower layers fix it so we
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c95 static int zfs_quotactl(vfs_t *vfsp, int cmds, uid_t id, void *arg);
130 zfs_getquota(zfsvfs_t *zfsvfs, uid_t id, int isgroup, struct dqblk64 *dqp) argument
146 (void)sprintf(buf, "%llx", (longlong_t)id);
176 zfs_quotactl(vfs_t *vfsp, int cmds, uid_t id, void *arg) argument
191 if (id == -1) {
194 id = td->td_ucred->cr_ruid;
197 id = td->td_ucred->cr_rgid;
238 * Create fuid using zfs_fuid_create(zfsvfs, id,
240 * I think I can use just the id?
270 "", id, dbto
[all...]
H A Dzfs_ctldir.c125 uint64_t id, struct vnode **vpp)
130 search.sn_id = id;
132 err = vfs_hash_get(mp, (u_int)id, flags, curthread, vpp,
139 uint64_t id, struct vnode **vpp)
144 err = vfs_hash_insert(vp, (u_int)id, flags, curthread, vpp,
158 sfs_vgetx(struct mount *mp, int flags, uint64_t parent_id, uint64_t id, argument
166 error = sfs_vnode_get(mp, flags, parent_id, id, vpp);
192 error = sfs_vnode_insert(vp, flags, parent_id, id, vpp);
212 sfs_alloc_node(size_t size, const char *name, uint64_t parent_id, uint64_t id) argument
222 node->sn_id = id;
124 sfs_vnode_get(const struct mount *mp, int flags, uint64_t parent_id, uint64_t id, struct vnode **vpp) argument
138 sfs_vnode_insert(struct vnode *vp, int flags, uint64_t parent_id, uint64_t id, struct vnode **vpp) argument
246 sfs_readdir_common(uint64_t parent_id, uint64_t id, struct vop_readdir_args *ap, uio_t *uio, off_t *offp) argument
844 zfsctl_snapshot_lookup(vnode_t *vp, const char *name, uint64_t *id) argument
1074 uint64_t id; local
1305 uint64_t id; local
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_radix.c53 radix_pos(long id, int height) argument
55 return (id >> (RADIX_TREE_MAP_SHIFT * height)) & RADIX_TREE_MAP_MASK;
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c603 * zone id, because LLTABLE uses such form of addresses for lookup.
822 uint16_t id, uint8_t type)
831 if (id != 0) {
833 icmp6->icmp6_id = id;
834 /* Reflect ICMP id translation in the cksum */
836 old, id);
821 nat64_icmp_handle_echo(struct ip6_hdr *ip6, struct icmp6_hdr *icmp6, uint16_t id, uint8_t type) argument
/freebsd-11-stable/usr.bin/xinstall/
H A Dxinstall.c298 /* get group and owner id's */
301 id_t id; local
302 if (!parseid(group, &id))
304 gid = id;
311 id_t id; local
312 if (!parseid(owner, &id))
314 uid = id;
479 * parse uid or gid from arg into id, returning non-zero if successful
482 parseid(const char *name, id_t *id) argument
486 *id
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c2214 uint64_t id, vdev_id; local
2219 * vdev id pair (i.e. mirror-4).
2241 &id) == 0);
2251 * Now verify that we have the correct vdev id.
2253 if (vdev_id == id)
3734 * We identify each top-level vdev by using a <type-id>
3738 uint64_t id; local
3741 &id) == 0);
3743 (u_longlong_t)id);
/freebsd-11-stable/sys/dev/usb/storage/
H A Dustorage_fs.c334 struct usb_interface_descriptor *id; local
340 id = usbd_get_interface_descriptor(uaa->iface);
341 if ((id == NULL) ||
342 (id->bInterfaceClass != UICLASS_MASS) ||
343 (id->bInterfaceSubClass != UISUBCLASS_SCSI) ||
344 (id->bInterfaceProtocol != UIPROTO_MASS_BBB)) {
355 struct usb_interface_descriptor *id; local
394 id = usbd_get_interface_descriptor(uaa->iface);
395 if (id == NULL) {
400 sc->sc_iface_no = id
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp263 NodeId id = PA.Id; local
264 const Liveness::RefMap &phiUse = LV->getRealUses(id);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp341 // There is a mapping scheme between node id and its location in a block,
377 NodeId NodeAllocator::id(const NodeBase *P) const { function in class:NodeAllocator
480 NodeId Self = G.id(this);
765 // Get the pointer to the node with the id N.
772 // Get the id of the node at the address P.
773 NodeId DataFlowGraph::id(const NodeBase *P) const {
776 return Memory.id(P);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h38 // replaced with 32-bit identifiers: each node has an id of type NodeId.
41 // A node id of 0 is equivalent to nullptr.
73 // the id of the first reached use, and the id of the first reached def.
74 // Each def and use will contain the id of the reaching def, and also the
75 // id of the next reached def (for def nodes) or use (for use nodes).
127 // N - numeric node id,
136 // N - numeric node id,
140 // Possible annotations (usually preceding the node id):
143 // " - shadow ref (follows the node id),
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp1370 ver.id = config->versionDefinitions.size();
H A DDriver.cpp686 // Parse --build-id or --build-id=<style>. We handle "tree" as a
688 // -build-id=sha1 are actually tree hashes for performance reasons.
711 error("unknown --build-id style: " + s);
802 unsigned id) {
803 auto *arg = args.getLastArg(id);
801 getOldNewOptions(opt::InputArgList &args, unsigned id) argument

Completed in 307 milliseconds

1234567891011>>