Searched defs:num (Results 126 - 150 of 237) sorted by relevance

12345678910

/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dbootp.c395 int num; local
416 num = grub_strtoul (args[2], 0, 0);
433 return grub_error (GRUB_ERR_IO, N_("no DHCP option %d found"), num);
443 return grub_error (GRUB_ERR_IO, N_("no DHCP option %d found"), num);
447 if (tagtype == num)
/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dexecute.c265 unsigned long num = grub_strtoul (name, 0, 10); local
266 if (num == 0)
269 else if (num <= scope->argv.argc)
274 scope->argv.args[num - 1]))
278 if (grub_script_argv_append (&result, scope->argv.args[num - 1],
279 grub_strlen (scope->argv.args[num - 1])
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dterminfo.c508 int num = 0;
512 num = (c - '0') * 10;
516 num += (c - '0');
517 if (num == 0 || num > 12)
522 keys[0] = fx_code[num - 1];
507 int num = 0; local
H A Dtparm.c133 int num; member in union:__anon663::__anon664
200 stack[stack_ptr].data.num = x;
212 result = stack[stack_ptr].data.num;
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-probe.c183 int num = ptr[2] - 'a'; local
185 return xasprintf ("hd%d", num);
189 int num = atoi (ptr + 2); local
191 return xasprintf ("fd%d", num);
214 int num = ptr[2] - 'a'; local
216 return xasprintf ("hd%d", num);
220 int num = atoi (ptr + 2); local
222 return xasprintf ("fd%d", num);
245 int num = ptr[2] - 'a'; local
247 return xasprintf ("ata%d", num);
251 int num = ptr[2] - 'a'; local
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dmb_info.h140 unsigned long num; member in struct:multiboot_info::__anon334::__anon336
H A Dstage2.c83 get_entry (char *list, int num, int nested) argument
87 for (i = 0; i < num; i++)
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_usb.c154 PROP_INT(d, node, i, "usb-num-configs", "usb_device.num_configurations");
318 uint8_t num, length, type; local
363 num = (uint8_t)*(rdata + 2);
364 if (num == ifnum) {
/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c170 short num; member in union:__anon2741
173 test.num = 1;
/osnet-11/usr/src/lib/sasl_plugins/cram/
H A Dcram.c157 unsigned int num; local
177 num=(temp[0] * 256 * 256 * 256) +
184 sprintf(ret, "%u", num);
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Ddns_ho.c1095 addrsort(res_state statp, char **ap, int num) { argument
1100 for (i = 0; i < num; i++, p++) {
1113 while (needsort < num) {
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c1136 res_protocolname(int num) { argument
1142 pp = cgetprotobynumber(num);
1144 (void) sprintf(number, "%d", num);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dstreval.c157 register Sfdouble_t num=0,*dp,*sp; local
199 if((c==A_JMPZ && num) || (c==A_JMPNZ &&!num))
205 num = (num!=0);
210 (*ep->fun)(&ptr,&node,ASSIGN,num+1);
214 (*ep->fun)(&ptr,&node,ASSIGN,num-1);
217 num = num+1;
219 num
[all...]
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_info.c405 int64_t num; local
412 (void) smb_config_getnum(SMB_CI_KPASSWD_SEQNUM, &num);
413 if (smb_config_setnum(SMB_CI_KPASSWD_SEQNUM, ++num)
649 int64_t num; local
652 (void) smb_config_getnum(SMB_CI_KPASSWD_SEQNUM, &num);
653 (void) smb_config_setnum(SMB_CI_NETLOGON_SEQNUM, num);
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_ruleval.c210 int num = *numP; local
260 for (i = 0; i < num; i++) {
350 inVal = realloc(inVal, (num+1)*sizeof (inVal[0]));
361 (num+1)*sizeof (inName[0]));
362 if (inName == 0 || (inName[num] =
370 inVal[num].type = type;
371 inVal[num].repeat = 0;
373 inVal[num].numVals = 1;
374 inVal[num].val = v;
376 inVal[num]
[all...]
/osnet-11/usr/src/lib/libnsl/ipsec/
H A Dalgs.c48 _clean_trash(ipsec_proto_t *proto, int num) argument
55 while (num-- != 0) {
56 free(proto[num].proto_name);
57 free(proto[num].proto_pkg);
58 for (alg_offset = 0; alg_offset < proto[num].proto_numalgs;
60 freeipsecalgent(proto[num].proto_algs[alg_offset]);
61 free(proto[num].proto_algs);
62 for (alg_offset = 0; alg_offset < proto[num].proto_algs_npkgs;
64 free(proto[num].proto_algs_pkgs[alg_offset].pkg_name);
65 free(proto[num]
188 build_list(FILE *f, int *num) argument
[all...]
/osnet-11/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c703 int *num; local
710 num = &ifnum4;
714 num = &ifnum6;
730 if (*num == -1 || ((now - *then) >= IFNUM_TIMEOUT)) {
744 *num = 0;
746 return (*num);
801 *num = nlifr - count;
805 return (*num);
/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Ddisk.h129 should be made about "num" and "type"
132 int num; member in struct:_PedPartition
360 extern PedPartition* ped_disk_get_partition (const PedDisk* disk, int num);
/osnet-11/usr/src/lib/libparted/common/libparted/arch/
H A Dsolaris.c319 * partition num on a disk given the *p0 device for that disk.
323 _device_get_part_path(PedDevice* dev, int num) argument
330 PED_ASSERT(num >= 1, return (NULL));
340 result_len - path_len + 1, "%d", num);
342 (void) snprintf(result, result_len, "partition %d", num);
353 int i, num; local
359 if ((num = swapctl(SC_GETNSWP, (void *)NULL)) == -1) {
363 if (num == 0)
365 if ((st = (swaptbl_t *)malloc(num * sizeof (swapent_t) + sizeof (int)))
371 for (i = 0; i < num;
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgserv.c705 int num[2]; local
713 if (fread(num, sizeof (int), 2, server->fp) != 2)
716 if (num[0] > server->buflen) {
718 server->buflen = num[0];
723 if (fread(server->curbuf, 1, num[0], server->fp) != num[0])
726 *len = num[0];
727 *pathlen = num[1];
/osnet-11/usr/src/lib/libfru/libfruraw/
H A Dfruraw.c113 frt_initialize(int num, char **args) argument
117 if (num != 3) {
226 * (list->num + num_segment));
238 list->strs[(list->num)++] = tmp;
277 rc_list.num = 0;
289 list->num = rc_list.num;
634 /* num of packet */
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dkrb5_decode.c1237 unsigned int *num,
1245 *num = 0;
1250 retval = asn1_peek_authorization_data(&buf, num, &rep);
1235 krb5int_get_authdata_containee_types(krb5_context context, const krb5_authdata *authdata, unsigned int *num, krb5_authdatatype **repptr) argument
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dcryptodisk.c256 grub_uint64_t num = (sector << dev->benbi_log) + 1; local
257 iv[sz - 2] = grub_cpu_to_be32 (num >> 32);
258 iv[sz - 1] = grub_cpu_to_be32 (num & 0xFFFFFFFF);
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dminix.c183 grub_minix_uintn_t num)
188 sizeof (grub_minix_uintn_t) * num,
181 grub_get_indir(grub_minix_uintn_t zone, grub_minix_uintn_t num) argument
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzFind.c178 static CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc) argument
180 size_t sizeInBytes = (size_t)num * sizeof(CLzRef);
181 if (sizeInBytes / sizeof(CLzRef) != num)
663 static void Bt2_MatchFinder_Skip(CMatchFinder *p, UInt32 num) argument
673 while (--num != 0);
676 void Bt3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) argument
686 while (--num != 0);
689 static void Bt3_MatchFinder_Skip(CMatchFinder *p, UInt32 num) argument
701 while (--num != 0);
704 static void Bt4_MatchFinder_Skip(CMatchFinder *p, UInt32 num) argument
720 Hc4_MatchFinder_Skip(CMatchFinder *p, UInt32 num) argument
737 Hc3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) argument
[all...]

Completed in 56 milliseconds

12345678910