Home
last modified time | relevance | path

Searched refs:pn_type (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/fs/pseudofs/
H A Dpseudofs.c87 pn->pn_type = type; in pfs_alloc_node_flags()
114 KASSERT(parent->pn_type == pfstype_dir || in pfs_add_node()
115 parent->pn_type == pfstype_procdir || in pfs_add_node()
116 parent->pn_type == pfstype_root, in pfs_add_node()
121 if (pn->pn_type == pfstype_procdir) in pfs_add_node()
123 KASSERT(iter->pn_type != pfstype_procdir, in pfs_add_node()
128 if (pn->pn_type == pfstype_procdir) in pfs_add_node()
129 KASSERT(iter->pn_type != pfstype_procdir, in pfs_add_node()
328 if (pn->pn_type == pfstype_dir || in pfs_destroy()
329 pn->pn_type == pfstype_procdir || in pfs_destroy()
[all …]
H A Dpseudofs_fileno.c84 switch (pn->pn_type) { in pfs_fileno_alloc()
103 if (pn->pn_parent->pn_type == pfstype_root) { in pfs_fileno_alloc()
138 switch (pn->pn_type) { in pfs_fileno_free()
H A Dpseudofs_vnops.c56 KASSERT((pn)->pn_type == pfstype_root || \
57 (pn)->pn_type == pfstype_dir || \
58 (pn)->pn_type == pfstype_procdir, \
62 KASSERT((pn)->pn_type == pfstype_file, \
66 KASSERT((pn)->pn_type == pfstype_symlink, \
237 switch (pn->pn_type) { in pfs_getattr()
386 if (vp->v_type == VDIR && pd->pn_type == pfstype_root) { in pfs_vptocnp()
391 } else if (vp->v_type == VDIR && pd->pn_type == pfstype_procdir) { in pfs_vptocnp()
496 if (pd->pn_type == pfstype_root) in pfs_lookup()
524 if (pd->pn_type == pfstype_procdir) in pfs_lookup()
[all …]
H A Dpseudofs_vncache.c169 switch (pn->pn_type) { in pfs_vncache_alloc()
191 panic("%s has unexpected type: %d", pn->pn_name, pn->pn_type); in pfs_vncache_alloc()
H A Dpseudofs.h220 pfs_type_t pn_type; member
/freebsd/sys/x86/cpufreq/
H A Dpowernow.c215 int pn_type; member
246 static int pn_type(device_t dev, int *type);
259 DEVMETHOD(cpufreq_drv_type, pn_type),
460 switch (sc->pn_type) { in pn_set()
488 switch (sc->pn_type) { in pn_get()
541 pn_type(device_t dev, int *type) in pn_type() function
569 switch (sc->pn_type) { in decode_pst()
654 switch (sc->pn_type) { in pn_decode_pst()
675 sc->pn_type == PN7_TYPE ? "startvid" : "maxvid", in pn_decode_pst()
695 if (sc->pn_type != PN8_TYPE) in pn_decode_pst()
[all …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.h58 enum hal_pn_type pn_type);
H A Dcore.h510 enum hal_pn_type pn_type; member
H A Ddp_rx.c997 enum hal_pn_type pn_type) in ath11k_peer_rx_tid_setup() argument
1061 ssn, pn_type); in ath11k_peer_rx_tid_setup()
1108 params->ssn, arsta->pn_type); in ath11k_dp_rx_ampdu_start()
H A Dmac.c4326 arsta->pn_type = HAL_PN_TYPE_WPA; in ath11k_mac_op_set_key()
4328 arsta->pn_type = HAL_PN_TYPE_NONE; in ath11k_mac_op_set_key()
4331 arsta->pn_type = HAL_PN_TYPE_NONE; in ath11k_mac_op_set_key()
/freebsd/sys/fs/procfs/
H A Dprocfs.c98 if ((p->p_flag & P_SUGID) && pn->pn_type != pfstype_procdir) in procfs_attr()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_rx.h100 enum hal_pn_type pn_type);
H A Dcore.h410 enum hal_pn_type pn_type; member
H A Ddp_rx.c935 enum hal_pn_type pn_type) in ath12k_dp_rx_peer_tid_setup() argument
1017 ssn, pn_type); in ath12k_dp_rx_peer_tid_setup()
1063 params->ssn, arsta->pn_type); in ath12k_dp_rx_ampdu_start()
H A Dmac.c3258 arsta->pn_type = HAL_PN_TYPE_WPA; in ath12k_mac_op_set_key()
3260 arsta->pn_type = HAL_PN_TYPE_NONE; in ath12k_mac_op_set_key()
3263 arsta->pn_type = HAL_PN_TYPE_NONE; in ath12k_mac_op_set_key()