Searched refs:head (Results 526 - 550 of 653) sorted by relevance

<<21222324252627

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_phys.c212 for (port = plist->head; port != NULL; port = port->p_next) {
227 for (port = plist->head; port != NULL; port = port->p_next) {
605 for (port = plist->head; port != NULL; port = port->p_next) {
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dio.sh310 if ! $SHELL -c "head -1 $tmp/1" <>; $tmp/1 2> /dev/null
311 then [[ $(<$tmp/1) == hello ]] || err_exit '<>; not truncating file on success of head'
314 if ! $SHELL -c head < $tmp/1 <#((6)) <>; $tmp/1 2> /dev/null
/illumos-gate/usr/src/lib/libraidcfg/common/
H A Draidcfg.c80 void *head; member in struct:__anon3823
4237 list->head = NULL;
4245 return (list->head);
4266 if (list->head == NULL)
4267 list->head = obj;
4280 if (list->head == obj)
4281 list->head = el->next;
4302 void *obj = list->head;
4408 list->head = NULL;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c3297 vmem_node_t *head = NULL, *root = NULL, *current = NULL, *parent, *vp; local
3308 vp->vn_next = head;
3309 head = vp;
3322 for (vp = head; vp != NULL; vp = vp->vn_next) {
3330 for (parent = head; parent != NULL; parent = parent->vn_next) {
3357 for (vp = head; head != NULL; vp = head) {
3358 head = vp->vn_next;
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c1181 metacheck(struct s_spcl *head) argument
1183 if (! (head->c_flags & DR_HASMETA))
1185 if ((metadata = malloc(metasize = (size_t)sizeof (head->c_shadow)))
1191 bcopy(&(head->c_shadow), metadata, metasize);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c207 * Find insertion point (pointed to with **ptpn). Insert at the head
692 void (*walkfn)(isaf_t *head, ipsa_t *entry, void *cookie),
2390 * Assumes that we're called with *head locked, no other locks held;
2402 sadb_purge_cb(isaf_t *head, ipsa_t *entry, void *cookie) argument
2406 ASSERT(MUTEX_HELD(&head->isaf_lock));
2420 (void) sadb_torch_assoc(head, entry);
2459 sadb_delpair_state_one(isaf_t *head, ipsa_t *entry, void *cookie) argument
2466 ASSERT(MUTEX_HELD(&head->isaf_lock));
2500 (void) sadb_torch_assoc(head, entry);
3943 sadb_torch_assoc(isaf_t *head, ipsa_ argument
691 sadb_walker(isaf_t *table, uint_t numentries, void (*walkfn)(isaf_t *head, ipsa_t *entry, void *cookie), void *cookie) argument
3993 sadb_age_assoc(isaf_t *head, queue_t *pfkey_q, ipsa_t *assoc, time_t current, int reap_delay, boolean_t inbound) argument
7069 sadb_alg_update_cb(isaf_t *head, ipsa_t *entry, void *cookie) argument
[all...]
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_main.c612 mblk_t *head; local
643 for (head = NULL, tail = &head; (desc0 & RX_OWN) == 0; ) {
779 return (head);
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios_name.c2043 while ((name = refresh_queue.head.forw) != &refresh_queue.head) {
2360 while ((name = delete_queue.head.forw) != &delete_queue.head) {
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dcache.c70 typedef struct head { /* Generic cache header: */ struct
/illumos-gate/usr/src/uts/common/io/rtls/
H A Drtls.c1202 mblk_t *head = NULL; local
1211 mpp = &head;
1295 * to get us past the packet head data that the rtl chip
1385 if (head) {
1386 mac_rx(rtlsp->mh, NULL, head);
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h219 char *head; member in struct:pmcs_iqp_trace_s
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dhypervisor_api.h423 extern uint64_t hv_ldc_rx_set_qhead(uint64_t channel, uint64_t head);
/illumos-gate/usr/src/uts/intel/io/drm/
H A Dradeon_cp.c2177 u32 head = GET_RING_HEAD(dev_priv); local
2179 ring->space = (head - ring->tail) * sizeof (u32);
2187 if (head != last_head)
2189 last_head = head;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c763 struct targetaddr *head = NULL; local
776 nextp = &head;
801 *nextp = head; /* keep going indefinitely */
803 return (head);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/
H A DMakefile46 RPCSVCDIR = $(SRC)/head/rpcsvc
/illumos-gate/usr/src/uts/common/syscall/
H A Dlgrpsys.c1429 struct cpu *head; local
1479 cp = head = lgrp->lgrp_cpu;
1480 if (head != NULL) {
1487 } while (cp != head);
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dfaulty.c1288 char *head; local
1293 head = "--------------- "
1302 head = "--------------- "
1311 (void) printf("%s\n", dgettext("FMD", head));
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_term.c734 if (n->type == ROFFT_BODY && n->parent->head->child != NULL)
828 * Margin control. Set-head-width lists have their right
1951 n->parent->head->child == NULL &&
1956 n->parent->head->child != NULL && (n->child != NULL ||
1976 body = n->child != NULL || n->parent->head->child != NULL;
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2953 vmem_node_t *head = NULL, *root = NULL, *current = NULL, *parent, *vp; local
2964 vp->vn_next = head;
2965 head = vp;
2978 for (vp = head; vp != NULL; vp = vp->vn_next) {
2986 for (parent = head; parent != NULL; parent = parent->vn_next) {
3013 for (vp = head; head != NULL; vp = head) {
3014 head = vp->vn_next;
/illumos-gate/usr/src/man/man1/
H A DMakefile158 head.1 \
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dypmap2src.sh255 UID=`head -1 $TMPDIR/${MAP}.sort | cut -f1 -d:`
256 PSWD=`head -1 $TMPDIR/${MAP}.sort | cut -f2 -d:`
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_connect.c94 #define LIST_FOREACH(var, head, field) \
95 for ((var) = (head)->lh_first; (var); (var) = (var)->field.le_next)
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c779 free_pkt_list(PKT_LIST **head) argument
783 while ((plp = *head) != NULL) {
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_conn.c983 icmdp = icp->conn_queue_active.head;
994 icmdp = icp->conn_queue_active.head;
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas_tbolt.c2150 mlist_t *head = &instance->cmd_pool_list; local
2157 if (!mlist_empty(head)) {
2158 cmd = mlist_entry(head->next, struct mrsas_cmd, list);
2159 mlist_del_init(head->next);
2177 mlist_t *head = &instance->cmd_app_pool_list; local
2183 if (!mlist_empty(head)) {
2184 cmd = mlist_entry(head->next, struct mrsas_cmd, list);
2185 mlist_del_init(head->next);

Completed in 388 milliseconds

<<21222324252627