Home
last modified time | relevance | path

Searched refs:cell (Results 1 – 25 of 984) sorted by relevance

12345678910>>...40

/freebsd-14.2/crypto/heimdal/appl/afsutil/
H A Dafslog.c93 if(strncmp(buf + 1, cell, strlen(cell)) == 0) in expand_one_file()
120 return cell; in expand_cell_name()
131 char *cell; member
139 const char *c = cell; in afslog_cell()
157 p->cell = strdup(c); in afslog_cell()
158 if(p->cell == NULL) { in afslog_cell()
170 char cell[64]; in afslog_file() local
171 if(k_afs_cell_of_file(path, cell, sizeof(cell))){ in afslog_file()
181 do_afslog(const char *cell) in do_afslog() argument
194 if (cell == NULL) in do_afslog()
[all …]
/freebsd-14.2/crypto/heimdal/lib/kafs/
H A Dcommon.c105 memcpy(t, cell, sizeof_x); in kafs_settoken_rxkad()
175 char cell[64]; in find_cells() local
182 while (fgets(cell, sizeof(cell), f)) { in find_cells()
184 t = cell + strlen(cell); in find_cells()
185 for (; t >= cell; t--) in find_cells()
188 if (cell[0] == '\0' || cell[0] == '#') in find_cells()
288 cmp = strncmp(buf + 1, cell, strlen(cell)); in file_find_cell()
354 cell ? cell : "", realm, estr ? estr : "unknown", ret); in _kafs_try_get_cred()
367 const char *cell, in _kafs_get_cred() argument
410 _kafs_foldup(CELL, cell); in _kafs_get_cred()
[all …]
H A Dafskrb5.c113 const char *cell, in v5_convert() argument
119 c = strdup(cell); in v5_convert()
216 if (cell == 0 || cell[0] == 0) in afslog_uid_int()
252 const char *cell, in krb5_afslog_uid_home() argument
281 ret = afslog_uid_int(&kd, cell, 0, uid, homedir); in krb5_afslog_uid_home()
293 const char *cell, in krb5_afslog_uid() argument
303 const char *cell, in krb5_afslog() argument
312 const char *cell, in krb5_afslog_home() argument
324 krb5_realm_of_cell(const char *cell, char **realm) in krb5_realm_of_cell() argument
332 return _kafs_realm_of_cell(&kd, cell, realm); in krb5_realm_of_cell()
[all …]
H A Dkafs.h110 int krb_afslog (const char *cell, const char *realm);
111 int krb_afslog_uid (const char *cell, const char *realm, uid_t uid);
112 int krb_afslog_home (const char *cell, const char *realm,
114 int krb_afslog_uid_home (const char *cell, const char *realm, uid_t uid,
117 int krb_realm_of_cell (const char *cell, char **realm);
129 int k_afs_cell_of_file (const char *path, char *cell, int len);
156 const char *cell,
161 const char *cell,
165 const char *cell,
172 const char *cell,
[all …]
/freebsd-14.2/sys/dev/ofw/
H A Dofw_subr.c83 static pcell_t cell[256]; in ofw_reg_to_paddr() local
105 cell, sizeof(cell)); in ofw_reg_to_paddr()
108 if (res % sizeof(cell[0])) in ofw_reg_to_paddr()
110 res /= sizeof(cell[0]); in ofw_reg_to_paddr()
114 pci_hi = pci ? cell[regno] : OFW_PADDR_NOT_PCI; in ofw_reg_to_paddr()
118 addr = ((uint64_t)addr << 32) | cell[regno++]; in ofw_reg_to_paddr()
121 size = ((uint64_t)size << 32) | cell[regno++]; in ofw_reg_to_paddr()
134 res = OF_getencprop(bridge, "ranges", cell, sizeof(cell)); in ofw_reg_to_paddr()
137 if (res % sizeof(cell[0])) in ofw_reg_to_paddr()
141 pci_hi = cell[0]; in ofw_reg_to_paddr()
[all …]
/freebsd-14.2/sys/powerpc/ofw/
H A Dofw_initrd.c59 pcell_t cell[2]; in ofw_initrd_probe_and_attach() local
75 size = OF_getencprop(chosen, "linux,initrd-start", cell, sizeof(cell)); in ofw_initrd_probe_and_attach()
77 start = cell[0]; in ofw_initrd_probe_and_attach()
79 start = (uint64_t)cell[0] << 32 | cell[1]; in ofw_initrd_probe_and_attach()
85 size = OF_getencprop(chosen, "linux,initrd-end", cell, sizeof(cell)); in ofw_initrd_probe_and_attach()
87 end = cell[0]; in ofw_initrd_probe_and_attach()
89 end = (uint64_t)cell[0] << 32 | cell[1]; in ofw_initrd_probe_and_attach()
/freebsd-14.2/contrib/jemalloc/src/
H A Dckh.c64 ckhc_t *cell; in ckh_bucket_search() local
69 if (cell->key != NULL && ckh->keycomp(key, cell->key)) { in ckh_bucket_search()
92 return cell; in ckh_isearch()
98 return cell; in ckh_isearch()
104 ckhc_t *cell; in ckh_try_bucket_insert() local
117 cell->key = key; in ckh_try_bucket_insert()
137 ckhc_t *cell; in ckh_evict_reloc_insert() local
159 tkey = cell->key; tdata = cell->data; in ckh_evict_reloc_insert()
160 cell->key = key; cell->data = data; in ckh_evict_reloc_insert()
492 size_t cell; in ckh_remove() local
[all …]
/freebsd-14.2/sys/contrib/device-tree/src/arm64/freescale/
H A Dqoriq-qman-portals.dtsi22 cell-index = <0>;
29 cell-index = <1>;
36 cell-index = <2>;
43 cell-index = <3>;
50 cell-index = <4>;
57 cell-index = <5>;
64 cell-index = <6>;
71 cell-index = <7>;
78 cell-index = <8>;
85 cell-index = <9>;
/freebsd-14.2/sys/dts/powerpc/
H A Dp2041si.dtsi225 cell-index = <2>;
366 cell-index = <1>;
372 cell-index = <2>;
378 cell-index = <3>;
384 cell-index = <4>;
390 cell-index = <5>;
396 cell-index = <6>;
402 cell-index = <7>;
408 cell-index = <8>;
414 cell-index = <9>;
[all …]
H A Dp5020si.dtsi211 cell-index = <2>;
352 cell-index = <1>;
358 cell-index = <2>;
364 cell-index = <3>;
370 cell-index = <4>;
376 cell-index = <5>;
382 cell-index = <6>;
388 cell-index = <7>;
394 cell-index = <8>;
400 cell-index = <9>;
[all …]
H A Dp3041si.dtsi226 cell-index = <2>;
367 cell-index = <1>;
373 cell-index = <2>;
379 cell-index = <3>;
385 cell-index = <4>;
391 cell-index = <5>;
397 cell-index = <6>;
403 cell-index = <7>;
409 cell-index = <8>;
415 cell-index = <9>;
[all …]
/freebsd-14.2/sys/dev/extres/nvmem/
H A Dnvmem.c41 nvmem_get_cell_node(phandle_t node, int idx, phandle_t *cell) in nvmem_get_cell_node() argument
65 *cell = cell_node; in nvmem_get_cell_node()
96 nvmem_read_cell_by_idx(phandle_t node, int idx, void *cell, size_t buflen) in nvmem_read_cell_by_idx() argument
125 rv = NVMEM_READ(provider, reg[0], reg[1], cell); in nvmem_read_cell_by_idx()
134 nvmem_read_cell_by_name(phandle_t node, const char *name, void *cell, size_t buflen) in nvmem_read_cell_by_name() argument
142 return (nvmem_read_cell_by_idx(node, idx, cell, buflen)); in nvmem_read_cell_by_name()
146 nvmem_write_cell_by_idx(phandle_t node, int idx, void *cell, size_t buflen) in nvmem_write_cell_by_idx() argument
179 rv = NVMEM_WRITE(provider, reg[0], reg[1], cell); in nvmem_write_cell_by_idx()
188 nvmem_write_cell_by_name(phandle_t node, const char *name, void *cell, size_t buflen) in nvmem_write_cell_by_name() argument
196 return (nvmem_write_cell_by_idx(node, idx, cell, buflen)); in nvmem_write_cell_by_name()
/freebsd-14.2/sys/dev/uart/
H A Duart_bus_fdt.c67 uart_fdt_get_clock(phandle_t node, pcell_t *cell) in uart_fdt_get_clock() argument
71 if ((OF_getencprop(node, "clock-frequency", cell, in uart_fdt_get_clock()
72 sizeof(*cell))) <= 0) { in uart_fdt_get_clock()
75 if ((OF_getencprop(OF_parent(node), "bus-frequency", cell, in uart_fdt_get_clock()
76 sizeof(*cell))) <= 0) in uart_fdt_get_clock()
77 *cell = 0; in uart_fdt_get_clock()
84 uart_fdt_get_shift(phandle_t node, pcell_t *cell) in uart_fdt_get_shift() argument
87 if ((OF_getencprop(node, "reg-shift", cell, sizeof(*cell))) <= 0) in uart_fdt_get_shift()
93 uart_fdt_get_io_width(phandle_t node, pcell_t *cell) in uart_fdt_get_io_width() argument
96 if ((OF_getencprop(node, "reg-io-width", cell, sizeof(*cell))) <= 0) in uart_fdt_get_io_width()
/freebsd-14.2/sys/contrib/device-tree/Bindings/mips/cavium/
H A Dbootbus.txt13 - #address-cells: Must be <2>. The first cell is the chip select
29 - cavium,cs-index: A single cell indicating the chip select that
32 - cavium,t-adr: A cell specifying the ADR timing (in nS).
34 - cavium,t-ce: A cell specifying the CE timing (in nS).
36 - cavium,t-oe: A cell specifying the OE timing (in nS).
38 - cavium,t-we: A cell specifying the WE timing (in nS).
40 - cavium,t-rd-hld: A cell specifying the RD_HLD timing (in nS).
42 - cavium,t-wr-hld: A cell specifying the WR_HLD timing (in nS).
44 - cavium,t-pause: A cell specifying the PAUSE timing (in nS).
46 - cavium,t-wait: A cell specifying the WAIT timing (in nS).
[all …]
/freebsd-14.2/sys/dev/syscons/star/
H A Dstar_saver.c57 int cell, i; in star_saver() local
84 cell = random() % NUM_STARS; in star_saver()
85 sc_vtb_putc(&scp->scr, stars[cell][0], in star_saver()
86 sc->scr_map[pattern[stars[cell][1]]], in star_saver()
88 if ((stars[cell][1]+=(random()%4)) >= sizeof(pattern)-1) { in star_saver()
89 stars[cell][0] = random() % (scp->xsize*scp->ysize); in star_saver()
90 stars[cell][1] = 0; in star_saver()
/freebsd-14.2/sys/contrib/device-tree/Bindings/net/
H A Dfsl-fman.txt32 - cell-index
177 - cell-index
221 cell-index = <0x8>;
227 cell-index = <0x1>;
368 cell-index = <1>;
385 cell-index = <1>;
391 cell-index = <2>;
397 cell-index = <3>;
403 cell-index = <4>;
409 cell-index = <5>;
[all …]
H A Dibm,emac.txt24 - mal-tx-channel : 1 cell, index of the tx channel on McMAL associated
28 - cell-index : 1 cell, hardware index of the EMAC cell on a given
31 - max-frame-size : 1 cell, maximum frame size supported in bytes
38 - fifo-entry-size : 1 cell, size of a fifo entry (used to calculate
48 - mdio-device : 1 cell, required iff using shared MDIO registers
76 - rx-fifo-size-gige : 1 cell, Rx fifo size in bytes for 1000 Mb/sec
79 - tx-fifo-size-gige : 1 cell, Tx fifo size in bytes for 1000 Mb/sec
113 cell-index = <0>;
138 cell-index = <0>;
183 - num-tx-chans : 1 cell, number of Tx channels
[all …]
/freebsd-14.2/sys/dev/altera/avgen/
H A Daltera_avgen_fdt.c81 pcell_t cell; in altera_avgen_fdt_attach() local
99 if (OF_getprop(node, "sri-cambridge,width", &cell, sizeof(cell)) > 0) in altera_avgen_fdt_attach()
100 sc->avg_width = cell; in altera_avgen_fdt_attach()
109 if (OF_getprop(node, "sri-cambridge,devunit", &cell, sizeof(cell)) > 0) in altera_avgen_fdt_attach()
110 devunit = cell; in altera_avgen_fdt_attach()
/freebsd-14.2/sys/contrib/device-tree/src/powerpc/fsl/
H A Dt4240si-post.dtsi171 cell-index = <1>;
177 cell-index = <2>;
578 cell-index = <0x0>;
584 cell-index = <0x1>;
590 cell-index = <0x2>;
596 cell-index = <0x3>;
602 cell-index = <0x4>;
608 cell-index = <0x5>;
614 cell-index = <0x6>;
620 cell-index = <0x7>;
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dmpic.txt85 <1st-cell> interrupt-number
91 (i.e. #interrupt-cells = 2), this cell
102 <3rd-cell> interrupt-type
108 The interrupt-number cell contains
121 The interrupt-number cell contains
124 cell identifies the specific error
131 cell is undefined.
137 cell is undefined.
139 <4th-cell> type-specific information
144 the type-specific cell contains the
[all …]
/freebsd-14.2/sys/contrib/device-tree/src/powerpc/
H A Dfsp2.dts67 cell-index = <0>;
80 cell-index = <1>;
94 cell-index = <2>;
108 cell-index = <3>;
122 cell-index = <4>;
135 cell-index = <5>;
148 cell-index = <6>;
162 cell-index = <7>;
175 cell-index = <8>;
188 cell-index = <9>;
[all …]
H A Dasp834x-redboot.dts84 cell-index = <0>;
100 cell-index = <1>;
109 cell-index = <0>;
125 cell-index = <0>;
129 cell-index = <0>;
136 cell-index = <1>;
143 cell-index = <2>;
150 cell-index = <3>;
183 cell-index = <0>;
224 cell-index = <1>;
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dcdns,xtensa-pic.txt8 When it's 1, the first cell is the internal IRQ number.
9 When it's 2, the first cell is the IRQ number, and the second cell
19 /* one cell: internal irq number,
20 * two cells: second cell == 0: internal irq number
21 * second cell == 1: external irq number
/freebsd-14.2/sys/contrib/device-tree/Bindings/thermal/
H A Dsprd-thermal.yaml33 nvmem-cell-names:
63 nvmem-cell-names:
69 - nvmem-cell-names
79 - nvmem-cell-names
95 nvmem-cell-names = "thm_sign_cal", "thm_ratio_cal";
102 nvmem-cell-names = "sen_delta_cal";
108 nvmem-cell-names = "sen_delta_cal";
/freebsd-14.2/sys/contrib/device-tree/Bindings/powerpc/4xx/
H A Dcpm.txt16 - unused-units : specifier consist of one cell. For each
17 bit in the cell, the corresponding bit
20 - idle-doze : specifier consist of one cell. For each
21 bit in the cell, the corresponding bit
24 - standby : specifier consist of one cell. For each
25 bit in the cell, the corresponding bit
28 - suspend : specifier consist of one cell. For each
29 bit in the cell, the corresponding bit

12345678910>>...40