Home
last modified time | relevance | path

Searched defs:zs (Results 1 – 25 of 27) sorted by relevance

12

/titanic_50/usr/src/uts/sun/io/
H A Dzs_hdlc.c292 #define ZSH_GETBLOCK(zs, allocbcount) \ argument
442 register struct zscom *zs; in zsh_info() local
479 zsh_init_port(struct zscom *zs, struct syncline *zss) in zsh_init_port()
522 register struct zscom *zs; in zsh_open() local
639 struct zscom *zs; in zsh_close() local
804 zsh_hdp_ok_or_rts_state(struct zscom *zs, struct syncline *zss) in zsh_hdp_ok_or_rts_state()
830 register struct zscom *zs; in zsh_wput() local
1133 zsh_start(struct zscom *zs, struct syncline *zss) in zsh_start()
1235 register struct zscom *zs = (struct zscom *)stp->str_com; in zsh_ioctl() local
1389 zsh_setmode(struct zscom *zs, struct syncline *zss, struct scc_mode *sm) in zsh_setmode()
[all …]
H A Dzs_async.c224 #define ZSA_GETBLOCK(zs, allocbcount) \ argument
497 zsa_null(struct zscom *zs) in zsa_null()
511 zsa_null_int(struct zscom *zs) in zsa_null_int()
557 register struct zscom *zs; in zsc_info() local
672 zsa_init(struct zscom *zs) in zsa_init()
717 register struct zscom *zs; in zsa_open() local
915 struct zscom *zs = za->za_common; in zs_progress_check() local
968 struct zscom *zs; in zsa_close() local
1207 register struct zscom *zs; in zsa_wput() local
1620 struct zscom *zs; in zsa_rsrv() local
[all …]
H A Dzs_common.c313 struct zscom *zs; in zsattach() local
711 struct zscom *zs; in zsdetach() local
771 struct zscom *zs; in zs_high_intr() local
854 struct zscom *zs; in zsintr() local
896 zsopinit(struct zscom *zs, struct zsops *zso) in zsopinit()
916 zsmctl(struct zscom *zs, int bits, int how) in zsmctl()
981 struct zscom *zs = zspp->zs; in zs_program() local
1062 zsnull_intr(struct zscom *zs) in zsnull_intr()
1077 zsnull_softint(struct zscom *zs) in zsnull_softint()
1087 zsnull_suspend(struct zscom *zs) in zsnull_suspend()
[all …]
/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddmu_zfetch.c114 dmu_zfetch_stream_remove(zfetch_t *zf, zstream_t *zs) in dmu_zfetch_stream_remove()
129 zstream_t *zs; in dmu_zfetch_fini() local
160 for (zstream_t *zs = list_head(&zf->zf_stream); in dmu_zfetch_stream_create() local
186 zstream_t *zs = kmem_zalloc(sizeof (*zs), KM_SLEEP); in dmu_zfetch_stream_create() local
202 zstream_t *zs; in dmu_zfetch() local
H A Dzap.c1232 zap_stats_ptrtbl(zap_t *zap, uint64_t *tbl, int len, zap_stats_t *zs) in zap_stats_ptrtbl()
1258 fzap_get_stats(zap_t *zap, zap_stats_t *zs) in fzap_get_stats()
H A Dzap_leaf.c842 zap_leaf_stats(zap_t *zap, zap_leaf_t *l, zap_stats_t *zs) in zap_leaf_stats()
H A Dzvol.c477 zfs_soft_state_t *zs; in zvol_create_minor() local
1222 zfs_soft_state_t *zs = NULL; in zvol_strategy() local
H A Dzap_micro.c1324 zap_get_stats(objset_t *os, uint64_t zapobj, zap_stats_t *zs) in zap_get_stats()
/titanic_50/usr/src/uts/common/idmap/
H A Didmap_kapi.c78 struct idmap_zone_specific *zs; member
128 idmap_zone_specific_t *zs; in idmap_reg_dh() local
156 idmap_zone_specific_t *zs; in idmap_unreg_dh() local
188 idmap_zone_specific_t *zs; in idmap_get_cache_data() local
197 kidmap_call_door(idmap_zone_specific_t *zs, door_arg_t *arg) in kidmap_call_door()
309 idmap_zone_specific_t *zs; in idmap_get_zone_specific() local
338 idmap_zone_specific_t *zs = arg; in idmap_zone_destroy() local
378 idmap_zone_specific_t *zs; in idmap_get_door() local
401 idmap_zone_specific_t *zs; in idmap_purge_cache() local
428 idmap_zone_specific_t *zs; in kidmap_getuidbysid() local
[all …]
/titanic_50/usr/src/uts/common/zmod/
H A Dzmod.c42 z_stream zs; in z_uncompress() local
73 z_stream zs; in z_compress_level() local
/titanic_50/usr/src/uts/sun4/sys/
H A Dzsmach.h41 #define ZSNEXTPOLL(zs, zscurr) argument
/titanic_50/usr/src/uts/sun/sys/
H A Dzsdev.h257 #define ZSSETSOFT(zs) { \ argument
278 struct zscom *zs; /* common data for this channel */ member
/titanic_50/usr/src/cmd/ztest/
H A Dztest.c771 ztest_kill(ztest_shared_t *zs) in ztest_kill()
2499 ztest_shared_t *zs = ztest_shared; in ztest_vdev_add_remove() local
2568 ztest_shared_t *zs = ztest_shared; in ztest_vdev_aux_add_remove() local
2651 ztest_shared_t *zs = ztest_shared; in ztest_split_pool() local
2747 ztest_shared_t *zs = ztest_shared; in ztest_vdev_attach_detach() local
4787 ztest_shared_t *zs = ztest_shared; in ztest_fault_inject() local
5017 ztest_shared_t *zs = ztest_shared; in ztest_ddt_repair() local
5391 ztest_shared_t *zs = arg; in ztest_deadman_thread() local
5449 ztest_shared_t *zs = ztest_shared; in ztest_thread() local
5609 ztest_run(ztest_shared_t *zs) in ztest_run()
[all …]
/titanic_50/usr/src/cmd/zevadm/
H A Dzevadm.c112 zev_statistics_t zs; in zev_statistics() local
1152 zev_statistics_t zs; in zev_list_queues() local
/titanic_50/usr/src/lib/libctf/common/
H A Dctf_lib.c317 z_stream zs; in z_compress() local
/titanic_50/usr/src/lib/passwdutil/
H A Dldap_attr.c218 priv_set_t *zs; /* zone */ in ldap_user_to_authenticate() local
/titanic_50/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c1821 priv_set_t *zs; /* zone */ local
/titanic_50/usr/src/cmd/nscd/
H A Dnscd_frontend.c337 priv_set_t *zs; /* zone */ in _nscd_check_client_priv() local
/titanic_50/usr/src/common/bzip2/
H A Dbzlib.c422 #define ADD_CHAR_TO_BLOCK(zs,zchh0) \ argument
/titanic_50/usr/src/uts/common/fs/zev/
H A Dzev.c1071 zev_statistics_t zs; in zev_ioctl() local
/titanic_50/usr/src/lib/libsldap/common/
H A Dns_writes.c1309 priv_set_t *zs; /* zone */ in __ns_ldap_repAttr() local
H A Dns_reads.c2996 priv_set_t *zs; in check_shadow() local
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c5114 zfs_stat_t *zs = &zc.zc_stat; in show_zfs_ioc() local
/titanic_50/usr/src/cmd/zdb/
H A Dzdb.c290 zap_stats_t zs; in dump_zap_stats() local
/titanic_50/usr/src/uts/common/os/
H A Dzone.c6235 zone_def zs; in zone() local

12