Searched refs:entry (Results 401 - 425 of 638) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libldap4/common/
H A Dllib-lldap121 LDAPMessage *ldap_next_entry( LDAP *ld, LDAPMessage *entry );
149 char *ldap_get_dn( LDAP *ld, LDAPMessage *entry );
161 char *ldap_first_attribute( LDAP *ld, LDAPMessage *entry,
163 char *ldap_next_attribute( LDAP *ld, LDAPMessage *entry,
170 char **ldap_get_values( LDAP *ld, LDAPMessage *entry, char *target );
171 struct berval **ldap_get_values_len( LDAP *ld, LDAPMessage *entry,
300 void ldap_enable_translation( LDAP *ld, LDAPMessage *entry,
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c49 #define PALETTE_RED(entry) ((entry) >> PALETTE_REDSHIFT)
50 #define PALETTE_GREEN(entry) (((entry) >> PALETTE_GREENSHIFT) & \
52 #define PALETTE_BLUE(entry) ((entry) & PALETTE_COLORMASK)
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dmbdb.c208 ** This routine interprets the strange entry that would appear
501 LDAPMessage *entry; local
564 entry = ldap_first_entry(LDAPLMAP.ldap_ld, LDAPLMAP.ldap_res);
565 if (entry == NULL)
606 for (attr = ldap_first_attribute(LDAPLMAP.ldap_ld, entry, &ber);
608 attr = ldap_next_attribute(LDAPLMAP.ldap_ld, entry, ber))
612 vals = ldap_get_values(LDAPLMAP.ldap_ld, entry, attr);
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c28 * to deal with the OS. The following functions are the main entry points --
194 struct mnttab entry; local
196 if (libzfs_mnttab_find(zfs_hdl, special, &entry) != 0)
200 *where = zfs_strdup(zfs_hdl, entry.mnt_mountp);
527 * Add the mounted entry into our cache. Because it may
536 * string cannot be added to this entry since it is not complete.
540 * entry and add them later if and when they are needed.
1169 struct mnttab entry; local
1182 while (getmntent(hdl->libzfs_mnttab, &entry) == 0) {
1186 if (entry
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Djs_calldist.d46 javascript*:::function-entry
H A Djs_cpudist.d46 javascript*:::function-entry
H A Dphp_calltime.d47 php*:::function-entry
H A Dphp_cputime.d47 php*:::function-entry
H A Dpl_calltime.d47 perl*:::sub-entry
H A Dpl_cputime.d47 perl*:::sub-entry
H A Dpy_calltime.d47 python*:::function-entry
H A Dpy_cputime.d47 python*:::function-entry
H A Dvmstat.d93 syscall:::entry { sy++; }
H A Dwpm.d81 syscall::read:entry
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/JavaScript/
H A Djs_calldist.d46 javascript*:::function-entry
H A Djs_cpudist.d46 javascript*:::function-entry
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Mem/
H A Dvmstat.d93 syscall:::entry { sy++; }
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Misc/
H A Dwpm.d81 syscall::read:entry
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Perl/
H A Dpl_calltime.d47 perl*:::sub-entry
H A Dpl_cputime.d47 perl*:::sub-entry
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Php/
H A Dphp_calltime.d47 php*:::function-entry
H A Dphp_cputime.d47 php*:::function-entry
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Python/
H A Dpy_calltime.d47 python*:::function-entry
H A Dpy_cputime.d47 python*:::function-entry
/osnet-11/usr/src/lib/libc/amd64/sys/
H A Duadmin.c30 * in a transient entry in /[stub]boot/grub/menu.lst
234 * bother to update the temp menu entry.
240 /* are we rebooting to a GRUB menu entry? */
242 int entry = strtol(bargs, NULL, 10); local
245 entry);

Completed in 72 milliseconds

<<11121314151617181920>>