Searched defs:plist (Results 1 - 25 of 30) sorted by last modified time

12

/freebsd-current/contrib/one-true-awk/
H A Dawkgram.y255 plist: label
/freebsd-current/usr.sbin/ndp/
H A Dndp.c1248 plist(void) function
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_taskdeps.cpp298 __kmp_depnode_link_successor(kmp_int32 gtid, kmp_info_t *thread, kmp_task_t *task, kmp_depnode_t *node, kmp_depnode_list_t *plist) argument
/freebsd-current/crypto/openssh/
H A Dssh-keygen.c1775 char *ca_fp = NULL, **plist = NULL, *pin = NULL; local
/freebsd-current/stand/efi/libefi/
H A Defipart.c426 efipart_get_pd(pdinfo_list_t *plist, pd_test_cb_t pd_test, pdinfo_t *data) argument
/freebsd-current/sys/dev/irdma/
H A Dirdma_puda.c1712 struct list_head *plist; local
/freebsd-current/sys/sys/
H A Daio.h138 TAILQ_ENTRY(kaiocb) plist; /* (a) lists of pending / done jobs */ member in struct:kaiocb
H A Dmemdesc.h107 memdesc_plist(struct bus_dma_segment *plist, int sglist_cnt) argument
/freebsd-current/sys/kern/
H A Dsubr_memdesc.c101 plist_copyback(struct bus_dma_segment *plist, int sglist_cnt, int off, argument
249 plist_copydata(struct bus_dma_segment *plist, int sglist_cnt, int off, argument
521 plist_ext_mbuf(memdesc_alloc_extpg_mbuf_t *extpg_alloc, void *cb_arg, int how, struct bus_dma_segment *plist, u_int sglist_cnt, size_t offset, size_t len, size_t *actual_len, bool can_truncate) argument
[all...]
/freebsd-current/sys/dev/drm2/ttm/
H A Dttm_page_alloc.c734 struct pglist plist; local
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp389 XMLNode plist = m_xml_doc.GetRootElement("plist"); local
/freebsd-current/usr.bin/rpcgen/
H A Drpc_svcout.c73 internal_proctype(proc_list *plist) argument
H A Drpc_sample.c245 return_type(proc_list *plist) argument
H A Drpc_parse.c138 proc_list *plist; local
[all...]
H A Drpc_cout.c146 print_prog_header(proc_list *plist) argument
290 proc_list *plist; local
[all...]
H A Drpc_hout.c155 proc_list *plist; local
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_store.c535 bhnd_nvstore_export_devpath_alias(struct bhnd_nvram_store *sc, bhnd_nvstore_path *path, const char *devpath, bhnd_nvram_plist *plist, u_long *alias_val) argument
616 bhnd_nvram_store_export_child(struct bhnd_nvram_store *sc, bhnd_nvstore_path *top, bhnd_nvstore_path *child, bhnd_nvram_plist *plist, uint32_t flags) argument
[all...]
H A Dbhnd_nvram_store_subr.c649 bhnd_nvstore_path_list *plist; local
843 bhnd_nvstore_path_list *plist; local
H A Dbhnd_nvram_plist.c64 bhnd_nvram_plist *plist; local
93 bhnd_nvram_plist_retain(bhnd_nvram_plist *plist) argument
109 bhnd_nvram_plist_release(bhnd_nvram_plist *plist) argument
139 bhnd_nvram_plist_copy(bhnd_nvram_plist *plist) argument
172 bhnd_nvram_plist_count(bhnd_nvram_plist *plist) argument
184 bhnd_nvram_plist_contains(bhnd_nvram_plist *plist, const char *name) argument
208 bhnd_nvram_plist_replace(bhnd_nvram_plist *plist, bhnd_nvram_prop *prop) argument
242 bhnd_nvram_plist_replace_val(bhnd_nvram_plist *plist, const char *name, bhnd_nvram_val *val) argument
279 bhnd_nvram_plist_replace_bytes(bhnd_nvram_plist *plist, const char *name, const void *inp, size_t ilen, bhnd_nvram_type itype) argument
312 bhnd_nvram_plist_replace_string(bhnd_nvram_plist *plist, const char *name, const char *val) argument
326 bhnd_nvram_plist_remove(bhnd_nvram_plist *plist, const char *name) argument
358 bhnd_nvram_plist_get_entry(bhnd_nvram_plist *plist, const char *name) argument
387 bhnd_nvram_plist_append_list(bhnd_nvram_plist *plist, bhnd_nvram_plist *tail) argument
412 bhnd_nvram_plist_append(bhnd_nvram_plist *plist, bhnd_nvram_prop *prop) argument
458 bhnd_nvram_plist_append_val(bhnd_nvram_plist *plist, const char *name, bhnd_nvram_val *val) argument
488 bhnd_nvram_plist_append_bytes(bhnd_nvram_plist *plist, const char *name, const void *inp, size_t ilen, bhnd_nvram_type itype) argument
516 bhnd_nvram_plist_append_string(bhnd_nvram_plist *plist, const char *name, const char *val) argument
535 bhnd_nvram_plist_next(bhnd_nvram_plist *plist, bhnd_nvram_prop *prop) argument
572 bhnd_nvram_plist_get_prop(bhnd_nvram_plist *plist, const char *name) argument
593 bhnd_nvram_plist_get_val(bhnd_nvram_plist *plist, const char *name) argument
626 bhnd_nvram_plist_get_encoded(bhnd_nvram_plist *plist, const char *name, void *outp, size_t olen, bhnd_nvram_type otype) argument
651 bhnd_nvram_plist_get_char(bhnd_nvram_plist *plist, const char *name, u_char *val) argument
672 bhnd_nvram_plist_get_uint8(bhnd_nvram_plist *plist, const char *name, uint8_t *val) argument
693 bhnd_nvram_plist_get_uint16(bhnd_nvram_plist *plist, const char *name, uint16_t *val) argument
714 bhnd_nvram_plist_get_uint32(bhnd_nvram_plist *plist, const char *name, uint32_t *val) argument
735 bhnd_nvram_plist_get_uint64(bhnd_nvram_plist *plist, const char *name, uint64_t *val) argument
756 bhnd_nvram_plist_get_bool(bhnd_nvram_plist *plist, const char *name, bool *val) argument
[all...]
/freebsd-current/bin/pkill/
H A Dpkill.c95 static struct kinfo_proc *plist; variable in typeref:struct:kinfo_proc
/freebsd-current/sys/dev/mpr/
H A Dmpr_sas.c1712 struct unmap_parm_list *plist; local
/freebsd-current/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c1316 const unsigned char *plist; local
/freebsd-current/usr.sbin/mfiutil/
H A Dmfi_show.c669 struct mfi_pd_list *plist; local
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_swrun_tbl.c325 struct kinfo_proc *plist, *kp; local
428 struct kinfo_proc *plist; local
472 struct kinfo_proc *plist; local
[all...]
/freebsd-current/sys/dev/cfe/
H A Dcfe_api_int.h167 } plist; member in struct:cfe_xiocb_s

Completed in 429 milliseconds

12