Searched refs:head (Results 151 - 175 of 923) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_ciph.c692 static void ll_append_tail(CIPHER_ORDER **head, CIPHER_ORDER *curr, argument
697 if (curr == *head)
698 *head = curr->next;
709 static void ll_append_head(CIPHER_ORDER **head, CIPHER_ORDER *curr, argument
712 if (curr == *head)
720 (*head)->prev = curr;
721 curr->next = *head;
723 *head = curr;
901 CIPHER_ORDER *head)
915 ciph_curr = head;
894 ssl_cipher_collect_aliases(const SSL_CIPHER **ca_list, int num_of_group_aliases, unsigned long disabled_mkey, unsigned long disabled_auth, unsigned long disabled_enc, unsigned long disabled_mac, unsigned long disabled_ssl, CIPHER_ORDER *head) argument
973 CIPHER_ORDER *head, *tail, *curr, *next, *last; local
1483 CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr; local
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pow.c308 * @param head The head pointer
311 static void __cvmx_pow_display_list(const char *name, int name_param, int valid, int has_one, uint64_t head, uint64_t tail) argument
318 printf("One element index=%llu(0x%llx)\n", CAST64(head), CAST64(head));
320 printf("Multiple elements head=%llu(0x%llx) tail=%llu(0x%llx)\n", CAST64(head), CAST64(head), CAST64(tail), CAST64(tail));
363 * @param head The head pointe
366 __cvmx_pow_display_list_and_walk(__cvmx_pow_list_types_t entry_type, __cvmx_pow_dump_t *dump, uint8_t entry_list[], int valid, int has_one, uint64_t head, uint64_t tail) argument
589 int valid[3], has_one[3], head[3], tail[3], qnum_head, qnum_tail; local
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h190 osal_list_entry_t *head, *tail; member in struct:osal_list_t
270 (list)->head = NULL; \
286 ((new_list)->tail)->next = ((list)->head); \
287 ((list)->head)->prev = ((new_list)->tail); \
288 (list)->head = (new_list)->head; \
296 (entry)->next = (list)->head; \
300 (list)->head->prev = (entry); \
302 (list)->head = (entry); \
313 (list)->head
[all...]
/freebsd-11-stable/sys/dev/amr/
H A Damrvar.h320 amr_init_qhead(ac_qhead_t *head) argument
323 STAILQ_INIT(head);
351 amr_enqueue_completed(struct amr_command *ac, ac_qhead_t *head) argument
354 STAILQ_INSERT_TAIL(head, ac, ac_link);
358 amr_dequeue_completed(struct amr_softc *sc, ac_qhead_t *head) argument
362 if ((ac = STAILQ_FIRST(head)) != NULL)
363 STAILQ_REMOVE_HEAD(head, ac_link);
/freebsd-11-stable/tools/KSE/ksetest/
H A Dkse_threads_test.c62 struct kse_thr_mailbox *head; member in struct:uts_runq
335 q->head = NULL;
346 tm->tm_next = q->head;
347 q->head = tm;
370 if (q->head == NULL)
373 for (p = q->head; p->tm_next != NULL; p = p->tm_next)
376 q->head = NULL;
424 if ((data->runq->head != NULL) && SIGNOTEMPTY(km->km_sigscaught)) {
427 signalcontext(&data->runq->head->tm_context,
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c162 list->head = 0;
173 HPT_ASSERT(list->head);
174 result = list->head;
175 list->head = *(void **)result;
186 *(void **)p = list->head;
187 list->head = p;
202 list->head = 0;
223 *(void **)p = list->head;
225 list->head = p;
/freebsd-11-stable/sys/dev/hptnr/
H A Dhptnr_os_bsd.c148 list->head = 0;
159 HPT_ASSERT(list->head);
160 result = list->head;
161 list->head = *(void **)result;
172 *(void **)p = list->head;
173 list->head = p;
188 list->head = 0;
209 *(void **)p = list->head;
211 list->head = p;
/freebsd-11-stable/sys/geom/
H A Dgeom_redboot.c176 struct fis_image_desc *head, **tail; local
197 *(tail = &head) = NULL;
233 return head;
244 struct fis_image_desc *fd, *head; local
280 head = NULL;
285 head = parse_fis_directory(buf, blksize, offset, offmask);
286 if (head == NULL && offset != 0) {
293 if (head == NULL) {
301 for (fd = head, i = 0; fd != NULL; fd = fd->next) {
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_netmap.c195 u_int const head = kring->rhead; local
246 if (nm_i != head) { /* we have new packets to send */
252 for (n = 0; nm_i != head; n++) {
291 kring->nr_hwcur = head;
381 u_int const head = kring->rhead; local
388 if (head > lim)
450 if (nm_i != head) {
452 for (n = 0; nm_i != head; n++) {
475 kring->nr_hwcur = head;
/freebsd-11-stable/sys/dev/netmap/
H A Dif_em_netmap.h125 u_int const head = kring->rhead; local
141 if (nm_i != head) { /* we have new packets to send */
143 for (n = 0; nm_i != head; n++) {
175 kring->nr_hwcur = head;
218 u_int const head = kring->rhead; local
225 if (head > lim)
265 if (nm_i != head) {
267 for (n = 0; nm_i != head; n++) {
290 kring->nr_hwcur = head;
H A Dif_igb_netmap.h93 u_int const head = kring->rhead; local
112 if (nm_i != head) { /* we have new packets to send */
114 for (n = 0; nm_i != head; n++) {
155 kring->nr_hwcur = head;
200 u_int const head = kring->rhead; local
207 if (head > lim)
245 if (nm_i != head) {
247 for (n = 0; nm_i != head; n++) {
270 kring->nr_hwcur = head;
H A Dif_lem_netmap.h108 u_int const head = kring->rhead; local
123 if (nm_i != head) { /* we have new packets to send */
125 while (nm_i != head) {
158 kring->nr_hwcur = head;
200 u_int const head = kring->rhead; local
206 if (head > lim)
257 if (nm_i != head) {
259 for (n = 0; nm_i != head; n++) {
282 kring->nr_hwcur = head;
H A Dif_ixl_netmap.h168 u_int const head = kring->rhead; local
188 * If we have packets to send (nm_i != head)
206 if (nm_i != head) { /* we have new packets to send */
212 for (n = 0; nm_i != head; n++) {
253 kring->nr_hwcur = head;
268 nm_prerr("error: invalid value of hw head index %u", nic_i);
302 u_int const head = kring->rhead; local
310 if (head > lim)
368 * (kring->nr_hwcur to head excluded),
375 if (nm_i != head) {
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_unit.c232 TAILQ_FOREACH(up, &uh->head, list) {
332 TAILQ_INIT(&uh->head);
397 TAILQ_FOREACH(uf, &uh->head, list) {
431 TAILQ_REMOVE(&uh->head, us, list);
470 TAILQ_REMOVE(&uh->head, uf, list);
475 TAILQ_REMOVE(&uh->head, uf, list);
485 TAILQ_REMOVE(&uh->head, uf, list);
520 TAILQ_REMOVE(&uh->head, up, list);
530 TAILQ_REMOVE(&uh->head, upp, list);
536 TAILQ_REMOVE(&uh->head, up
[all...]
/freebsd-11-stable/contrib/ntp/libntp/
H A Dauthkeys.c112 * Returns the new head.
116 KeyAccT * head,
125 node->next = head;
136 KeyAccT *head
140 if (head) {
141 next = head->next;
142 free(head);
151 KeyAccT * head
154 while (head)
155 head
115 keyacc_new_push( KeyAccT * head, const sockaddr_u * addr, unsigned int subnetbits ) argument
164 keyacc_contains( const KeyAccT *head, const sockaddr_u *addr, int defv) argument
[all...]
/freebsd-11-stable/sbin/fsck_msdosfs/
H A Dfat.c64 * For each cluster, we use 1 bit to represent if it's a head cluster
72 * corresponding cluster was a "head" cluster.
74 * We use head bitmap to identify lost chains: a head cluster that was
75 * not being claimed by any file or directories is the head cluster of
81 * by finding out the 1's in the head bitmap.
399 * Cache hit: if we already have the chunk, move it to list head
805 * Read or map a FAT and populate head bitmap
860 perr("No space for head bitmap for FAT clusters (%zu)",
937 * Traverse the FAT table and populate head ma
1036 checkchain(struct fat_descriptor *fat, cl_t head, size_t *chainsize) argument
1122 clearchain(struct fat_descriptor *fat, cl_t head) argument
1249 cl_t head; local
[all...]
/freebsd-11-stable/usr.bin/rpcinfo/
H A Drpcinfo.c472 struct pmaplist *head = NULL; local
510 NULL, (xdrproc_t) xdr_pmaplist_ptr, (char *)&head,
531 if (head == NULL) {
535 for (; head != NULL; head = head->pml_next) {
537 head->pml_map.pm_prog,
538 head->pml_map.pm_vers);
539 if (head->pml_map.pm_prot == IPPROTO_UDP)
541 else if (head
681 rpcblist_ptr head = NULL; local
883 rpcb_entry_list_ptr head = NULL; local
[all...]
/freebsd-11-stable/contrib/ncurses/man/
H A DMakefile.in72 terminfo.5: $(srcdir)/terminfo.head $(CAPLIST) $(srcdir)/terminfo.tail Makefile $(srcdir)/MKterminfo.sh
73 sh $(srcdir)/MKterminfo.sh $(srcdir)/terminfo.head $(CAPLIST) $(srcdir)/terminfo.tail >terminfo.5
/freebsd-11-stable/contrib/gperf/src/
H A Doutput.h40 Output (KeywordExt_List *head,
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h88 gz_headerp head; /* where to save gzip header information */ member in struct:inflate_state
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_hashtab.h45 LIST_ENTRY(drm_hash_item) head; member in struct:drm_hash_item
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_hashtab.h45 LIST_ENTRY(drm_hash_item) head; member in struct:drm_hash_item
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dget_host_realm.c52 copy_txt_to_realms (struct rk_resource_record *head, argument
58 for(n = 0, rr = head; rr; rr = rr->next)
72 for (i = 0, rr = head; rr; rr = rr->next) {
119 ret = copy_txt_to_realms (r->head, realms);
/freebsd-11-stable/include/
H A Dres_update.h55 ns_updrec *head; member in struct:__anon6530
/freebsd-11-stable/sys/net80211/
H A Dieee80211_power.h56 struct mbuf *head; member in struct:ieee80211_psq::ieee80211_psq_head

Completed in 199 milliseconds

1234567891011>>