Searched refs:head (Results 201 - 225 of 653) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c137 sp_ext_node_t **head, sp_ext_offset_t offset, sp_ext_length_t length,
139 static void meta_sp_list_free(sp_ext_node_t **head);
140 static void meta_sp_list_remove(sp_ext_node_t **head, sp_ext_node_t *ext);
141 static sp_ext_length_t meta_sp_list_size(sp_ext_node_t *head,
143 static sp_ext_node_t *meta_sp_list_find(sp_ext_node_t *head,
147 static void meta_sp_list_dump(sp_ext_node_t *head);
148 static int meta_sp_list_overlaps(sp_ext_node_t *head);
863 * head - the head of the list, must be NULL for empty list
870 * OUTPUT: head
882 meta_sp_list_insert( mdsetname_t *sp, mdname_t *np, sp_ext_node_t **head, sp_ext_offset_t offset, sp_ext_length_t length, sp_ext_type_t type, uint_t seq, uint_t flags, ext_cmpfunc_t compare ) argument
956 meta_sp_list_free(sp_ext_node_t **head) argument
983 meta_sp_list_remove(sp_ext_node_t **head, sp_ext_node_t *ext) argument
1010 meta_sp_list_size(sp_ext_node_t *head, sp_ext_type_t exttype, int exclude_wm) argument
1038 meta_sp_list_find( sp_ext_node_t *head, sp_ext_offset_t offset ) argument
1075 meta_sp_list_freefill( sp_ext_node_t **head, sp_ext_length_t size ) argument
1111 meta_sp_list_dump(sp_ext_node_t *head) argument
1161 meta_sp_list_overlaps(sp_ext_node_t *head) argument
1206 meta_sp_alloc_by_ext( mdsetname_t *sp, mdname_t *np, sp_ext_node_t **head, sp_ext_node_t *free_ext, sp_ext_offset_t alloc_offset, sp_ext_length_t alloc_length, uint_t seq ) argument
1305 meta_sp_alloc_by_len( mdsetname_t *sp, mdname_t *np, sp_ext_node_t **head, sp_ext_length_t *lp, sp_ext_offset_t last_off, sp_ext_offset_t alignment ) argument
1719 meta_sp_alloc_by_list( mdsetname_t *sp, mdname_t *np, sp_ext_node_t **head, sp_ext_node_t *oblist ) argument
[all...]
/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c523 * Following are some general queueing routines. The call list head contains
524 * a pointer to the head of the queue and to the tail of the queue. Normally,
525 * calls are added to the tail and removed from the head to ensure they are
528 * way to do a "priority queueing" which inserts at the head of the queue for
540 queue(head, cp)
541 struct call_list *head;
545 if (head->cl_tail == (struct callsave *) NULL) {
547 head->cl_head = head->cl_tail = cp;
550 cp->c_np = head
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Dsendfile.c417 mblk_t *head, *tmp; local
447 head = dmp = allocb(buf_left + extra, BPRI_HI);
448 if (head == NULL)
450 head->b_wptr = head->b_rptr = head->b_rptr + wroff;
456 freemsg(head);
475 freemsg(head);
481 freemsg(head);
495 freemsg(head);
[all...]
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c786 sctp_verify_chain(mblk_t *head, mblk_t *tail) argument
788 mblk_t *mp = head;
790 if (head == NULL || tail == NULL)
957 mblk_t *mp, *head; local
968 if ((head = sctp_add_proto_hdr(sctp, fp, mp, 0, NULL)) == NULL) {
974 ipha_t *iph = (ipha_t *)head->b_rptr;
979 sctp_set_iplen(sctp, head, fp->sf_ixa);
980 (void) conn_ip_output(head, fp->sf_ixa);
990 mblk_t *head; local
1038 head
1463 mblk_t *head; local
1669 mblk_t *head; local
2081 mblk_t *head; local
[all...]
/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.h98 client_info_t *head; member in struct:client_list
/illumos-gate/usr/src/lib/libsmedia/library/common/
H A Dl_defines.h46 int32_t head; member in struct:format_track
/illumos-gate/usr/src/lib/libfru/libfru/
H A DPayloadReader.h71 uint8_t head, uint8_t tail,
/illumos-gate/usr/src/common/list/
H A Dlist.c142 list_node_t *head = list->list_head.list_next; local
143 if (head == &list->list_head)
145 list_remove_node(head);
146 return (list_object(list, head));
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.h92 struct transq_node_s *head; member in struct:transq_hdr_s
/illumos-gate/usr/src/cmd/mail/
H A Dsavehdrs.c65 if (hdrlines[H_FROM1].head == (struct hdrs *)NULL) {
/illumos-gate/usr/src/cmd/format/
H A Ddefect.h57 short head; member in struct:defect_entry
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioList.h67 AudioListEntry head; // list head member in class:AudioList
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioList.cc109 Audio(local_name), head(0)
126 return (head.next);
311 prev = &head; // this is the first extent
344 for (prev = &head; prev->next != 0; prev = prev->next)
/illumos-gate/usr/src/cmd/idmap/idmap/
H A DMakefile32 IDMAP_PROT_DIR = $(SRC)/head/rpcsvc
/illumos-gate/usr/src/cmd/svc/shell/
H A Dsendmail_include.sh46 PID=`head -1 $1`
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_q_mem.h94 cpqary3_cmdpvt_t *head; member in struct:cpqary3_cmdmemlist
/illumos-gate/usr/src/uts/common/io/cxgbe/shared/
H A Dshared.h48 mblk_t *head, *tail; member in struct:mblk_pair
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A DMakefile48 CPPFLAGS += -I$(STANDDIR)/lib/sa -I$(TOPDIR)/head
/illumos-gate/usr/src/uts/common/xen/sys/
H A Dgnttab.h121 void gnttab_free_grant_references(grant_ref_t head);
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Dmpapi_scsi_vhci.h84 mpapi_item_list_t *head; member in struct:mpapi_list_header
/illumos-gate/usr/src/lib/libast/common/cdt/
H A Ddtflatten.c57 list = dt->data->head;
H A Ddthdr.h45 #define head hh._head macro
H A Ddtrestore.c81 dt->data->head = list;
/illumos-gate/usr/src/uts/sun/sys/dada/impl/
H A Dcommands.h52 uchar_t head; /* Head number */ member in struct:dcd_cmd::__anon9722::chs
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq.h33 /*$FreeBSD: head/sys/dev/ixl/i40e_adminq.h 284049 2015-06-05 22:52:42Z jfv $*/
65 u32 head; member in struct:i40e_adminq_ring

Completed in 185 milliseconds

1234567891011>>