Searched defs:head (Results 101 - 125 of 126) sorted by relevance

123456

/osnet-11/usr/src/lib/libdladm/common/
H A Dusage.c499 * and also check for the range given the head and tail of the list.
500 * If stime is lower then head or etime is greated than tail, adjust.
503 get_time_range(net_time_entry_t *head, net_time_entry_t *tail, argument
520 &head->my_time_stat->net_stat_time,
532 get_starting_point(net_time_entry_t *head, net_time_entry_t **start, argument
535 net_time_entry_t *next = head;
537 if (head == NULL) {
542 *start = head;
543 *lasttime = head->my_time_stat->net_stat_ctime;
907 net_entry_t *head; local
[all...]
H A Dlibdlstat.c1350 dladm_stat_chain_t *head = NULL; local
1372 head = calloc(1, sizeof (dladm_stat_chain_t));
1373 if (head == NULL) {
1378 head->dc_statentry = rx_lane_stat_entry;
1379 head->dc_next = NULL;
1381 return (head);
1387 dladm_stat_chain_t *head = NULL; local
1408 head = calloc(1, sizeof (dladm_stat_chain_t));
1409 if (head == NULL) {
1414 head
1472 dladm_stat_chain_t *head = NULL, *prev = NULL; local
1635 dladm_stat_chain_t *head = NULL; local
1779 dladm_stat_chain_t *head = NULL; local
1908 dladm_stat_chain_t *head = NULL; local
2045 dladm_stat_chain_t *head = NULL; local
2511 dladm_stat_chain_t *head = NULL; local
2568 dladm_stat_chain_t *head = NULL; local
2624 dlstat_aggr_total_stats(dladm_stat_chain_t *head) argument
2737 dladm_stat_chain_t *head = NULL, *prev = NULL, *curr; local
2800 dladm_stat_chain_t *head = NULL; local
2865 dladm_stat_chain_t *head = NULL; local
2975 dladm_stat_chain_t *head = NULL; local
[all...]
/osnet-11/usr/src/lib/libfru/libfru/
H A Dlibfru.cc1345 * (ie PathDef->head == tag)
1349 PathDef *head, Ancestor *ants, Ancestor **correct,
1356 if (strcmp(cur->getDef()->name, head->def->name) == 0) {
1348 find_known_element_abs(fru_tag_t *tags, int num_tags, int *instance, PathDef *head, Ancestor *ants, Ancestor **correct, int *tagInstance) argument
/osnet-11/usr/src/lib/hal/libhal/common/
H A Dlibhal.c3739 LibHalChangeSetElement *head; member in struct:LibHalChangeSet_s
3768 changeset->head = NULL;
3778 if (changeset->head == NULL) {
3779 changeset->head = elem;
4052 if (changeset->head == NULL) {
4075 for (elem = changeset->head; elem != NULL; elem = elem->next) {
4165 for (elem = changeset->head; elem != NULL; elem = elem2) {
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dbtrfs.c342 struct btrfs_header head; local
353 &head, sizeof (head));
358 grub_le_to_cpu32 (head.nitems), !head.level);
402 struct btrfs_header head; local
407 err = grub_btrfs_read_logical (data, addr, &head, sizeof (head));
410 addr += sizeof (head);
411 if (head
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dbsd.c634 struct freebsd_tag_header *head local
636 head->type = tag->type;
637 head->len = tag->len;
802 struct grub_openbsd_bootargs *head; local
806 head = curarg;
807 head->ba_type = tag->type;
808 head->ba_size = tag->len + sizeof (*head);
809 curarg = head + 1;
812 head
1098 struct grub_netbsd_btinfo_common *head = curarg; local
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimage.c1432 struct ecoff_header *head; local
1446 ecoff_img = xmalloc (program_size + sizeof (*head) + sizeof (*section));
1447 grub_memset (ecoff_img, 0, program_size + sizeof (*head) + sizeof (*section));
1448 head = (void *) ecoff_img;
1449 section = (void *) (head + 1);
1450 head->magic = grub_host_to_target16 (0x160);
1451 head->nsec = grub_host_to_target16 (1);
1452 head->time = grub_host_to_target32 (0);
1453 head->opt = grub_host_to_target16 (0x38);
1454 head
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dmg.c16 * "Sam sat on the ground and put his head in his hands. 'I wish I had never
133 MAGIC *newmg, *head, *cur, *mg; local
140 magic to the head of the list, or upgrade the SV. AMS 20010810 */
142 newmg = cur = head = mg = SvMAGIC(sv);
168 if (mg == head) {
171 head = newmg;
176 if (!new && (newmg = SvMAGIC(sv)) != head) {
/osnet-11/usr/src/cmd/parted/
H A Dui.c780 _construct_prompt (const char* head, const char* def, argument
783 char* prompt = strdup (head);
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c2344 int head; local
2840 head = 0;
3215 if (!head)
3217 head = 1;
3717 head = 1;
3734 if ((style == STYLE_man || style == STYLE_html) && (!head || *p != ' ' && *p != '\t'))
3742 head = *p != ' ' && *p != '\t';
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h256 Head_t* head; member in union:_align_u
274 /* make sure that the head of a block is a multiple of ALIGN */
291 struct _head_s head; member in union:_head_u
313 { Head_t head; member in struct:_block_s
325 #define TLEFT(b) ((b)->head.head.seg.link) /* instead of LEFT */
378 #define SEG(b) ((b)->head.head.seg.seg)
379 #define SEGLINK(b) ((b)->head.head
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c695 /* the to snap will be a just-in-time snap of the head */
1350 findincache(struct cachenode **head, long val) argument
1352 struct cachenode **parent = head;
/osnet-11/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c102 struct tz_continent *head = NULL, *lcp, *prev = NULL; local
173 if (head == NULL) {
174 head = lcp;
183 if (head != NULL) {
184 (void) free_tz_continents(head);
189 *cont = head;
207 struct tz_country *head = NULL, *prev = NULL, *next, *cp, *cp2; local
302 if (head == NULL) {
303 head = cp;
317 cp = head;
454 struct tz_timezone *head = NULL, *prev = NULL, *tp; local
[all...]
/osnet-11/usr/src/lib/libraidcfg/common/
H A Draidcfg.c78 void *head; member in struct:__anon2383
4239 list->head = NULL;
4247 return (list->head);
4268 if (list->head == NULL)
4269 list->head = obj;
4282 if (list->head == obj)
4283 list->head = el->next;
4304 void *obj = list->head;
4410 list->head = NULL;
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c342 free_objlist(OBJLIST *head) argument
344 OBJLIST *temp = head;
347 head = head->next;
349 temp = head;
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Ddos.c122 uint8_t head; member in struct:__anon2263
331 return chs->head;
386 chs->head = real_h;
535 * starting head, starting sector and LBA start address of the partition.
538 * are the sizes of a single cylinder and a single head, respectively.
619 * any head count without overflowing a PedSector
1670 * must start on the 2nd head of the 1st cylinder.
1672 * NOTE: We don't always start on the 2nd head of the 1st cylinder. Windows
1696 /* the 2nd head of the first cylinder (0x3F == 63) */
1927 int head; local
[all...]
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo.c509 if (!(devnm[major].head)) {
514 return (DI_NODE(pa + devnm[major].head));
853 struct node_list *head; /* node_list for tree walk */ local
860 if ((head = malloc(sizeof (struct node_list))) == NULL) {
865 head->next = NULL;
866 head->node = root;
871 while (head != NULL)
872 walk_one_node(&head, flag, arg, node_callback);
924 struct node_list *head; /* node_list for tree walk */ local
937 if ((head
3835 struct node_list *head; /* node_list for tree walk */ local
3900 struct node_list *head; /* node_list for tree walk */ local
[all...]
/osnet-11/usr/src/lib/libc_db/common/
H A Dthread_db.c202 thr_hash_table_t head; local
206 &head, sizeof (head)) != PS_OK)
208 if ((psaddr_t)head.hash_bucket == NULL)
210 else if (ps_pdread(ph_p, (psaddr_t)head.hash_bucket +
215 ta_p->single_ulwp_addr = (psaddr_t)head.hash_bucket;
218 thr_hash_table32_t head; local
222 &head, sizeof (head)) != PS_OK)
224 if ((psaddr_t)head
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c424 replicated_disk_t *head = NULL; local
427 head = replicated_disk_list[devid_len];
429 if (head == NULL)
434 (ddi_devid_t)head->old_devid) == 0)
435 return (head->new_devid);
436 head = head->next;
437 } while (head != NULL);
876 * Adds new element to head of pnm_rec_t list.
2181 did_list_t *temp, *head; local
2331 did_list_t *new, *head = NULL; local
[all...]
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...]
/osnet-11/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h290 DAPL_ATOMIC head; /* head pointer index */ member in struct:dapl_ring_buffer
298 DAPL_ATOMIC head; member in struct:dapl_cookie_buffer
1121 dapl_llist_init_head(DAPL_LLIST_HEAD *head);
1127 dapl_llist_is_empty(DAPL_LLIST_HEAD *head);
1131 DAPL_LLIST_HEAD *head,
1137 DAPL_LLIST_HEAD *head,
1143 DAPL_LLIST_HEAD *head,
1149 dapl_llist_remove_head(DAPL_LLIST_HEAD *head);
1152 dapl_llist_remove_tail(DAPL_LLIST_HEAD *head);
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_reads.c1668 char *key, *tail, *head; local
1866 head = info[i]->veq_pos;
1867 for (head = info[i]->veq_pos + 1;
1868 *head && *head == SPACETOK; head++)
1872 if (!(*head))
1875 info[i]->name_start = head - filter_c +
1881 for (c = head; ; c++) {
1892 info[i]->from_name = head;
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c1980 char *cylinder, *head, *sector, *total_sector;
1984 head = skip_to (0, cylinder);
1985 sector = skip_to (0, head);
1988 || ! safe_parse_maxint (&head, &num_head)
3803 int cylinder, head, sector;
3806 head = (lba / buf_geom.sectors) % buf_geom.heads;
3814 *dh = head;
1959 char *cylinder, *head, *sector, *total_sector; local
3765 int cylinder, head, sector; local
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c255 Posf *head; /* Heads of the hash chains or NIL. */ member in struct:deflate_state
558 * Insert string str in the dictionary and set match_head to the previous head
567 s->prev[(str) & s->w_mask] = match_head = s->head[s->ins_h], \
568 s->head[s->ins_h] = (str))
575 s->head[s->hash_size-1] = NIL; \
576 zmemzero((charf *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
635 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
641 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
863 TRY_FREE(strm, state->head, stat
[all...]
/osnet-11/usr/src/lib/libc/inc/
H A Dthr_uberdata.h355 * There is a default queue root for each queue head (see below).
358 * (when more than one wchan hashes to the same queue head).
387 * Each queue head points to a list of queue roots, defined above.
388 * Each queue head contains a default queue root for use when only one
599 __cleanup_t *ul_clnup_hdr; /* head of cleanup handlers list */
844 _exthdlr_t *head; member in struct:__anon1369
853 caddr32_t head; member in struct:__anon1370
1019 caddr32_t ul_clnup_hdr; /* head of cleanup handlers list */

Completed in 185 milliseconds

123456