Home
last modified time | relevance | path

Searched refs:zbuf (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dzone.c5212 zone_net_data_t *zbuf; in zone_getattr() local
5468 zbuf = kmem_alloc(bufsize, KM_SLEEP); in zone_getattr()
5469 if (copyin(buf, zbuf, bufsize) != 0) { in zone_getattr()
5472 error = zone_get_network(zoneid, zbuf); in zone_getattr()
5473 if (error == 0 && copyout(zbuf, buf, bufsize) != 0) in zone_getattr()
5476 kmem_free(zbuf, bufsize); in zone_getattr()
5503 zone_net_data_t *zbuf; in zone_setattr() local
5572 zbuf = kmem_alloc(bufsize, KM_SLEEP); in zone_setattr()
5573 if (copyin(buf, zbuf, bufsize) != 0) { in zone_setattr()
5574 kmem_free(zbuf, bufsize); in zone_setattr()
[all …]
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.c830 char zbuf[BUFSIZ]; in destroy_file_suffix() local
856 memset(zbuf, 0, BUFSIZ); in destroy_file_suffix()
876 nb = write(fd, zbuf, j); in destroy_file_suffix()
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_init_ops.h31 static int ecore_gunzip(struct _lm_device_t *pdev, const u8 *zbuf, int len);
/titanic_41/usr/src/cmd/ztest/
H A Dztest.c5188 char zbuf[1024]; in ztest_run_zdb() local
5219 while (fgets(zbuf, sizeof (zbuf), fp) != NULL) in ztest_run_zdb()
5221 (void) printf("%s", zbuf); in ztest_run_zdb()
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_init_reset.c591 static int ecore_gunzip(struct _lm_device_t *pdev, const u8 *zbuf, int len) in ecore_gunzip() argument
595 UNREFERENCED_PARAMETER_(zbuf); in ecore_gunzip()