Searched defs:na (Results 1 - 25 of 45) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/
H A Dtiefeatures.t29 sub na {} subroutine
31 memoize 'na', LIST_CACHE => FAULT;
34 eval { my ($a) = na() }; # Should fault
/osnet-11/usr/src/lib/libast/common/string/
H A Dstrvcmp.c34 register unsigned long na; local
41 na = nb = 0;
43 na = na * 10 + *a++ - '0';
46 if (na < nb)
48 if (na > nb)
H A Dstrnvcmp.c36 register unsigned long na; local
53 na = nb = 0;
55 na = na * 10 + *a++ - '0';
58 if (na < nb)
60 if (na > nb)
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DCSrvTypeMsg.java108 CSrvTypeMsg(Locale locale, String na, Vector scopes) argument
118 String namingAuthority = na.toLowerCase();
H A DServiceType.java54 private String na = ""; // naming authority. field in class:ServiceType
105 return (na.length() <= 0);
139 return "service:" + type1 + (na.length() > 0 ? ("." + na):"");
153 return na;
219 na.equals(type.na);
230 (na.length() > 0 ? ("." + na) : "") +
240 na
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_scheme.c76 int na, i, nc; local
103 for (i = 0, na = 0; i < q->components.components_len; i++) {
124 a[na].zattr_ndx = col[index];
125 a[na].zattr_val.zattr_val_val = q->components.
127 a[na].zattr_val.zattr_val_len = q->components.
129 na++;
132 *numAttr = na;
H A Ddb_mindex3.cc336 int i, na, nau, nq = 0, xid = 0; local
667 for (i = 0, na = 0; i < nq; i++) {
774 na++;
796 "%s: %d entries added/updated", myself, na);
797 nau = na;
812 na++;
830 "%s: %d entries deleted", myself, na-nau);
836 if (na > 0)
839 if (xid != 0 && na > 0 && stat == LDAP_SUCCESS)
848 myself, (na >
[all...]
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dbitmap.h103 extern int ntfs_bitmap_set_run(ntfs_attr *na, s64 start_bit, s64 count);
104 extern int ntfs_bitmap_clear_run(ntfs_attr *na, s64 start_bit, s64 count);
108 * @na: attribute containing the bitmap
111 * Set the @bit in the bitmap described by the attribute @na.
115 static __inline__ int ntfs_bitmap_set_bit(ntfs_attr *na, s64 bit) argument
117 return ntfs_bitmap_set_run(na, bit, 1);
122 * @na: attribute containing the bitmap
125 * Clear @bit in the bitmap described by the attribute @na.
129 static __inline__ int ntfs_bitmap_clear_bit(ntfs_attr *na, s64 bit) argument
131 return ntfs_bitmap_clear_run(na, bi
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dattrlist.c110 ntfs_attr *na = NULL; local
206 na = ntfs_attr_open(ni, AT_ATTRIBUTE_LIST, AT_UNNAMED, 0);
207 if (!na) {
212 if (ntfs_attr_truncate(na, ni->attr_list_size + entry_len)) {
229 ntfs_attr_close(na);
232 if (na)
233 ntfs_attr_close(na);
252 ntfs_attr *na; local
289 na = ntfs_attr_open(base_ni, AT_ATTRIBUTE_LIST, AT_UNNAMED, 0);
290 if (!na) {
[all...]
H A Dbitmap.c49 * @na: attribute containing the bitmap
55 * attribute @na to @value, where @value is either 0 or 1.
59 static int ntfs_bitmap_set_bits_in_run(ntfs_attr *na, s64 start_bit, argument
62 ntfs_volume *vol = na->ni->vol;
67 if (!na || start_bit < 0 || count < 0) {
93 br = ntfs_attr_pread(na, start_bit >> 3, 1, buf);
130 br = ntfs_attr_pread(na, (start_bit + left) >>
157 br = ntfs_attr_pwrite(na, tmp, bufsize, buf);
192 if (na == vol->mftbmp_na) {
198 if (na
226 ntfs_bitmap_set_run(ntfs_attr *na, s64 start_bit, s64 count) argument
242 ntfs_bitmap_clear_run(ntfs_attr *na, s64 start_bit, s64 count) argument
[all...]
H A Dlcnalloc.c741 * @na: attribute whose runlist describes the clusters to free
746 * described by the attribute @na from the mounted ntfs volume @vol.
754 int ntfs_cluster_free(ntfs_volume *vol, ntfs_attr *na, VCN start_vcn, s64 count) argument
759 if (!vol || !vol->lcnbmp_na || !na || start_vcn < 0 ||
766 "vcn 0x%llx.\n", (unsigned long long)na->ni->mft_no,
767 na->type, (long long)count, (long long)start_vcn);
769 rl = ntfs_attr_find_vcn(na, start_vcn);
H A Dcompress.c265 static BOOL ntfs_is_cb_compressed(ntfs_attr *na, argument
281 rl = ntfs_attr_find_vcn(na, rl->vcn);
305 * @na: ntfs attribute to read from
313 * compressed ntfs attribute @na into the data buffer @b.
324 s64 ntfs_compressed_attr_pread(ntfs_attr *na, s64 pos, s64 count, void *b) argument
337 (unsigned long long)na->ni->mft_no, na->type,
339 if (!na || !NAttrCompressed(na) || !na
[all...]
H A Dinode.c704 ntfs_attr *na; local
706 na = ntfs_attr_open(ni, AT_ATTRIBUTE_LIST, AT_UNNAMED, 0);
707 if (!na) {
717 if (na->data_size == ni->attr_list_size) {
718 if (ntfs_attr_pwrite(na, 0, ni->attr_list_size,
737 ntfs_attr_close(na);
815 ntfs_attr *na; local
935 na = ntfs_attr_open(ni, AT_ATTRIBUTE_LIST, AT_UNNAMED, 0);
936 if (!na) {
941 if (ntfs_attr_truncate(na, al_le
[all...]
H A Dlogfile.c691 * @na: ntfs attribute of journal $LogFile to empty
693 * Empty the contents of the $LogFile journal @na and return 0 on success and
700 int ntfs_empty_logfile(ntfs_attr *na) argument
707 if (NVolLogFileEmpty(na->ni->vol))
711 if (!NAttrNonResident(na)) {
718 len = na->data_size;
729 while ((count = ntfs_attr_pread(na, pos, NTFS_BUF_SIZE, buf)) > 0)
750 if ((count = ntfs_attr_pwrite(na, pos, count, buf)) <= 0) {
762 NVolSetLogFileEmpty(na->ni->vol);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_common.h36 struct authlist *na; member in struct:authlist
/osnet-11/usr/src/lib/libast/common/misc/
H A Dsignal.c77 struct sigaction na; local
95 memzero(&na, sizeof(na));
96 na.sa_handler = fun;
114 na.sa_flags = SA_RESTART;
120 na.sa_flags = SA_INTERRUPT;
125 if (sigaction(sig, &na, &oa))
/osnet-11/usr/src/lib/libslp/clib/
H A DSLPParseSrvURL.c48 char *na; member in struct:slp_type
156 type->na = NULL;
193 type->na = p;
H A DSLPFindSrvTypes.c134 static SLPError slp_packSrvTypeRqst(slp_handle_impl_t *hp, const char *na) { argument
145 * 3: na
156 all_nas = strcmp(na, "*") == 0 ? 1 : 0;
160 nalen = strlen(na);
198 err = slp_add_string(msg->msg, msgLen, na, &len);
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dpmap_clnt.c67 struct netbuf *na; local
77 na = uaddr2taddr(nconf, buf);
78 if (!na) {
82 rslt = rpcb_set(program, version, nconf, na);
84 netdir_free((char *)na, ND_ADDR);
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-zpool.c113 int na; local
126 na = 0;
127 args[na++] = "/usr/sbin/zpool";
128 args[na++] = subcmd;
131 args[na++] = "-d";
132 args[na++] = "/dev/lofi";
134 args[na++] = (char *) pool;
135 args[na++] = NULL;
H A Dhal-storage-shared.c276 int na; local
450 na = 0;
451 args[na++] = UMOUNT;
453 args[na++] = "-l";
455 args[na++] = "-f";
456 args[na++] = (char *) device;
457 args[na++] = NULL;
547 int na; local
561 na = 0;
562 args[na
[all...]
/osnet-11/usr/src/lib/libnsl/dial/
H A Dcallers.c413 int na; local
427 if ((na = getargs(info, arps, narps)) == 0)
434 return (na);
/osnet-11/usr/src/lib/libnsl/netdir/
H A Dnetdir.c566 struct netbuf *na; local
576 na = (struct netbuf *)ptr;
577 if (na->buf)
578 free(na->buf);
579 free(na);
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfscp.c321 ntfs_attr *na; local
508 na = ntfs_attr_open(out, opts.attribute, attr_name, attr_name_len);
509 if (!na) {
520 na = ntfs_attr_open(out, opts.attribute, attr_name,
522 if (!na) {
530 ntfs_log_verbose("Old file size: %lld\n", na->data_size);
531 if (na->data_size != new_size) {
532 if (__ntfs_attr_truncate(na, new_size, FALSE)) {
557 bw = ntfs_attr_pwrite(na, offset, br, buf);
568 ntfs_attr_close(na);
[all...]
/osnet-11/usr/src/lib/libuutil/common/
H A Duu_avl.c139 uintptr_t *na = (uintptr_t *)np; local
157 na[0] = POOL_TO_MARKER(pp);
158 na[1] = 0;
164 uintptr_t *na = (uintptr_t *)np; local
167 if (na[0] == DEAD_MARKER && na[1] == DEAD_MARKER) {
172 if (na[0] != POOL_TO_MARKER(pp) || na[1] != 0) {
179 na[0] = DEAD_MARKER;
180 na[
425 uintptr_t *na = NODE_ARRAY(pp, elem); local
463 uintptr_t *na = NODE_ARRAY(pp, elem); local
497 uintptr_t *na = NODE_ARRAY(pp, elem); local
[all...]

Completed in 72 milliseconds

12