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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_gf100.c 33 #define pack_for_each_init(init, pack, head) \
34 for (pack = head; pack && pack->init; pack++) \
35 for (init = pack->init; init && init->count; init++)
41 const struct nvkm_therm_clkgate_pack *pack; local in function:gf100_clkgate_init
45 pack_for_each_init(init, pack, p) {
  /src/sbin/mknod/
mknod.c 85 pack_t *pack; local in function:main
100 pack = pack_native;
124 pack = pack_find(optarg);
125 if (pack == NULL)
249 dev = callPack(pack, argc, numbers);
pack_dev.c 242 /* list of formats and pack functions */
246 pack_t *pack; member in struct:format
289 return (format->pack);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_gk20a.c 48 struct gf100_gr_pack *pack; local in function:gk20a_gr_av_to_init
58 pack = vzalloc((sizeof(*pack) * 2) + (sizeof(*init) * (nent + 1)));
59 if (!pack) {
64 init = (void *)(pack + 2);
65 pack[0].init = init;
77 *ppack = pack;
98 struct gf100_gr_pack *pack; local in function:gk20a_gr_aiv_to_init
108 pack = vzalloc((sizeof(*pack) * 2) + (sizeof(*init) * (nent + 1)))
141 struct gf100_gr_pack *pack; local in function:gk20a_gr_av_to_method
    [all...]
nouveau_nvkm_engine_gr_gf100.c 1030 const struct gf100_gr_pack *pack; local in function:gf100_gr_mmio
1033 pack_for_each_init(init, pack, p) {
1047 const struct gf100_gr_pack *pack; local in function:gf100_gr_icmd
1053 pack_for_each_init(init, pack, p) {
1057 if ((pack == p && init == p->init) || data != init->data) {
1085 const struct gf100_gr_pack *pack; local in function:gf100_gr_mthd
1089 pack_for_each_init(init, pack, p) {
1090 u32 ctrl = 0x80000000 | pack->type;
1094 if ((pack == p && init == p->init) || data != init->data) {
1654 const struct gf100_gr_pack *pack,
    [all...]
  /src/usr.sbin/tpctl/
fb.c 262 int pack; local in function:fb_drawpixel
274 pack = x / fb->conf.hf_pixels_per_pack;
282 x += pack * fb->conf.hf_pack_width;
  /src/usr.bin/config/
pack.c 1 /* $NetBSD: pack.c,v 1.12 2025/01/07 14:21:11 joe Exp $ */
40 * from: @(#)pack.c 8.1 (Berkeley) 6/6/93
48 __RCSID("$NetBSD: pack.c,v 1.12 2025/01/07 14:21:11 joe Exp $");
59 * First, we pack device instances which have identical parent specs.
61 * Second, we pack locators. Given something like
107 pack(void) function in typeref:typename:void
112 /* Pack instances and make parent vectors. */
129 /* Allocate and pack loc[]. */
136 * Pack device instances together wherever possible.
  /src/sys/arch/prep/pnpbus/
pnpbus.c 185 struct _L1_Pack *pack = v; local in function:pnp_newiomem
187 if (pack->Count0 >= 0x9) {
189 mem->minbase = (pack->Data[2] << 16) | (pack->Data[1] << 8);
190 mem->maxbase = (pack->Data[4] << 16) | (pack->Data[3] << 8);
191 mem->align = (pack->Data[6] << 8) | pack->Data[5];
192 mem->len = (pack->Data[8] << 16) | (pack->Data[7] << 8)
206 struct _L4_Pack *pack = v; local in function:pnp_newaddr
292 struct _L4_Pack *pack = v; local in function:pnpbus_scan
343 ChipIDPack *pack; local in function:pnp_getpna
    [all...]
  /src/sys/sys/
trace.h 38 * File system buffer tracing points; all trace <pack(dev, size), bn>
104 #define pack(v,b) (((v)->v_mount->mnt_stat.f_fsidx.__fsid_val[0])<<16)|(b) macro
  /src/usr.bin/fmt/
fmt.c 86 static void pack(const wchar_t *, size_t);
367 pack(cp, (size_t)(buf->ptr - cp));
419 pack(word.bptr, wlen);
433 * Pack a word onto the output line. If this is the beginning of
448 pack(const wchar_t *word, size_t wlen) function in typeref:typename:void
  /src/sys/arch/prep/prep/
platform.c 151 struct _L4_Pack *pack = v; local in function:count_pnp_pci_devices
152 struct _L4_PPCPack *p = &pack->L4_Data.L4_PPCPack;
228 struct _L4_Pack *pack = v; local in function:create_intr_map
229 struct _L4_PPCPack *p = &pack->L4_Data.L4_PPCPack;
machdep.c 322 struct _L4_Pack *pack = (void *)p; local in function:prep_setup_openpic
323 struct _L4_PPCPack *pa = &pack->L4_Data.L4_PPCPack;
386 struct _L4_Pack *pack = (void *)p; local in function:setup_ivr
387 struct _L4_PPCPack *pa = &pack->L4_Data.L4_PPCPack;
residual.c 248 struct _L4_Pack *pack = v; local in function:pnp_pci_busno
249 struct _L4_PPCPack *p = &pack->L4_Data.L4_PPCPack;
273 struct _L4_Pack *pack = v; local in function:pnp_pci_configbase
274 struct _L4_PPCPack *p = &pack->L4_Data.L4_PPCPack;
1114 struct _L4_Pack *pack = v; local in function:pnp_large_pkt
1115 struct _L4_PPCPack *p = &pack->L4_Data.L4_PPCPack;
1124 struct _L1_Pack *pack = v; local in function:pnp_large_pkt
1127 if (pack->Data[0] & L1_Shadow)
1129 if (pack->Data[0] & L1_32bit_mem)
1131 if (pack->Data[0] & L1_8_16bit_mem
    [all...]
  /src/usr.sbin/mtree/
spec.c 457 pack_t *pack; local in function:parsedev
463 if ((pack = pack_find(arg)) == NULL)
478 result = (*pack)(argc, numbers, &error);
  /src/sys/netinet/
ip_encap.c 198 struct ip_pack4 pack; local in function:encap4_lookup
209 memset(&pack, 0, sizeof(pack));
210 pack.p.sp_len = sizeof(pack);
211 pack.mine.sin_family = pack.yours.sin_family = AF_INET;
212 pack.mine.sin_len = pack.yours.sin_len = sizeof(struct sockaddr_in);
214 pack.mine.sin_addr = ip->ip_dst
360 struct ip_pack6 pack; local in function:encap6_lookup
    [all...]
  /src/games/rogue/
rogue.h 264 object pack; member in struct:fightr
  /src/sys/dev/pci/
if_ixl.c 5218 const struct ixl_hmc_pack *pack = &packing[i]; local in function:ixl_hmc_pack
5219 unsigned int offset = pack->lsb / 8;
5220 unsigned int align = pack->lsb % 8;
5221 const uint8_t *in = src + pack->offset;
5223 int width = pack->width;

Completed in 57 milliseconds