Home
last modified time | relevance | path

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

12345678910>>...31

/freebsd/crypto/heimdal/appl/afsutil/
H A Dafslog.c83 expand_one_file(FILE *f, const char *cell) in expand_one_file() argument
93 if(strncmp(buf + 1, cell, strlen(cell)) == 0) in expand_one_file()
102 expand_cell_name(const char *cell) in expand_cell_name() argument
115 c = expand_one_file(f, cell); in expand_cell_name()
120 return cell; in expand_cell_name()
131 char *cell; member
136 afslog_cell(const char *cell, int expand) in afslog_cell() argument
139 const char *c = cell; in afslog_cell()
141 c = expand_cell_name(cell); in afslog_cell()
143 warnx("No cell matching \"%s\" found.", cell); in afslog_cell()
[all …]
/freebsd/crypto/heimdal/lib/kafs/
H A Dcommon.c70 kafs_settoken_rxkad(const char *cell, struct ClearToken *ct, in kafs_settoken_rxkad() argument
104 sizeof_x = strlen(cell) + 1; in kafs_settoken_rxkad()
105 memcpy(t, cell, sizeof_x); in kafs_settoken_rxkad()
145 dns_find_cell(const char *cell, char *dbserver, size_t len) in dns_find_cell() argument
149 r = rk_dns_lookup(cell, "afsdb"); in dns_find_cell()
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()
[all …]
H A Dafskrb5.c113 const char *cell, in v5_convert() argument
119 c = strdup(cell); in v5_convert()
207 afslog_uid_int(struct kafs_data *data, const char *cell, const char *rh, in afslog_uid_int() argument
216 if (cell == 0 || cell[0] == 0) in afslog_uid_int()
226 ret = _kafs_get_cred(data, cell, d->realm, trealm, uid, &kt); in afslog_uid_int()
230 ret = kafs_settoken_rxkad(cell, &kt.ct, kt.ticket, kt.ticket_len); 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
297 return krb5_afslog_uid_home (context, id, cell, realm, uid, NULL); in krb5_afslog_uid()
[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/sys/dev/ofw/
H A Dofw_subr.c82 static pcell_t cell[256]; in ofw_reg_to_paddr() local
104 cell, sizeof(cell)); in ofw_reg_to_paddr()
107 if (res % sizeof(cell[0])) in ofw_reg_to_paddr()
109 res /= sizeof(cell[0]); in ofw_reg_to_paddr()
113 pci_hi = pci ? cell[regno] : OFW_PADDR_NOT_PCI; in ofw_reg_to_paddr()
117 addr = ((uint64_t)addr << 32) | cell[regno++]; in ofw_reg_to_paddr()
120 size = ((uint64_t)size << 32) | cell[regno++]; in ofw_reg_to_paddr()
133 res = OF_getencprop(bridge, "ranges", cell, sizeof(cell)); in ofw_reg_to_paddr()
136 if (res % sizeof(cell[0])) in ofw_reg_to_paddr()
140 pci_hi = cell[0]; in ofw_reg_to_paddr()
[all …]
/freebsd/contrib/jemalloc/src/
H A Dckh.c64 ckhc_t *cell; in ckh_bucket_search() local
68 cell = &ckh->tab[(bucket << LG_CKH_BUCKET_CELLS) + i]; in ckh_bucket_search()
69 if (cell->key != NULL && ckh->keycomp(key, cell->key)) { in ckh_bucket_search()
82 size_t hashes[2], bucket, cell; in ckh_isearch() local
90 cell = ckh_bucket_search(ckh, bucket, key); in ckh_isearch()
91 if (cell != SIZE_T_MAX) { in ckh_isearch()
92 return cell; in ckh_isearch()
97 cell = ckh_bucket_search(ckh, bucket, key); in ckh_isearch()
98 return cell; in ckh_isearch()
104 ckhc_t *cell; in ckh_try_bucket_insert() local
[all …]
/freebsd/sys/powerpc/ofw/
H A Dofw_initrd.c58 pcell_t cell[2]; in ofw_initrd_probe_and_attach() local
74 size = OF_getencprop(chosen, "linux,initrd-start", cell, sizeof(cell)); in ofw_initrd_probe_and_attach()
76 start = cell[0]; in ofw_initrd_probe_and_attach()
78 start = (uint64_t)cell[0] << 32 | cell[1]; in ofw_initrd_probe_and_attach()
84 size = OF_getencprop(chosen, "linux,initrd-end", cell, sizeof(cell)); in ofw_initrd_probe_and_attach()
86 end = cell[0]; in ofw_initrd_probe_and_attach()
88 end = (uint64_t)cell[0] << 32 | cell[1]; in ofw_initrd_probe_and_attach()
/freebsd/sys/dts/powerpc/
H A Dp2041si.dtsi213 cell-index = <0x0>;
219 cell-index = <0x1>;
225 cell-index = <2>;
231 cell-index = <0x3>;
237 cell-index = <0x4>;
243 cell-index = <0x5>;
249 cell-index = <0x6>;
255 cell-index = <0x7>;
261 cell-index = <0x8>;
267 cell-index = <0x9>;
[all …]
H A Dp5020si.dtsi199 cell-index = <0x0>;
205 cell-index = <0x1>;
211 cell-index = <2>;
217 cell-index = <0x3>;
223 cell-index = <0x4>;
229 cell-index = <0x5>;
235 cell-index = <0x6>;
241 cell-index = <0x7>;
247 cell-index = <0x8>;
253 cell-index = <0x9>;
[all …]
H A Dp3041si.dtsi214 cell-index = <0x0>;
220 cell-index = <0x1>;
226 cell-index = <2>;
232 cell-index = <0x3>;
238 cell-index = <0x4>;
244 cell-index = <0x5>;
250 cell-index = <0x6>;
256 cell-index = <0x7>;
262 cell-index = <0x8>;
268 cell-index = <0x9>;
[all …]
/freebsd/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>;
H A Dqoriq-fman3-0.dtsi14 cell-index = <0>;
32 cell-index = <0x2>;
38 cell-index = <0x3>;
44 cell-index = <0x4>;
50 cell-index = <0x5>;
56 cell-index = <0x6>;
62 cell-index = <0x7>;
/freebsd/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/sys/dev/nvmem/
H A Dnvmem.c40 nvmem_get_cell_node(phandle_t node, int idx, phandle_t *cell) in nvmem_get_cell_node() argument
64 *cell = cell_node; in nvmem_get_cell_node()
95 nvmem_read_cell_by_idx(phandle_t node, int idx, void *cell, size_t buflen) in nvmem_read_cell_by_idx() argument
124 rv = NVMEM_READ(provider, reg[0], reg[1], cell); in nvmem_read_cell_by_idx()
133 nvmem_read_cell_by_name(phandle_t node, const char *name, void *cell, size_t buflen) in nvmem_read_cell_by_name() argument
141 return (nvmem_read_cell_by_idx(node, idx, cell, buflen)); in nvmem_read_cell_by_name()
145 nvmem_write_cell_by_idx(phandle_t node, int idx, void *cell, size_t buflen) in nvmem_write_cell_by_idx() argument
178 rv = NVMEM_WRITE(provider, reg[0], reg[1], cell); in nvmem_write_cell_by_idx()
187 nvmem_write_cell_by_name(phandle_t node, const char *name, void *cell, size_t buflen) in nvmem_write_cell_by_name() argument
195 return (nvmem_write_cell_by_idx(node, idx, cell, buflen)); in nvmem_write_cell_by_name()
/freebsd/sys/contrib/device-tree/Bindings/mips/cavium/
H A Dbootbus.txt13 - #address-cells: Must be <2>. The first cell is the chip select
14 within the bootbus. The second cell is the offset from 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).
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dfsl-fman.txt32 - cell-index
37 The cell-index value may be used by the SoC, to identify the
39 there's a description of the cell-index use in each SoC:
42 register[bit] FMan unit cell-index
47 register[bit] FMan unit cell-index
54 register[bit] FMan unit cell-index
101 channels in the FMan. The first cell specifies the beginning
102 of the range and the second cell specifies the number of
177 - cell-index
191 The page of a specific port is determined by the cell-index.
[all …]
H A Dibm,emac.txt24 - mal-tx-channel : 1 cell, index of the tx channel on McMAL associated
26 - mal-rx-channel : 1 cell, index of the rx 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
32 - rx-fifo-size : 1 cell, Rx fifo size in bytes for 10 and 100 Mb/sec
35 - tx-fifo-size : 1 cell, Tx fifo size in bytes for 10 and 100 Mb/sec
38 - fifo-entry-size : 1 cell, size of a fifo entry (used to calculate
41 - mal-burst-size : 1 cell, MAL burst size (used to calculate thresholds)
48 - mdio-device : 1 cell, required iff using shared MDIO registers
51 - zmii-device : 1 cell, required iff connected to a ZMII. phandle of
[all …]
/freebsd/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/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 …]
H A Dqoriq-qman1-portals.dtsi44 cell-index = <0x0>;
50 cell-index = <1>;
56 cell-index = <2>;
62 cell-index = <3>;
68 cell-index = <4>;
74 cell-index = <5>;
80 cell-index = <6>;
87 cell-index = <7>;
93 cell-index = <8>;
99 cell-index = <9>;
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dmpic.txt85 <1st-cell> interrupt-number
90 Note: If the interrupt-type cell is undefined
91 (i.e. #interrupt-cells = 2), this cell
96 <2nd-cell> level-sense information, encoded as follows:
102 <3rd-cell> interrupt-type
108 The interrupt-number cell contains
110 type-specific cell is undefined. The
121 The interrupt-number cell contains
124 cell identifies the specific error
129 The interrupt-number cell identifies
[all …]
/freebsd/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/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
/freebsd/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

12345678910>>...31