Home
last modified time | relevance | path

Searched refs:handles (Results 1 – 25 of 49) sorted by relevance

12

/titanic_41/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c140 prop_exists(idmap_cfg_handles_t *handles, const char *name, boolean_t *exists) in prop_exists() argument
147 scf_prop = scf_property_create(handles->main); in prop_exists()
154 if (scf_pg_get_property(handles->config_pg, name, scf_prop) == 0) in prop_exists()
163 get_debug(idmap_cfg_handles_t *handles, const char *name) in get_debug() argument
170 scf_prop = scf_property_create(handles->main); in get_debug()
176 value = scf_value_create(handles->main); in get_debug()
183 if (scf_pg_get_property(handles->debug_pg, name, scf_prop) < 0) { in get_debug()
208 get_val_bool(idmap_cfg_handles_t *handles, const char *name, in get_val_bool() argument
218 scf_prop = scf_property_create(handles->main); in get_val_bool()
224 value = scf_value_create(handles->main); in get_val_bool()
[all …]
H A Didmap_config.h118 idmap_cfg_handles_t handles; member
/titanic_41/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c190 Handle handles[100]; variable
197 for (i = 0; i < sizeof(handles)/sizeof(Handle); i++) in handle_init()
198 handles[i].use = HANDLE_UNUSED; in handle_init()
206 for (i = 0; i < sizeof(handles)/sizeof(Handle); i++) { in handle_new()
207 if (handles[i].use == HANDLE_UNUSED) { in handle_new()
208 handles[i].use = use; in handle_new()
209 handles[i].dirp = dirp; in handle_new()
210 handles[i].fd = fd; in handle_new()
211 handles[i].name = xstrdup(name); in handle_new()
212 handles[i].bytes_read = handles[i].bytes_write = 0; in handle_new()
[all …]
/titanic_41/usr/src/lib/libraidcfg/common/
H A Draidcfg.c292 handle_attr_t *handles; member
1333 ptr = realloc(raid_handle_sys.handles, in raid_handle_init()
1337 raid_handle_sys.handles = ptr; in raid_handle_init()
1342 bzero(&raid_handle_sys.handles[i], sizeof (handle_attr_t)); in raid_handle_init()
1343 raid_handle_sys.handles[i].type = OBJ_TYPE_ALL; in raid_handle_init()
1344 raid_handle_sys.handles[i].next = i + 1; in raid_handle_init()
1349 raid_handle_sys.handles[0].type = OBJ_TYPE_SYSTEM; in raid_handle_init()
1350 raid_handle_sys.handles[0].next = 0; in raid_handle_init()
1366 if ((raid_handle_sys.handles[i].type == OBJ_TYPE_CONTROLLER) && in raid_handle_fini()
1367 (raid_handle_sys.handles[i].fd != 0) && in raid_handle_fini()
[all …]
/titanic_41/usr/src/uts/common/crypto/api/
H A Dkcf_object.c346 crypto_object_id_t *handles, uint_t *count, uint_t max_count, in crypto_object_find() argument
366 rv = KCF_PROV_OBJECT_FIND(real_provider, cookie, handles, in crypto_object_find()
371 0, NULL, 0, handles, 0, NULL, cookie, max_count, count); in crypto_object_find()
/titanic_41/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c893 struct myri10ge_tx_dma_handle_head handles; in myri10ge_unprepare_tx_ring() local
898 handles.head = NULL; in myri10ge_unprepare_tx_ring()
899 handles.tail = NULL; in myri10ge_unprepare_tx_ring()
903 handles.head = tx->info[idx].handle; in myri10ge_unprepare_tx_ring()
904 if (handles.tail == NULL) in myri10ge_unprepare_tx_ring()
905 handles.tail = tx->info[idx].handle; in myri10ge_unprepare_tx_ring()
916 if (handles.head != NULL) in myri10ge_unprepare_tx_ring()
917 myri10ge_free_tx_handles(tx, &handles); in myri10ge_unprepare_tx_ring()
927 struct myri10ge_tx_dma_handle *handles; in myri10ge_prepare_tx_ring() local
955 handles = NULL; in myri10ge_prepare_tx_ring()
[all …]
/titanic_41/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Derr.copyoutbadaddr.ksh38 * Verify that copyout() handles bad addresses.
H A Derr.copyoutstrbadaddr.ksh37 * Verify that copyout() handles bad addresses.
/titanic_41/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c149 zfs_handle_t **handles; in get_one_filesystem() local
156 handles = (zfs_handle_t **)calloc(1, in get_one_filesystem()
159 if (handles == NULL) { in get_one_filesystem()
164 bcopy(cbp->cb_handles, handles, in get_one_filesystem()
169 cbp->cb_handles = handles; in get_one_filesystem()
/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A DCACHE_SPEC.txt125 a handle (or as many handles as is required) upfront and
128 Not allocating and managing the handles would mean a new
136 Only handles that are allocated through _sd_alloc_handle
162 allocated. _sd_free_buf will free up any handles
/titanic_41/usr/src/lib/libunistat/common/sdbc/
H A Dsdbc.err43 NOHANDLEMEM = No memory for buffer handles.
/titanic_41/usr/src/lib/libshell/common/features/
H A Dpoll67 tst socketpair_devfd note{ /dev/fd/N handles socketpair() }end execute{
/titanic_41/usr/src/uts/sun4/ml/
H A Dswtch.s97 ! This handles floating-point state saving.
149 ! This handles coprocessor state saving.
/titanic_41/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/
H A Dpoll89 #define _socketpair_devfd 1 /* /dev/fd/N handles socketpair() */
/titanic_41/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/
H A Dpoll89 #define _socketpair_devfd 1 /* /dev/fd/N handles socketpair() */
/titanic_41/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/
H A Dpoll89 #define _socketpair_devfd 1 /* /dev/fd/N handles socketpair() */
/titanic_41/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/
H A Dpoll89 #define _socketpair_devfd 1 /* /dev/fd/N handles socketpair() */
/titanic_41/usr/src/cmd/lp/model/
H A Dtsol_netstandard_foomatic524 ## Skip this for PS/PSR printers, since lp.tsol_separator handles the banners
592 ## Skip this for PS/PSR printers, since lp.tsol_separator handles the banners
757 # Skip this for TSOL, since lp.tsol_separator handles the banners
H A Dtsol_netstandard499 ## Skip this for PS/PSR printers, since lp.tsol_separator handles the banners
719 # Skip this for TSOL, since lp.tsol_separator handles the banners
/titanic_41/usr/src/uts/sun4u/ml/
H A Dzulu_asm.s165 brnz,pt %g3, 3f ! not 0 => itlb => handles
/titanic_41/usr/src/uts/common/smbsrv/ndl/
H A Dndrtypes.ndl126 * There is a bug in the way that midl and the marshalling code handles
/titanic_41/usr/src/cmd/sendmail/cf/mailer/
H A Duucp.m4139 # smart UUCP mailer (handles multiple addresses) (two names)
/titanic_41/usr/src/cmd/sgs/packages/common/
H A Dpostinstall30 # This script handles the installation of the new sgstools on
/titanic_41/usr/src/lib/libsqlite/test/
H A Dnull.test54 # Check to see how the CASE expression handles NULL values. The
/titanic_41/usr/src/lib/efcode/fcode_test/
H A Dmisc.fth132 " use-fake-handles" $find if execute else 2drop then

12