Searched refs:pnp (Results 1 - 17 of 17) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dpathname.c67 pn_alloc(struct pathname *pnp) argument
69 pn_alloc_sz(pnp, MAXPATHLEN);
72 pn_alloc_sz(struct pathname *pnp, size_t sz) argument
74 pnp->pn_buf = kmem_alloc(sz, KM_SLEEP);
75 pnp->pn_bufsize = sz;
82 pn_free(struct pathname *pnp) argument
85 kmem_free(pnp->pn_buf, pnp->pn_bufsize);
86 pnp->pn_buf = NULL;
87 pnp
[all...]
/freebsd-current/share/man/man4/man4.i386/
H A DMakefile11 pnp.4 \
/freebsd-current/usr.sbin/kldxref/
H A Dkldxref.c179 /* From sys/isa/pnp.c */
226 char * pe_key; /* pnp key name */
232 * this function finds the data from the pnp table, as described by the
238 * same basic format as the pnp string, as documented in sys/module.h.
253 * D string Description of the device this pnp info is for
254 * Z string pnp string must match this
255 * T nothing T fields set pnp values that must be true for
522 struct Gmod_pnp_match_info *pnp, const char *descr)
532 printf(" pnp info for bus %s format %s %d entries of %d bytes\n",
533 cval, descr, pnp
521 record_pnp_info(struct elf_file *ef, const char *cval, struct Gmod_pnp_match_info *pnp, const char *descr) argument
576 struct Gmod_pnp_match_info pnp; local
[all...]
H A Delf.c651 struct Gmod_pnp_match_info *pnp)
666 memset(pnp, 0, sizeof(*pnp));
668 pnp->descr = elf_address_from_pointer(efile, p + offset);
670 pnp->bus = elf_address_from_pointer(efile, p + offset);
672 pnp->table = elf_address_from_pointer(efile, p + offset);
675 pnp->entry_len = elf_int(efile, p + offset);
677 pnp->num_entry = elf_int(efile, p + offset);
650 elf_read_mod_pnp_match_info(struct elf_file *efile, GElf_Addr addr, struct Gmod_pnp_match_info *pnp) argument
H A Def.h131 GElf_Addr table; /* Pointer to pnp table */
303 struct Gmod_pnp_match_info *pnp);
/freebsd-current/sys/dev/hid/
H A Dhidbus.h129 #define HID_PNP(pnp) \
130 .match_flag_pnp = 1, .idPnP = (pnp)
H A Dietp.c142 #define IETP_IIC_DEV(pnp) \
143 { HID_TLC(HUP_GENERIC_DESKTOP, HUG_MOUSE), HID_BUS(BUS_I2C), HID_PNP(pnp) }
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c1654 const dt_node_t *pnp = &isp->dis_args[argc]; local
1660 pnp->dn_ctfp, pnp->dn_type) == 0)
1671 dt_node_type_name(pnp, n2, sizeof (n2)));
2324 dt_node_t *pnp; local
2327 for (pnp = ddp->dd_node; pnp != NULL; pnp = pnp->dn_list)
2343 for (i = 0, pnp
3993 dt_node_t *pnp; local
4332 dt_node_provider_cmp_argv(dt_provider_t *pvp, dt_node_t *pnp, const char *kind, uint_t old_argc, dt_node_t *old_argv, uint_t new_argc, dt_node_t *new_argv) argument
4372 dt_node_provider_cmp(dt_provider_t *pvp, dt_node_t *pnp, dt_probe_t *old, dt_probe_t *new) argument
4444 dt_node_t *pnp; local
4537 dt_node_list_cook(dt_node_t **pnp, uint_t idflags) argument
4554 dt_node_list_free(dt_node_t **pnp) argument
4568 dt_node_link_free(dt_node_t **pnp) argument
[all...]
H A Ddt_pragma.c505 dt_pragma(dt_node_t *pnp) argument
511 for (dnp = pnp; dnp != NULL; dnp = dnp->dn_list) {
563 dt_node_list_free(&pnp);
H A Ddt_cc.c1602 dt_compile_one_clause(dtrace_hdl_t *dtp, dt_node_t *cnp, dt_node_t *pnp) argument
1608 yylineno = pnp->dn_line;
1609 dt_setcontext(dtp, pnp->dn_desc);
1615 if ((edp = dt_ecbdesc_create(dtp, pnp->dn_desc)) == NULL)
1666 dt_node_t *pnp; local
1668 for (pnp = cnp->dn_pdescs; pnp != NULL; pnp = pnp->dn_list)
1669 dt_compile_one_clause(dtp, cnp, pnp);
[all...]
H A Ddt_dof.c253 dt_node_t **pnp; local
256 pnp = dp->dtdo_xlmtab;
266 dt_node_t *dnp = *pnp++;
H A Ddt_provider.c199 dt_node_t *args = NULL, *pnp = NULL, *dnp; local
202 for (i = 0; i < argc; i++, pnp = dnp) {
212 pnp->dn_list = dnp;
H A Ddt_cg.c1328 dt_node_t *pnp; local
1335 for (i = 0, pnp = dnp->dn_args;
1336 pnp != NULL; pnp = pnp->dn_list, i++) {
1339 pinp->din_root = pnp;
/freebsd-current/stand/common/
H A Disapnp.h249 u_char enable; /* pnp enable */
280 struct pnp_device *pnp; member in struct:pnp_dlist_node
/freebsd-current/stand/
H A Dloader.mk58 SRCS+= pnp.c
/freebsd-current/stand/i386/libi386/
H A Dpxe.h310 } pnp; member in union:__anon819::__anon820
/freebsd-current/sys/isa/
H A Dpnp.c28 * from: pnp.c,v 1.11 1999/05/06 22:11:19 peter Exp
58 #define PNP_QUIRK_WRITE_REG 1 /* Need to write a pnp register */
728 * autoconfiguration of pnp devices. This routine just runs the
762 "pnp",
767 DRIVER_MODULE(pnp, isa, pnp_driver, 0, 0);

Completed in 358 milliseconds