Searched refs:head (Results 51 - 75 of 766) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sbin/rcorder/
H A Drcorder.c96 flag head; member in struct:provnode
277 * have a head node, create one here.
284 provnode *pnode, *head; local
288 head = Hash_GetValue(entry);
290 /* create a head node if necessary. */
291 if (head == NULL) {
292 head = emalloc(sizeof(*head));
293 head->head
517 provnode *head, *pnode; local
625 provnode *head; local
[all...]
/freebsd-10.0-release/lib/libc/iconv/
H A Dcitrus_mmap.c53 void *head; local
72 head = mmap(NULL, (size_t)st.st_size, PROT_READ, MAP_FILE|MAP_PRIVATE,
74 if (head == MAP_FAILED) {
78 _region_init(r, head, (size_t)st.st_size);
H A Dcitrus_memstream.c92 /* skip white spaces at the head of the line */
117 void *chr, *head; local
123 head = _region_offset(&ms->ms_region, ms->ms_pos);
124 chr = memchr(head, ch, _memstream_remainder(ms));
126 _region_init(r, head, _memstream_remainder(ms));
130 sz = (char *)chr - (char *)head;
132 _region_init(r, head, sz);
/freebsd-10.0-release/sys/dev/drm2/ttm/
H A Dttm_execbuf_util.h40 * @head: list head for thread-private list.
49 struct list_head head; member in struct:ttm_validate_buffer
H A Dttm_execbuf_util.c40 list_for_each_entry(entry, list, head) {
60 list_for_each_entry(entry, list, head) {
76 list_for_each_entry(entry, list, head) {
94 entry = list_first_entry(list, struct ttm_validate_buffer, head);
123 list_for_each_entry(entry, list, head) {
129 entry = list_first_entry(list, struct ttm_validate_buffer, head);
136 list_for_each_entry(entry, list, head) {
216 bo = list_first_entry(list, struct ttm_validate_buffer, head)->bo;
224 list_for_each_entry(entry, list, head) {
234 list_for_each_entry(entry, list, head) {
[all...]
/freebsd-10.0-release/sys/sys/
H A D_unrhdr.h39 TAILQ_HEAD(unrhd,unr) head; member in struct:unrhdr
H A Dbio.h142 struct bio *bioq_first(struct bio_queue_head *head);
143 struct bio *bioq_takefirst(struct bio_queue_head *head);
144 void bioq_flush(struct bio_queue_head *head, struct devstat *stp, int error);
145 void bioq_init(struct bio_queue_head *head);
146 void bioq_insert_head(struct bio_queue_head *head, struct bio *bp);
147 void bioq_insert_tail(struct bio_queue_head *head, struct bio *bp);
148 void bioq_remove(struct bio_queue_head *head, struct bio *bp);
/freebsd-10.0-release/usr.bin/mail/
H A Dcmd3.c204 struct header head; local
237 head.h_to = np;
238 if ((head.h_subject = hfield("subject", mp)) == NULL)
239 head.h_subject = hfield("subj", mp);
240 head.h_subject = reedit(head.h_subject);
247 head.h_cc = np;
249 head.h_cc = NULL;
250 head.h_bcc = NULL;
251 head
580 struct header head; local
[all...]
/freebsd-10.0-release/contrib/ipfilter/
H A Dipf_rb.h38 rotate_left(struct _n##_rb_head *head, _t *node) \
49 head->top._f.right = tmp1; \
60 rotate_right(struct _n##_rb_head *head, _t *node) \
71 head->top._f.right = tmp1; \
82 _n##_rb_insert(struct _n##_rb_head *head, _t *node) \
86 parent = &head->top; \
89 p = &head->top._f.right; \
113 rotate_left(head, node); \
118 rotate_right(head, gparent); \
130 rotate_right(head, nod
[all...]
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dipf_rb.h38 rotate_left(struct _n##_rb_head *head, _t *node) \
49 head->top._f.right = tmp1; \
60 rotate_right(struct _n##_rb_head *head, _t *node) \
71 head->top._f.right = tmp1; \
82 _n##_rb_insert(struct _n##_rb_head *head, _t *node) \
86 parent = &head->top; \
89 p = &head->top._f.right; \
113 rotate_left(head, node); \
118 rotate_right(head, gparent); \
130 rotate_right(head, nod
[all...]
/freebsd-10.0-release/sys/netgraph/bluetooth/include/
H A Dng_bluetooth.h66 struct mbuf *head; /* first item in the queue */ member in struct:ng_bt_mbufq
77 (q)->head = NULL; \
89 #define NG_BT_MBUFQ_FIRST(q) (q)->head
102 (q)->head = (i); \
112 (i) = (q)->head; \
114 (q)->head = (q)->head->m_nextpkt; \
115 if ((q)->head == NULL) \
125 (i)->m_nextpkt = (q)->head; \
129 (q)->head
[all...]
/freebsd-10.0-release/sbin/fsck_msdosfs/
H A Ddir.c255 || fat[boot->bpbRootClust].head != boot->bpbRootClust) {
273 rootDir->head = boot->bpbRootClust;
398 if (dir->head == CLUST_FREE)
401 if (dir->head < CLUST_FIRST || dir->head >= boot->NumClusters)
403 physicalSize = fat[dir->head].length * boot->ClusterSize;
424 for (cl = dir->head; (sz += boot->ClusterSize) <
457 cl = dir->head;
653 dirent.head = p[26] | (p[27] << 8);
655 dirent.head |
924 reconnect(int dosfs, struct bootblock *boot, struct fatEntry *fat, cl_t head) argument
[all...]
/freebsd-10.0-release/sys/dev/random/
H A Drandom_harvestq.c70 STAILQ_HEAD(harvestlist, harvest) head;
171 STAILQ_CONCAT(&local_queue, &harvestfifo.head);
184 STAILQ_CONCAT(&emptyfifo.head, &local_queue);
228 STAILQ_INIT(&emptyfifo.head);
231 STAILQ_INSERT_TAIL(&emptyfifo.head, np, next);
236 STAILQ_INIT(&harvestfifo.head);
255 while (!STAILQ_EMPTY(&emptyfifo.head)) {
256 np = STAILQ_FIRST(&emptyfifo.head);
257 STAILQ_REMOVE_HEAD(&emptyfifo.head, next);
261 while (!STAILQ_EMPTY(&harvestfifo.head)) {
[all...]
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dcoffgrok.c129 do_sections_p1 (struct coff_ofile *head) argument
135 head->nsections = abfd->section_count + 1;
136 head->sections = all;
155 head->sections[i].name = (char *) (section->name);
156 head->sections[i].code = section->flags & SEC_CODE;
157 head->sections[i].data = section->flags & SEC_DATA;
159 head->sections[i].data = 1;
160 head->sections[i].address = section->lma;
161 head->sections[i].size = bfd_get_section_size (section);
162 head
178 do_sections_p2(struct coff_ofile *head) argument
600 struct coff_ofile *head = local
[all...]
/freebsd-10.0-release/lib/libutil/
H A Dproperty.c73 properties head, ptr; local
82 head = ptr = NULL;
95 properties_free(head);
207 if (head == NULL) {
208 if ((head = ptr = property_alloc(hold_n, hold_v)) == NULL)
212 properties_free(head);
226 if (head == NULL && (head = property_alloc(NULL, NULL)) == NULL)
229 return (head);
/freebsd-10.0-release/contrib/ncurses/ncurses/tinfo/
H A Daccess.c116 char head[PATH_MAX]; local
117 char *leaf = _nc_basename(strcpy(head, path));
120 leaf = head;
122 if (head == leaf)
123 (void) strcpy(head, ".");
125 return access(head, R_OK | W_OK | X_OK);
/freebsd-10.0-release/usr.bin/ctags/
H A Dtree.c64 put_entries(head);
65 free_tree(head);
67 if (!(head = np = (NODE *)malloc(sizeof(NODE))))
88 if (!head)
89 head = np;
91 add_node(np, head);
/freebsd-10.0-release/contrib/ntp/include/isc/
H A Dlist.h31 #define ISC_LIST(type) struct { type *head, *tail; }
33 do { (list).head = NULL; (list).tail = NULL; } while (0)
45 #define ISC_LIST_HEAD(list) ((list).head)
47 #define ISC_LIST_EMPTY(list) ISC_TF((list).head == NULL)
51 if ((list).head != NULL) \
52 (list).head->link.prev = (elt); \
56 (elt)->link.next = (list).head; \
57 (list).head = (elt); \
74 (list).head = (elt); \
98 (list).head
[all...]
/freebsd-10.0-release/contrib/amd/
H A Dbootstrap44 aclocal --version 2>&1 | head -1
55 autoconf --version 2>&1 | head -1
78 autoheader --version 2>&1 | head -1
96 automake --version 2>&1 | head -1
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_ageq.c154 * deltas (in seconds) relative to the head so we can check
155 * and/or adjust only the head of the list. If a frame's age
162 struct mbuf *head, **phead; local
165 phead = &head;
182 return head;
195 struct mbuf *head, **phead; local
200 phead = &head;
231 if (head == ohead && aq->aq_head != NULL) /* correct age */
232 M_AGE_SET(aq->aq_head, M_AGE_GET(head));
236 return head;
[all...]
/freebsd-10.0-release/lib/libiconv_modules/UES/
H A Dcitrus_ues.c190 int ch, head, num, tail; local
205 head = tail;
206 if (psenc->chlen == head) {
211 ch = (unsigned char)psenc->ch[head++];
213 if (psenc->chlen == head) {
218 switch (psenc->ch[head]) {
231 ++head;
233 for (; head < tail; ++head) {
234 if (psenc->chlen == head) {
[all...]
/freebsd-10.0-release/usr.bin/tee/
H A Dtee.c59 static LIST *head; variable
104 for (p = head; p; p = p->next) {
137 p->next = head;
138 head = p;
/freebsd-10.0-release/lib/libc/rpc/
H A Dpmap_getmaps.c77 struct pmaplist *head = NULL; local
92 (xdrproc_t)xdr_pmaplist, &head, minutetimeout) !=
99 return (head);
/freebsd-10.0-release/sys/netpfil/ipfw/test/
H A Dmylist.h26 list_add_tail(struct list_head *o, struct list_head *head) argument
28 __list_add(o, head->prev, head);
/freebsd-10.0-release/sys/net/
H A Dradix.c69 static void rn_detachhead_internal(void **head);
70 static int rn_inithead_internal(void **head, int off);
159 rn_search(v_arg, head)
161 struct radix_node *head;
166 for (x = head, v = v_arg; x->rn_bit >= 0;) {
180 rn_search_m(v_arg, head, m_arg)
181 struct radix_node *head;
187 for (x = head; x->rn_bit >= 0;) {
225 rn_lookup(v_arg, m_arg, head)
227 struct radix_node_head *head;
1146 rn_inithead_internal(void **head, int off) argument
1179 rn_detachhead_internal(void **head) argument
1194 rn_inithead(void **head, int off) argument
1215 rn_detachhead(void **head) argument
[all...]

Completed in 369 milliseconds

1234567891011>>