Searched refs:entry (Results 501 - 525 of 638) sorted by relevance

<<212223242526

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Ruby/
H A Drb_calltime.d47 ruby*:::function-entry
H A Drb_cpudist.d49 ruby*:::function-entry
H A Drb_cputime.d47 ruby*:::function-entry
/osnet-11/usr/src/cmd/ldap/common/
H A Dldapsearch.c50 static void print_entry( LDAP *ld, LDAPMessage *entry, int attrsonly );
63 * Prefix used in names of pseudo attributes added to the entry LDIF
64 * output if we receive an entryChangeNotification control with an entry
91 fprintf( stderr, gettext(" -u\t\tinclude User Friendly entry names in the output\n") );
942 print_entry( ld, entry, attrsonly )
944 LDAPMessage *entry;
958 dn = ldap_get_dn( ld, entry );
978 if ( ldap_get_entry_controls( ld, entry, &ectrls ) == LDAP_SUCCESS ) {
1001 for ( a = ldap_first_attribute( ld, entry, &ber ); a != NULL;
1002 a = ldap_next_attribute( ld, entry, be
[all...]
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasScsiInquiry.c216 &mapping_ptr->entry.PortLun.TargetLun,
223 mapping_ptr->entry.ScsiId.OSDeviceName,
H A DSun_sasScsiReadCapacity.c204 &mapping_ptr->entry.PortLun.TargetLun,
211 mapping_ptr->entry.ScsiId.\
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dindex.c51 * ntfs_index_entry_mark_dirty - mark an index entry dirty
52 * @ictx: ntfs index context describing the index entry
54 * Mark the index entry described by the index entry context @ictx dirty.
56 * If the index entry is in the index root attribute, simply mark the inode
60 * If the index entry is in an index block belonging to the index allocation
145 if (!icx->entry)
203 * Get the subnode vcn to which the index entry refers.
232 * Find the last entry in the index block
352 * Insert @ie index entry a
1665 INDEX_ENTRY *ie_succ, *ie, *entry = icx->entry; local
[all...]
/osnet-11/usr/src/lib/librdc/common/
H A Drdcpersist.c565 replace_entry(int offset, char *entry) argument
572 * value contained in entry.
577 replace_cfgfield(rdcconfig_t *rdc, char *field, char *entry) argument
594 if (!entry || strlen(entry) == 0)
597 strncpy(newentry, entry, CFG_MAX_BUF);
/osnet-11/usr/src/grub/grub2/grub-core/loader/ia64/efi/
H A Dlinux.c96 static grub_uint64_t entry; variable
343 grub_printf ("Jump to %016lx\n", entry);
365 asm volatile ("mov r28=%1; br.sptk.few %0" :: "b"(entry),"r"(boot_param));
410 entry = ehdr->e_entry;
453 entry += reloc_offset;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dgv.c180 GV returned from C<gv_fetchmeth> may be a method cache entry, which is not
218 /* If genuine method or valid cache entry, use it */
221 /* Stale cached entry: junk it */
1157 register HE *entry; local
1165 for (entry = HvARRAY(stash)[i]; entry; entry = HeNEXT(entry)) {
1166 if (HeKEY(entry)[HeKLEN(entry)
[all...]
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare.c42 * addition, each protocol (e.g. nfs and smb) can have an entry at the top
1554 * per-protocol error lists to generate an entry for the fs notification
2460 struct mnttab entry; local
2489 while (getmntent(fp, &entry) == 0) {
2492 if (sa_mntent_is_shareable(shdl, &entry) != SA_OK)
2495 if ((mntpnt = strdup(entry.mnt_mountp)) == NULL) {
2570 struct mnttab entry; local
2596 while ((rc = getmntent(srhp->srh_mnttab_fp, &entry)) == 0) {
2597 if (sa_mntent_is_shareable(shdl, &entry) != SA_OK)
2600 srhp->srh_mntpnt = strdup(entry
2673 struct mnttab entry; local
3026 sa_mntent_is_shareable(libshare_handle_t *shdl, struct mnttab *entry) argument
[all...]
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs46 * This is stored as an array with one entry per cpu. Each element is of type
63 * This is stored as an array with one entry per active socket. Each element
655 SV **entry;
673 if ((entry = hv_fetch(raw_kstat_lookup, key, strlen(key), FALSE)) == 0)
677 fnp = (kstat_raw_reader_t)(uintptr_t)SvIV(*entry);
718 SV **entry;
721 entry = hv_fetch(hash, key[k], strlen(key[k]), TRUE);
723 /* If the entry doesn't exist, create it */
724 if (! SvOK(*entry)) {
730 sv_setsv(*entry, r
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_confmgr.c186 gettext("Illegal entry in '%s' on "
206 gettext("Illegal entry in '%s' on "
829 ns_ldap_entry_t *entry; local
866 entry = result->entry;
867 for (l = 0; l < entry->attr_count; l++) {
868 attr = entry->attr_pair[l];
894 for (l = 0; l < entry->attr_count; l++) {
895 attr = entry->attr_pair[l];
1104 * Version 1 skipped this entry becaus
[all...]
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py141 to the current directory and the second an entry from the active
299 for entry in act:
300 if wanted and (entry.change not in wanted):
303 chngstr = chngmap[entry.change]
306 lst[chngstr].append(entry)
360 for entry in sorted(filter(lambda x: x.is_renamed(), act)):
361 ui.write('%s %s\n' % (entry.name, entry.parentname))
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_kpasswd.c100 * keytab entry).
510 krb5_keytab_entry entry; local
532 if (krb5_kt_get_entry(ctx, kt, princ, 0, 0, &entry) == 0) {
534 (void) krb5_kt_free_entry(ctx, &entry);
582 * Looks up an entry in the principal name table given the ID.
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dadmin.h538 kadm5_principal_ent_t entry, krb5_int32
554 entry, long mask);
568 entry, long mask);
/osnet-11/usr/src/lib/brand/labeled/zone/
H A Dcommon.ksh178 # An auto_home_<zonename> automap entry is created and stored in
218 # Save the automount entry for other zones to import
243 entry=$(grep ^$mountpoint $ZONE_ETC_DIR/auto_master)
245 entry="$mountpoint $am -nobrowse"
246 echo $entry >> $ZONE_ETC_DIR/auto_master
/osnet-11/usr/src/lib/libidmap/common/
H A Didmap_api.c2299 idmap_trace_get_str(nvlist_t *entry, char *n1, char *n2, char **ret) argument
2308 err = nvlist_lookup_string(entry, name, ret);
2314 idmap_trace_get_int(nvlist_t *entry, char *n1, char *n2, int64_t *ret) argument
2323 err = nvlist_lookup_int64(entry, name, ret);
2329 idmap_trace_print_id(FILE *out, nvlist_t *entry, char *fromto) argument
2334 if (idmap_trace_get_int(entry, fromto, IDMAP_TRACE_TYPE, &i64)) {
2363 if (idmap_trace_get_str(entry, fromto, IDMAP_TRACE_NAME, &s))
2366 if (idmap_trace_get_str(entry, fromto, IDMAP_TRACE_SID, &s))
2369 if (idmap_trace_get_int(entry, fromto, IDMAP_TRACE_UNIXID, &i64))
2374 idmap_trace_print_1(FILE *out, char *prefix, nvlist_t *entry) argument
2399 nvlist_t *entry; local
[all...]
/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_migrate.c34 shadow_add_entry(shadow_handle_t *shp, const char *path, const char *entry, argument
44 if (entry == NULL) {
50 len = strlen(path) + strlen(entry) + 2;
56 (void) snprintf(sep->se_path, len, "%s/%s", path, entry);
279 * don't add the same entry twice. For efficiency, we create a
491 * known error, returning if it is. Otherwise, we create an entry in the error
732 * This function processes one entry from the on-disk pending list. This
817 * Primary entry point for migrating a file or directory. The caller is
819 * many threads. This pulls an entry of the pending list, and processes it
/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dcryptoutil.h242 extern int update_conf(char *conf_file, char *entry);
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_pca.c160 * Check for a duplicate record entry
220 _pca_verify_valid_pc(di_pca_hdl_t h, char *entry) argument
224 dup_str = strdup(entry);
226 if (strcmp(dup_str, entry) != 0) {
229 entry);
/osnet-11/usr/src/lib/libdll/common/
H A Ddllscan.c32 Dllent_t entry; \
375 * return the next scan stream entry
522 scan->entry.name = b;
523 scan->entry.path = p;
524 return &scan->entry;
/osnet-11/usr/src/lib/hbaapi/common/
H A Dhbaapi.h373 HBA_FCPSCSIENTRY entry[1]; /* Variable length array member in struct:HBA_FCPTargetMapping
379 HBA_FCPSCSIENTRYV2 entry[1]; /* Variable length array member in struct:HBA_FCPTargetMappingV2
393 HBA_FCPBINDINGENTRY entry[1]; /* Variable length array */ member in struct:HBA_FCPBinding
494 entry[1]; /* Variable length array */ member in struct:HBA_FcpBinding2
944 /* Wrapper library specific entry points */
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_list.c160 grub_menu_entry_t entry; local
161 entry = grub_menu_get_entry (self->view->menu, item_index);
162 if (! entry)
165 return grub_gfxmenu_icon_manager_get_icon (self->icon_manager, entry);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.pm25 provided the function will be named after the typemap entry and have

Completed in 316 milliseconds

<<212223242526