Searched refs:snip (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/io/sfxge/ |
H A D | sfxge_nvram.c | 40 sfxge_nvram_rw(sfxge_t *sp, sfxge_nvram_ioc_t *snip, efx_nvram_type_t type, in sfxge_nvram_rw() argument 55 while (snip->sni_size) { in sfxge_nvram_rw() 56 size_t len = MIN(chunk_size, snip->sni_size); in sfxge_nvram_rw() 57 caddr_t buf = (caddr_t)(&snip->sni_data[off]); in sfxge_nvram_rw() 59 if ((rc = op(enp, type, snip->sni_offset + off, buf, len)) != 0) in sfxge_nvram_rw() 62 snip->sni_size -= len; in sfxge_nvram_rw() 79 sfxge_nvram_erase(sfxge_t *sp, sfxge_nvram_ioc_t *snip, efx_nvram_type_t type) in sfxge_nvram_erase() argument 84 _NOTE(ARGUNUSED(snip)); in sfxge_nvram_erase() 104 sfxge_nvram_ioctl(sfxge_t *sp, sfxge_nvram_ioc_t *snip) in sfxge_nvram_ioctl() argument 110 switch (snip->sni_type) { in sfxge_nvram_ioctl() [all …]
|
H A D | sfxge.c | 658 sfxge_nvram_ioc_t *snip = in sfxge_ioctl() local 661 if ((rc = sfxge_nvram_ioctl(sp, snip)) != 0) in sfxge_ioctl()
|
/illumos-gate/usr/src/cmd/power/ |
H A D | sysstat.c | 86 static struct diskinfo *snip = NULLDISK; variable 200 if (snip) { in init_disks() 201 lastdisk->next = snip; in init_disks() 246 snip = disk->next; in init_disks()
|
/illumos-gate/usr/src/cmd/sa/ |
H A D | sadc.c | 88 static struct iodevinfo *snip = NULL; variable 607 if (snip) in init_iodevs() 608 lastiodev->next = snip; in init_iodevs() 651 snip = iodev->next; in init_iodevs()
|
/illumos-gate/usr/src/cmd/rpcsvc/ |
H A D | rstat_proc.c | 103 static struct diskinfo *snip = NULLDISK; variable 836 if (snip) in init_disks() 837 lastdisk->next = snip; in init_disks() 880 snip = disk->next; in init_disks()
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 20965 snip
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 20966 snip
|