Searched refs:nobj (Results 1 - 21 of 21) sorted by relevance

/freebsd-12-stable/share/examples/ses/srcs/
H A Dgetnobj.c49 unsigned int nobj; local
59 if (ioctl(fd, SESIOC_GETNOBJ, (caddr_t) &nobj) < 0) {
62 fprintf(stdout, "%s: %d objects\n", name, nobj);
H A Dgetobjmap.c51 int nobj, fd, i; local
59 if (ioctl(fd, SESIOC_GETNOBJ, (caddr_t) &nobj) < 0) {
64 fprintf(stdout, "%s: %d objects\n", *v, nobj);
65 if (nobj == 0) {
69 objp = calloc(nobj, sizeof (ses_object));
80 for (i = 0; i < nobj; i++) {
H A Dgetencstat.c56 int fd, nobj, f, i, verbose, quiet, errors; local
93 if (ioctl(fd, ENCIOC_GETNELM, (caddr_t) &nobj) < 0) {
133 objp = calloc(nobj, sizeof (encioc_element_t));
144 for (i = 0; i < nobj; i++) {
/freebsd-12-stable/contrib/libucl/src/
H A Ducl_parser.c98 ucl_object_t *nobj; local
101 nobj = ucl_object_fromstring_common (begin, len, 0);
105 DL_APPEND (parser->last_comment, nobj);
108 parser->last_comment = nobj;
641 ucl_object_t *nobj; local
644 nobj = ucl_object_new_full (is_array ? UCL_ARRAY : UCL_OBJECT, parser->chunks->priority);
645 if (nobj == NULL) {
657 nobj = obj;
658 nobj->type = is_array ? UCL_ARRAY : UCL_OBJECT;
662 if (nobj
1142 ucl_object_t *nobj; local
1169 ucl_parser_process_object_element(struct ucl_parser *parser, ucl_object_t *nobj) argument
1299 ucl_object_t *nobj; local
[all...]
H A Ducl_internal.h646 * @param nobj
650 ucl_object_t *nobj);
/freebsd-12-stable/contrib/one-true-awk/
H A Dparse.c55 x->nobj = a;
65 x->nobj = a;
76 x->nobj = a;
88 x->nobj = a;
H A Dawk.h142 int nobj; member in struct:Node
204 #define isargument(n) ((n)->nobj == ARG)
H A Dawkgram.y468 switch (n->nobj) {
H A Drun.c159 if (notlegal(a->nobj)) /* probably a Cell* but too risky to print */
161 proc = proctab[a->nobj-FIRSTTOKEN];
162 x = (*proc)(a->narg, a->nobj);
H A Db.c43 #define type(v) (v)->nobj /* badly overloaded here */
/freebsd-12-stable/usr.sbin/sesutil/
H A Dsesutil.c185 unsigned int nobj, j, sesid; local
248 if (ioctl(fd, ENCIOC_GETNELM, (caddr_t) &nobj) < 0) {
253 objp = calloc(nobj, sizeof(encioc_element_t));
266 if (sesid >= nobj) {
278 for (j = 0; j < nobj; j++) {
411 unsigned int j, nobj; local
445 if (ioctl(fd, ENCIOC_GETNELM, (caddr_t) &nobj) < 0) {
450 e_ptr = calloc(nobj, sizeof(encioc_element_t));
473 for (j = 0; j < nobj; j++) {
715 unsigned int j, nobj; local
[all...]
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dicm.h83 u64 virt, int obj_size, u32 nobj, int reserved,
H A Dmlx4_icm.c388 u64 virt, int obj_size, u32 nobj, int reserved,
398 num_icm = (nobj + obj_per_chunk - 1) / obj_per_chunk;
405 table->num_obj = nobj;
411 size = (u64) nobj * obj_size;
387 mlx4_init_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table, u64 virt, int obj_size, u32 nobj, int reserved, int use_lowmem, int use_coherent) argument
/freebsd-12-stable/usr.bin/ar/
H A Dwrite.c384 struct ar_obj *nobj, *obj, *obj_temp, *pos; local
391 nobj = NULL;
492 nobj = create_obj_from_file(bsdar, *av,
494 if (nobj == NULL)
509 insert_obj(bsdar, nobj, pos);
528 nobj = create_obj_from_file(bsdar, *av, 0);
529 if (nobj != NULL)
530 insert_obj(bsdar, nobj, pos);
531 if (bsdar->options & AR_V && nobj != NULL)
/freebsd-12-stable/contrib/elftoolchain/ar/
H A Dwrite.c361 struct ar_obj *nobj, *obj, *obj_temp, *pos; local
369 nobj = NULL;
478 nobj = create_obj_from_file(bsdar, *av,
480 if (nobj == NULL) {
497 insert_obj(bsdar, nobj, pos);
517 nobj = create_obj_from_file(bsdar, *av, 0);
518 if (nobj == NULL) {
523 insert_obj(bsdar, nobj, pos);
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_enc_ses.c2488 * \param nobj Number of objects attached to the SES softc.
2494 uint8_t *buf, int bufsiz, int eip, int nobj)
2504 obj = &(enc_cache->elm_map[nobj]);
2526 nobj);
2547 * \param nobj Number of objects attached to the SES softc.
2553 uint8_t *buf, int bufsiz, int eip, int nobj)
2563 obj = &(enc_cache->elm_map[nobj]);
2581 "End Of Buffer\n", nobj);
2593 "Of Buffer\n", nobj);
2614 * \param nobj Numbe
2493 ses_get_elm_addlstatus_sas_type0(enc_softc_t *enc, enc_cache_t *enc_cache, uint8_t *buf, int bufsiz, int eip, int nobj) argument
2552 ses_get_elm_addlstatus_sas_type1(enc_softc_t *enc, enc_cache_t *enc_cache, uint8_t *buf, int bufsiz, int eip, int nobj) argument
2619 ses_get_elm_addlstatus_sas(enc_softc_t *enc, enc_cache_t *enc_cache, uint8_t *buf, int bufsiz, int eip, int tidx, int nobj) argument
2697 ses_get_elm_addlstatus_ata(enc_softc_t *enc, enc_cache_t *enc_cache, uint8_t *buf, int bufsiz, int eip, int tidx, int nobj) argument
[all...]
/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_memfree.h88 int nobj, int reserved,
H A Dmthca_memfree.c357 int nobj, int reserved,
367 num_icm = DIV_ROUND_UP(nobj, obj_per_chunk);
375 table->num_obj = nobj;
386 if ((i + 1) * MTHCA_TABLE_CHUNK_SIZE > nobj * obj_size)
387 chunk_size = nobj * obj_size - i * MTHCA_TABLE_CHUNK_SIZE;
355 mthca_alloc_icm_table(struct mthca_dev *dev, u64 virt, int obj_size, int nobj, int reserved, int use_lowmem, int use_coherent) argument
/freebsd-12-stable/usr.sbin/rpc.lockd/
H A Dlockd_lock.c188 void dump_netobj(const struct netobj *nobj);
295 dump_netobj(const struct netobj *nobj) argument
304 if (nobj == NULL) {
307 else if (nobj->n_len == 0) {
310 dump_static_object(nobj->n_bytes, nobj->n_len,
313 nobj->n_len, hbuff, cbuff);
/freebsd-12-stable/sys/dev/netmap/
H A Dnetmap_mem2.c752 nm_alloc_lut(u_int nobj) argument
754 size_t n = sizeof(struct lut_entry) * nobj;
777 nm_alloc_plut(u_int nobj) argument
779 size_t n = sizeof(struct plut_entry) * nobj;
/freebsd-12-stable/libexec/rtld-elf/
H A Drtld.c2323 Obj_Entry *nobj; local
2330 nobj = globallist_next(obj);
2331 if (nobj != NULL && obj != tail)
2332 initlist_add_objects(nobj, tail, list);

Completed in 126 milliseconds