Home
last modified time | relevance | path

Searched refs:used (Results 26 – 50 of 924) sorted by relevance

12345678910>>...37

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.msg137 -shtyp option) when -symndx is used.\n".
167 name is used.\n\
176 section with the specified type is used.\n"
197 using the same style used by the elfdump program.\n\
225 The sym:st_info command is used to display or alter the\n\
228 commands are used in preference to sym:st_info.\n\
240 The sym:st_name command is used to display or alter the\n\
266 The sym:st_other command is used to display or alter the\n\
269 command is used in preference to sym:st_other.\n\
302 The sym:st_size command is used to display or alter the\n\
[all …]
H A Dshdr.msg47 section header [0]: Header [0] is used for \
94 specified name will be used as the value.\n"
117 section with the specified type is used.\n"
142 used, this is an integer offset into the section header\n\
169 The shdr:dump command is used to display section header\n\
177 The shdr:sh_addr command is used to display or alter the\n\
201 powers of 2 are used in Solaris ELF files. Values 0 and 1\n\
252 The shdr:sh_info command is used to display or alter the\n\
266 The shdr:sh_link command is used to display or alter the\n\
280 The shdr:sh_name command is used to display or alter the\n\
[all …]
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt245 skip=Not used
248 skip=Not used
257 skip=Not used
329 skip=Not used.
332 skip=Not used.
493 skip=Not used.
496 skip=Not used.
499 skip=Not used.
536 skip=Not used.
679 skip=Not used.
[all …]
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_share_doorsvc.c198 unsigned int used; in smbd_share_dispatch() local
306 if ((enc_status = smb_dr_encode_finish(enc_ctx, &used)) != 0) { in smbd_share_dispatch()
310 (void) smb_dr_encode_finish(enc_ctx, &used); in smbd_share_dispatch()
313 smbd_door_return(&smb_share_sdh, buf, used, NULL, 0); in smbd_share_dispatch()
319 (void) smb_dr_encode_finish(enc_ctx, &used); in smbd_share_dispatch()
320 smbd_door_return(&smb_share_sdh, buf, used, NULL, 0); in smbd_share_dispatch()
/illumos-gate/usr/src/tools/findunref/
H A Dexception_list.open83 # built or used during a nightly.
90 # Ignore files that are only used by internal packages.
95 # Ignore files that get used during a EXPORT_SRC or CRYPT_SRC build only.
103 # Ignore Makefiles which are used by developers but not used by nightly
112 # Ignore dtrace scripts only used by developers
122 # Ignore .xcl files that aren't used because the program is statically linked.
128 # be used until certain _FFR (for future release) #define's go live.
142 # Ignore mont_mulf.c. It is used as a starting point for some hand optimized
148 # Ignore any files that get used during a gcc build only.
177 # used by packaging.
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c257 tran->outbuf.used = len; in ctl_command()
314 *iovp++ = evConsIovec(tran->outbuf.text, tran->outbuf.used); in start_write()
501 n = read(ctx->sock, ctx->inbuf.text + ctx->inbuf.used, in readable()
502 MAX_LINELEN - ctx->inbuf.used); in readable()
511 ctx->inbuf.used += n; in readable()
513 n, ctx->inbuf.used); in readable()
515 eos = memchr(ctx->inbuf.text, '\n', ctx->inbuf.used); in readable()
540 ctx->inbuf.used -= ((eos - ctx->inbuf.text) + 1); in readable()
541 if (ctx->inbuf.used == 0U) in readable()
544 memmove(ctx->inbuf.text, eos + 1, ctx->inbuf.used); in readable()
[all …]
H A Dctl_srvr.c330 n < (int)sess->outbuf.used-2; pc++, n++) in ctl_response()
343 sess->outbuf.used, sess->outbuf.text); in ctl_response()
526 sess->inbuf.used = 0; in ctl_start_read()
583 MAX_LINELEN - sess->inbuf.used); in ctl_readable()
591 sess->inbuf.used += n; in ctl_readable()
592 eos = memchr(sess->inbuf.text, '\n', sess->inbuf.used); in ctl_readable()
605 sess->inbuf.used -= ((eos - sess->inbuf.text) + 1); in ctl_readable()
606 if (sess->inbuf.used == 0U) in ctl_readable()
609 memmove(sess->inbuf.text, eos + 1, sess->inbuf.used); in ctl_readable()
612 if (sess->inbuf.used == (size_t)MAX_LINELEN) { in ctl_readable()
[all …]
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c53 size_t used; /* # bytes used from allocation */ member
822 uint64_t used64 = strtbl->used; in strtbl_alloc()
925 if ((n + strtbl->used) > strtbl->size) in strtbl_pad()
929 strtbl->base[strtbl->used++] = ch; in strtbl_pad()
941 if ((need + sym_strtbl.used) > sym_strtbl.size) in savename()
945 sym_strtbl.used += need; in savename()
990 p = long_strtbl.base + long_strtbl.used; in savelongname()
991 long_strtbl.used += need; in savelongname()
1212 long_strtbl.used); in writefile()
1214 long_strtbl.used); in writefile()
[all …]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c53 int used; member
60 if (sp->max <= sp->used) in write_string()
88 last = string.used; in wistombs()
91 string.used = last; in wistombs()
110 string.mbs[string.used] = '\0'; in wistombs()
112 return (string.used); in wistombs()
222 return (string.used); in __m_cc_mbs()
226 string.used = 0; in __m_cc_mbs()
235 last = string.used; in __m_cc_mbs()
240 string.used = last; in __m_cc_mbs()
[all …]
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dstatistics.c175 uint_t count = 0, used = 0; in Dbg_statistics_ar() local
196 used++; in Dbg_statistics_ar()
200 if ((count == 0) || (used == 0)) in Dbg_statistics_ar()
204 used, ((used * 100) / count)); in Dbg_statistics_ar()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dir.c1214 used += dsl_dir_space_towrite(dd); in dsl_dir_space_available()
1232 ASSERT(used >= -delta); in dsl_dir_space_available()
1233 used += delta; in dsl_dir_space_available()
1238 if (used > quota) { in dsl_dir_space_available()
1520 ASSERT(used >= 0 || dsl_dir_phys(dd)->dd_used_bytes >= -used); in dsl_dir_diduse_space()
1530 ASSERT(used > 0 || in dsl_dir_diduse_space()
1548 used - accounted_delta, in dsl_dir_diduse_space()
1676 uint64_t newval, used, avail; in dsl_dir_set_reservation_check() local
1713 if (MAX(used, newval) > MAX(used, dsl_dir_phys(dd)->dd_reserved)) { in dsl_dir_set_reservation_check()
1730 uint64_t used; in dsl_dir_set_reservation_sync_impl() local
[all …]
H A Ddsl_destroy.c117 uint64_t used, comp, uncomp; member
168 -poa.used, -poa.comp, -poa.uncomp, tx); in process_old_deadlist()
320 uint64_t used = 0, comp = 0, uncomp = 0; in dsl_destroy_snapshot_sync_impl() local
345 &used, &comp, &uncomp); in dsl_destroy_snapshot_sync_impl()
352 &used, &comp, &uncomp); in dsl_destroy_snapshot_sync_impl()
354 -used, -comp, -uncomp, tx); in dsl_destroy_snapshot_sync_impl()
397 &used, &comp, &uncomp); in dsl_destroy_snapshot_sync_impl()
889 uint64_t used, comp, uncomp; in dsl_destroy_head_sync_impl() local
918 used, comp, uncomp, tx); in dsl_destroy_head_sync_impl()
921 -used, -comp, -uncomp, tx); in dsl_destroy_head_sync_impl()
[all …]
H A Ddsl_deadlist.c424 uint64_t used, comp, uncomp; in dsl_deadlist_space_range() local
427 &used, &comp, &uncomp)); in dsl_deadlist_space_range()
429 *usedp += used; in dsl_deadlist_space_range()
443 uint64_t used, comp, uncomp; in dsl_deadlist_insert_bpobj() local
449 VERIFY3U(0, ==, bpobj_space(&bpo, &used, &comp, &uncomp)); in dsl_deadlist_insert_bpobj()
455 dl->dl_phys->dl_used += used; in dsl_deadlist_insert_bpobj()
537 uint64_t used, comp, uncomp; in dsl_deadlist_move_bpobj() local
543 &used, &comp, &uncomp)); in dsl_deadlist_move_bpobj()
544 ASSERT3U(dl->dl_phys->dl_used, >=, used); in dsl_deadlist_move_bpobj()
547 dl->dl_phys->dl_used -= used; in dsl_deadlist_move_bpobj()
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c1004 http->used = bytes; in httpRead()
1025 if (http->used > 0) in httpRead()
1028 length = http->used; in httpRead()
1035 http->used -= length; in httpRead()
1037 if (http->used > 0) in httpRead()
1138 if (http->used) in httpWait()
1371 http->used += bytes; in httpGets()
1408 http->used -= bytes; in httpGets()
1409 if (http->used > 0) in httpGets()
2237 http->used = myhttp.used; in http_upgrade()
[all …]
/illumos-gate/usr/src/common/bignum/
H A DREADME27 It is used as a starting point for the following hand optimized assembly files:
30 This file is used in the 32-bit pkcs11_softtoken library.
33 This file is used in the 64-bit pkcs11_softtoken library.
36 This file is used in the kernel RSA module.
/illumos-gate/usr/src/cmd/make/bin/
H A Ddoname.cc2171 Cmd_line used = *insert; in build_command_strings() local
2323 if (used == NULL) { in build_command_strings()
2326 used->next = NULL; in build_command_strings()
2328 insert = &used->next; in build_command_strings()
2337 if (used == NULL) { in build_command_strings()
2340 used->next = NULL; in build_command_strings()
2346 used->assign = false; in build_command_strings()
2348 used->silent = silent; in build_command_strings()
2374 used->assign = true; in build_command_strings()
2419 used-> in build_command_strings()
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_param_used.c26 STATE(used);
43 set_state_stree(&used_stree, my_id, name, sym, &used); in get_state_hook()
64 set_state_stree(&used_stree, my_id, name, sym, &used); in set_param_used()
/illumos-gate/usr/src/cmd/tbl/
H A Dtb.c25 used[c]=lused[c]=rused[c]=0; in checkuse()
35 used[c] |= real(table[i][c].col); in checkuse()
40 used[c] |= real(table[i][c].col); in checkuse()
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c725 size_t used; in mmap_type() local
744 (void) snprintf(str + used, sizeof (pri->code_buf) - used, in mmap_type()
1972 size_t used = 1; in sol_optname() local
2468 size_t used = 1; in prt_ffg() local
2490 if (val != 0 && used <= CBSIZE) in prt_ffg()
2491 used += snprintf(s + used, CBSIZE - used, "|0x%lx", val); in prt_ffg()
2493 if (used >= CBSIZE) in prt_ffg()
3007 size_t used = 0; in prt_exc() local
3024 if (val != 0 && used <= CBSIZE) in prt_exc()
3025 used += snprintf(str + used, CBSIZE - used, "|0x%lx", val); in prt_exc()
[all …]
/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt58 of the DTD which is used to parse the XML, and also identifies the
59 stylesheet which is used to view the XML conveniently (for example
79 are used, no processing is done and EINVAL is returned.
85 are used. This value an PRF_RAWM are exclusive. If
86 both are used, no processing is done and EINVAL is returned.
94 must be used separately from print_audit and print_audit_buf
104 if non-NULL, this is used as the field delimiter instead of the
113 See Return Values for details about how these are used.
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_zpool.c72 boolean_t used; in inuse_zpool_common() local
96 &name, &used) == 0 && used) { in inuse_zpool_common()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME27 names of its contributors may be used to endorse or promote products
140 Linux specific implementation is used. libpcap/libdnet are more
141 portable and they can be used by modifying Makefile (define
156 machines. However, there can be used as inner authentication
210 the Authenticator and Supplicant. This handshake is also used to
253 Following steps are used when associating with an AP using WPA:
404 (this can also be used with Linuxant DriverLoader)
529 configuration options are used based on what security policy is used in the
564 certificate is used, a matching private key file has to also be
587 wpa_supplicant. It is used to query current status, change
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dlongwrds.awk13 used[substr(tmp, pos, RLENGTH)] = 1
20 for (x in used)
/illumos-gate/usr/src/tools/
H A DREADME.tools28 This directory contains the tools used to do a full build of the
50 libraries used by the build tools.
53 python modules used by the build tools.
68 used with 'nightly,' and starts a shell with the environment
71 built by 'nightly'. 'ws' should not be used for this since it
80 checks ELF attributes used by ELF dynamic objects in the proto area.
95 server. The codesign_server code is not used on an ON
100 Primarily used by wx
124 is used to test whether two binaries are the same except for
168 versioning between them. interface_cmp can be used between Solaris
[all …]
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_acl.c222 iocb.used = m_fixhdr(m); in smbfs_acl_iocget()
234 if (iocb.used > iocb.alloc) { in smbfs_acl_iocget()
243 error = md_get_mem(mdp, ubuf, iocb.used, MB_MUSER); in smbfs_acl_iocget()
269 if (iocb.used < sizeof (ntsecdesc_t) || in smbfs_acl_iocset()
270 iocb.used >= MAX_RAW_SD_SIZE) in smbfs_acl_iocset()
279 error = mb_put_mem(mbp, ubuf, iocb.used, MB_MUSER); in smbfs_acl_iocset()

12345678910>>...37