HomeSort by: relevance | last modified time | path
    Searched refs:ldn (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/arm/gemini/
gemini_lpcvar.h 10 #define GEMINI_LPC_LDN_ALL -1 /* "global" LDN */
50 lpc_pnp_read(lpctag_t tag, int ldn, uint off)
53 return (*sc->sc_bus_ops->lpc_pnp_read)(tag, ldn, off);
57 lpc_pnp_write(lpctag_t tag, int ldn, uint off, uint8_t val)
60 return (*sc->sc_bus_ops->lpc_pnp_write)(tag, ldn, off, val);
gemini_lpc.c 147 aprint_normal(" ldn %d", lpc->lpc_ldn);
163 it8712_pnp_read(lpctag_t tag, int ldn, uint index)
169 if (ldn != GEMINI_LPC_LDN_ALL) {
171 bus_space_write_1(iot, ioh, IT8712_DATA, ldn);
178 it8712_pnp_write(lpctag_t tag, int ldn, uint index, uint8_t val)
184 if (ldn != GEMINI_LPC_LDN_ALL) {
186 bus_space_write_1(iot, ioh, IT8712_DATA, ldn);
  /src/etc/rc.d/
random_seed 70 set -- $(ls -ldn "${random_file}")
  /src/external/gpl3/gcc/dist/libgcc/config/sparc/
sol2-c1.S 33 #define ldn ldx define
40 #define ldn ld define
51 ldn [%sp + (16 * CPTRSIZE) + STACK_BIAS], %l0 ! argc
  /src/external/gpl3/gcc.old/dist/libgcc/config/sparc/
sol2-c1.S 33 #define ldn ldx define
40 #define ldn ld define
51 ldn [%sp + (16 * CPTRSIZE) + STACK_BIAS], %l0 ! argc
  /src/sys/arch/evbarm/conf/
GEMINI_SLAVE 149 com0 at lpc? ldn 0x01 addr 0x3f8 intr -1
150 ##com0 at lpc? ldn 0x01 addr 0x3f8 intr -1
  /src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi_ops.c 723 char *ldn,
734 slapi_search_internal_set_pb( pb, ldn, scope, filStr,
774 char *ldn,
783 slapi_modify_internal_set_pb( pb, ldn, mods, controls, NULL, NULL, 0 );
944 char *ldn,
952 slapi_delete_internal_set_pb( pb, ldn, controls, NULL, NULL, 0 );
slapi_utils.c 182 char *ldn )
186 dn.bv_val = ldn;
187 dn.bv_len = strlen( ldn );
959 int slapi_dn_isbesuffix( Slapi_PBlock *pb, char *ldn )
964 if ( slapi_is_rootdse( ldn ) ) {
969 ndn.bv_len = strlen( ldn );
970 ndn.bv_val = ldn;
985 char *slapi_dn_beparent( Slapi_PBlock *pb, const char *ldn )
998 if ( slapi_is_rootdse( ldn ) ) {
1002 dn.bv_val = (char *)ldn;
    [all...]
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_printf.c 302 long double ldn = (long double)normal; local
316 *((long double *)addr) / ldn));

Completed in 22 milliseconds