HomeSort by: relevance | last modified time | path
    Searched defs:pnpbios_getnode (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/i386/pnpbios/
pnpbios.c 114 static int pnpbios_getnode(int, int *,
422 res = pnpbios_getnode(PNP_CF_DEVCONF_STATIC, &idx, buf, size);
435 res = pnpbios_getnode(PNP_CF_DEVCONF_DYNAMIC, &dynidx, buf, size);
542 pnpbios_getnode(int flags, int *idxp, uint8_t *buf, size_t len) function in typeref:typename:int
pnpbios.c 114 static int pnpbios_getnode(int, int *,
422 res = pnpbios_getnode(PNP_CF_DEVCONF_STATIC, &idx, buf, size);
435 res = pnpbios_getnode(PNP_CF_DEVCONF_DYNAMIC, &dynidx, buf, size);
542 pnpbios_getnode(int flags, int *idxp, uint8_t *buf, size_t len) function in typeref:typename:int

Completed in 109 milliseconds