Searched refs:head (Results 601 - 625 of 923) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/sys/contrib/zlib/
H A Ddeflate.h140 Posf *head; /* Heads of the hash chains or NIL. */ member in struct:internal_state
/freebsd-11-stable/sys/dev/atkbdc/
H A Datkbdcreg.h182 int head; member in struct:_kqueue
/freebsd-11-stable/rescue/rescue/
H A DMakefile196 CRUNCH_PROGS_usr.bin= head mt sed tail tee
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dcron.h214 user *head, *tail; /* links */ member in struct:_cron_db
/freebsd-11-stable/contrib/libpcap/
H A Dgencode.h255 struct block *head; member in struct:block
/freebsd-11-stable/sbin/ipfw/
H A Dnat.c854 oh->ntlv.head.length = sizeof(oh->ntlv);
946 ntlv->head.type = IPFW_TLV_EACTION_NAME(1); /* it doesn't matter */
947 ntlv->head.length = sizeof(ipfw_obj_ntlv);
1083 oh->ntlv.head.length = sizeof(oh->ntlv);
H A Dtables.c318 ntlv->head.type = IPFW_TLV_TBL_NAME;
319 ntlv->head.length = sizeof(ipfw_obj_ntlv);
922 ctlv->head.length = sz;
930 tent->head.length = sizeof(ipfw_obj_tentry);
1019 ptent->head.flags |= IPFW_TF_UPDATE;
1134 tent->head.length = sizeof(*tent);
1777 tent = (ipfw_obj_tentry *)((caddr_t)tent + tent->head.length);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c2463 * was until now 'invalid' meaning 'head'. Ask this function not to
2934 _("Path '%s' not found in head revision"),
/freebsd-11-stable/usr.bin/
H A DMakefile61 head \
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c2743 char *head;
2766 * head points to the current (relative) path
2779 head = path;
2787 * head, tail, path all alias the same string, which is
2808 r = fstatat(chdir_fd, head, &st, AT_SYMLINK_NOFOLLOW);
2810 r = lstat(head, &st);
2838 fd = la_opendirat(chdir_fd, head);
2847 r = chdir(head);
2857 head = tail + 1;
2889 r = unlinkat(chdir_fd, head,
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_bufs.c118 list_for_each_entry(entry, &dev->maplist, head) {
371 list_for_each_entry(entry, &dev->agp->memory, head) {
430 list_add(&list->head, &dev->maplist);
520 list_for_each_entry_safe(r_list, list_t, &dev->maplist, head) {
523 list_del(&r_list->head);
609 list_for_each_entry(r_list, &dev->maplist, head) {
618 /* List has wrapped around to the head pointer, or its empty we didn't
731 list_for_each_entry(agp_entry, &dev->agp->memory, head) {
H A DdrmP.h319 struct list_head head; member in struct:drm_magic_entry
403 struct list_head head; member in struct:drm_prime_file_private
476 struct list_head head; member in struct:drm_agp_mem
535 struct list_head head; /**< list head */ member in struct:drm_map_list
547 struct list_head head; /**< list head */ member in struct:drm_ctx_list
649 struct list_head head; /**< each minor contains a list of masters */ member in struct:drm_master
1086 struct drm_minor *primary; /**< render type primary screen head */
1547 list_for_each_entry(_entry, &dev->maplist, head)
[all...]
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_debug.c144 struct list_head *head; local
156 head = &dev_priv->mm.active_list;
160 head = &dev_priv->mm.inactive_list;
168 list_for_each_entry(obj, head, mm_list) {
297 list_for_each_entry(crtc, &dev->mode_config.crtc_list, base.head) {
617 seq_printf(m, " HEAD: 0x%08x\n", error->head[ring]);
643 seq_printf(m, " ring->head: 0x%08x\n", error->cpu_ring_head[ring]);
1261 list_for_each_entry(fb, &dev->mode_config.fb_list, base.head) {
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_connectors.c258 list_for_each_entry(conflict, &dev->mode_config.connector_list, head) {
518 list_for_each_entry_safe(mode, t, &connector->probed_modes, head) {
528 list_for_each_entry_safe(mode, t, &connector->probed_modes, head) {
1001 list_for_each_entry(list_connector, &dev->mode_config.connector_list, head) {
1534 list_for_each_entry(connector, &dev->mode_config.connector_list, head) {
1554 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
1923 list_for_each_entry(connector, &dev->mode_config.connector_list, head) {
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_console.c680 __tag_port_report(port_report_t ** head, uint64_t node_guid, argument
691 if (*head) {
692 rep->next = *head;
693 *head = rep;
695 *head = rep;
698 static void __print_port_report(FILE * out, port_report_t * head) argument
700 port_report_t *item = head;
H A Dosm_ucast_dfsssp.c1220 link_t *link = NULL, *head = NULL; local
1283 head = link;
1284 head->next = NULL;
1320 while (head) {
1321 link = head;
1322 head = head->next;
1337 adj_list[i].links = head->next;
1338 free(head);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp810 head of the consolidated free block. We know the next block
1846 // pop the head of no-sync free list
1858 // pop the head of the sync free list, push NULL instead
1939 // push block to self no-sync free list, linking previous head (LIFO)
1943 void *head = this_thr->th.th_free_lists[index].th_free_list_other;
1944 if (head == NULL) {
1948 descr->size_allocated = (size_t)1; // head of the list keeps its length
1952 (kmp_mem_descr_t *)((char *)head - sizeof(kmp_mem_descr_t));
1959 *((void **)ptr) = head;
1967 void *tail = head;
[all...]
/freebsd-11-stable/sys/fs/cuse/
H A Dcuse.c133 TAILQ_HEAD(, cuse_client_command) head;
541 TAILQ_REMOVE(&pcc->server->head, pccmd, entry);
576 TAILQ_INSERT_TAIL(&pcs->head, pccmd, entry);
595 TAILQ_INSERT_TAIL(&pcs->head, pccmd, entry);
778 TAILQ_INIT(&pcs->head);
1064 while ((pccmd = TAILQ_FIRST(&pcs->head)) == NULL) {
1076 TAILQ_REMOVE(&pcs->head, pccmd, entry);
/freebsd-11-stable/contrib/gcc/
H A Dloop-iv.c1684 eliminate_implied_conditions (enum rtx_code op, rtx *head, rtx tail) argument
1689 eliminate_implied_condition (op, *head, &XEXP (elt, 0));
1691 eliminate_implied_condition (op, XEXP (elt, 0), head);
1700 rtx head, tail, insn; local
1713 head = XEXP (*expr, 0);
1716 eliminate_implied_conditions (op, &head, tail);
1734 simplify_using_initial_values (loop, UNKNOWN, &head);
1735 if (head == aggr)
1741 else if (head == neutral)
1755 XEXP (*expr, 0) = head;
[all...]
H A Dstmt.c2104 add_case_node (struct case_node *head, tree type, tree low, tree high,
2127 return head;
2138 return head;
2164 r->right = head;
2724 balance_case_nodes (case_node_ptr *head, case_node_ptr parent)
2728 np = *head;
2758 npp = head;
2781 np = *head;
2809 *head = np = *npp;
2822 np = *head;
2090 add_case_node(struct case_node *head, tree type, tree low, tree high, tree label) argument
2708 balance_case_nodes(case_node_ptr *head, case_node_ptr parent) argument
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c139 list_add_tail(&mr->list, &ent->head);
223 if (list_empty(&ent->head)) {
227 mr = list_first_entry(&ent->head, struct mlx5_ib_mr, list);
340 if (!list_empty(&ent->head)) {
341 mr = list_first_entry(&ent->head, struct mlx5_ib_mr,
375 list_add_tail(&mr->list, &ent->head);
395 if (list_empty(&ent->head)) {
399 mr = list_first_entry(&ent->head, struct mlx5_ib_mr, list);
436 INIT_LIST_HEAD(&cache->ent[i].head);
440 INIT_LIST_HEAD(&ent->head);
[all...]
/freebsd-11-stable/sys/rpc/
H A Drpcb_clnt.c1095 rpcblist_ptr head = NULL;
1102 return (head);
1106 (char *)(void *)&head, tottimeout);
1124 (char *)(void *)&head, tottimeout) == RPC_SUCCESS)
1132 return (head);
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_bdg.c956 u_int head = kring->rhead; local
959 if (head > lim) {
970 if (nm_i != head) {
972 for (n = 0; likely(nm_i != head); n++) {
983 kring->nr_hwcur = head;
1087 * and head/cur/tail are set from the kring as needed
1117 nm_prinf("%s head %d cur %d tail %d", na->name,
/freebsd-11-stable/contrib/binutils/bfd/
H A Decofflink.c380 head and the tail. */
412 add_file_shuffle (ainfo, head, tail, input_bfd, offset, size)
414 struct shuffle **head;
446 if (*head == (struct shuffle *) NULL)
447 *head = n;
459 PARAMS ((struct accumulate *, struct shuffle **head, struct shuffle **tail,
463 add_memory_shuffle (ainfo, head, tail, data, size)
465 struct shuffle **head;
483 if (*head == (struct shuffle *) NULL)
484 *head
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table.c982 if (oh->ntlv.head.length != sizeof(oh->ntlv))
988 if (ctlv->head.length + read != sd->valsize)
1010 if (ptent->head.length != sizeof(*ptent))
1035 if (ptent->head.flags & IPFW_TF_UPDATE)
1105 if (oh->ntlv.head.length != sizeof(oh->ntlv))
1952 ti->tlen = ntlv->head.length;
1993 ntlv->head.type = IPFW_TLV_TBL_NAME;
1994 ntlv->head.length = sizeof(*ntlv);
2440 tent->head.length = sizeof(ipfw_obj_tentry);

Completed in 356 milliseconds

<<21222324252627282930>>