Searched refs:snip (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_nvram.c40 sfxge_nvram_rw(sfxge_t *sp, sfxge_nvram_ioc_t *snip, efx_nvram_type_t type, argument
55 while (snip->sni_size) {
56 size_t len = MIN(chunk_size, snip->sni_size);
57 caddr_t buf = (caddr_t)(&snip->sni_data[off]);
59 if ((rc = op(enp, type, snip->sni_offset + off, buf, len)) != 0)
62 snip->sni_size -= len;
79 sfxge_nvram_erase(sfxge_t *sp, sfxge_nvram_ioc_t *snip, efx_nvram_type_t type) argument
84 _NOTE(ARGUNUSED(snip));
104 sfxge_nvram_ioctl(sfxge_t *sp, sfxge_nvram_ioc_t *snip) argument
110 switch (snip
[all...]
H A Dsfxge.c658 sfxge_nvram_ioc_t *snip = local
661 if ((rc = sfxge_nvram_ioctl(sp, snip)) != 0)
/illumos-gate/usr/src/cmd/power/
H A Dsysstat.c87 static struct diskinfo *snip = NULLDISK; variable in typeref:struct:diskinfo
199 * Patch the snip in the diskinfo list (see below)
201 if (snip) {
202 lastdisk->next = snip;
240 * Put a snip in the linked list of diskinfos. The idea:
242 * disks, we snip the list and retain the tail, rather than
247 snip = disk->next;
/illumos-gate/usr/src/cmd/sa/
H A Dsadc.c88 static struct iodevinfo *snip = NULL; variable in typeref:struct:iodevinfo
605 * Patch the snip in the iodevinfo list (see below)
607 if (snip)
608 lastiodev->next = snip;
644 * Put a snip in the linked list of iodevinfos. The idea:
646 * iodevs, we snip the list and retain the tail, rather than
651 snip = iodev->next;
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drstat_proc.c105 static struct diskinfo *snip = NULLDISK; variable in typeref:struct:diskinfo
836 * Patch the snip in the diskinfo list (see below)
838 if (snip)
839 lastdisk->next = snip;
875 * Put a snip in the linked list of diskinfos. The idea:
877 * disks, we snip the list and retain the tail, rather than
882 snip = disk->next;
1030 * Put a snip in the linked list of netinfos. The idea:
1032 * nets, we snip the list and retain the tail, rather than

Completed in 65 milliseconds