Home
last modified time | relevance | path

Searched refs:la (Results 1 – 25 of 51) sorted by relevance

123

/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_samedomain.c48 size_t la, lb; in ns_samedomain() local
52 la = strlen(a); in ns_samedomain()
56 if (la != 0U && a[la - 1] == '.') { in ns_samedomain()
59 for (i = la - 2; i >= 0; i--) in ns_samedomain()
68 la--; in ns_samedomain()
92 if (lb > la) in ns_samedomain()
96 if (lb == la) in ns_samedomain()
101 diff = la - lb; in ns_samedomain()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dhpet_acpi.h110 #define HPET_GEN_CAP_ADDRESS(la) \ argument
111 OFFSET_ADDR(la, HPET_GEN_CAP_OFFSET)
112 #define HPET_GEN_CONFIG_ADDRESS(la) \ argument
113 OFFSET_ADDR(la, HPET_GEN_CONFIG_OFFSET)
114 #define HPET_GEN_INTR_STAT_ADDRESS(la) \ argument
115 OFFSET_ADDR(la, HPET_GEN_INTR_STAT_OFFSET)
116 #define HPET_MAIN_COUNTER_ADDRESS(la) \ argument
117 OFFSET_ADDR(la, HPET_MAIN_COUNTER_OFFSET)
118 #define HPET_TIMER_N_CONF_ADDRESS(la, n) \ argument
119 OFFSET_ADDR(la, HPET_TIMER_N_CONF_OFFSET(n))
[all …]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c399 smb_lavl_t *la, in smb_lavl_constructor() argument
409 la->la_wrop = 0; in smb_lavl_constructor()
419 smb_lavl_t *la) in smb_lavl_destructor() argument
421 smb_lavl_flush(la); in smb_lavl_destructor()
474 smb_lavl_flush(la); in smb_lavl_exit()
525 smb_lavl_t *la) in smb_lavl_upgrade() argument
546 smb_lavl_t *la, in smb_lavl_insert() argument
550 ++la->la_wrop; in smb_lavl_insert()
561 smb_lavl_t *la, in smb_lavl_remove() argument
565 ++la->la_wrop; in smb_lavl_remove()
[all …]
H A Dsmb_ofile.c691 smb_lavl_t *la; in smb_ofile_close_all() local
696 la = &tree->t_ofile_list; in smb_ofile_close_all()
698 smb_lavl_enter(la, RW_READER); in smb_ofile_close_all()
699 for (of = smb_lavl_first(la); in smb_ofile_close_all()
701 of = smb_lavl_next(la, of)) { in smb_ofile_close_all()
707 smb_lavl_post(la, of, smb_ofile_drop); in smb_ofile_close_all()
715 smb_lavl_exit(la); in smb_ofile_close_all()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/uctf/
H A Dtst.chasestrings.c53 zelda_info_t la; in main() local
61 la.zi_gamename = "Link's Awakening"; in main()
62 la.zi_ndungeons = 9; in main()
63 la.zi_villain = "Nightmare"; in main()
64 la.zi_haszelda = 0; in main()
73 (void) has_dungeons(&la); in main()
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_macro.c478 int la; in append_delims() local
485 la = *pos; in append_delims()
804 la = *pos; in in_line()
1109 la = *pos; in blk_full()
1138 line, la, "Rs %s", buf + la); in blk_full()
1248 int done, la, nl; in blk_part_imp() local
1276 la = *pos; in blk_part_imp()
1335 la = *pos; in blk_part_exp()
1420 la = *pos; in in_line_argn()
1538 int done, la; in parse_rest() local
[all …]
H A Dman_macro.c206 int cline, cpos, la, nrew, target; in blk_close() local
212 la = *pos; in blk_close()
221 la + (buf[la] == '"') + (int)(ep - p), in blk_close()
300 int la; in blk_exp() local
309 la = *pos; in blk_exp()
311 roff_word_alloc(man, line, la, p); in blk_exp()
341 int la; in blk_imp() local
355 la = *pos; in blk_imp()
358 roff_word_alloc(man, line, la, p); in blk_imp()
384 int la; in in_line_eoln() local
[all …]
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_connects.c251 new->lalen = sizeof new->la; in evTryAccept()
252 if (GETXXXNAME(getsockname, new->fd, new->la.sa, new->lalen) < 0) { in evTryAccept()
283 } la, ra; in listener() local
296 lalen = sizeof la; in listener()
297 if (GETXXXNAME(getsockname, new, la.sa, lalen) < 0) { in listener()
306 (*conn->func)(opaqueCtx, conn->uap, new, &la.sa, lalen, &ra.sa, ralen); in listener()
318 } la, ra; in connector() local
331 lalen = sizeof la; in connector()
352 GETXXXNAME(getsockname, fd, la.sa, lalen) < 0 || in connector()
360 (*conn_func)(opaqueCtx, conn_uap, fd, &la.sa, lalen, &ra.sa, ralen); in connector()
H A Deventlib_p.h97 } la; member
H A Dctl_clnt.c399 const void *la, int lalen, in conn_done() argument
407 UNUSED(la); in conn_done()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c239 la->la_type = ZAP_CHUNK_ARRAY; in zap_leaf_array_create()
243 la->la_array[i] = value >> shift; in zap_leaf_array_create()
254 chunkp = &la->la_next; in zap_leaf_array_create()
293 uint8_t *ip = la->la_array; in zap_leaf_array_read()
307 struct zap_leaf_array *la = in zap_leaf_array_read() local
311 chunk = la->la_next; in zap_leaf_array_read()
332 chunk = la->la_next; in zap_leaf_array_read()
379 chunk = la->la_next; in zap_leaf_array_match()
724 struct zap_leaf_array *la = in zap_leaf_transfer_array() local
726 int nextchunk = la->la_next; in zap_leaf_transfer_array()
[all …]
/illumos-gate/usr/src/cmd/refer/
H A Drefer6.c33 int nauth = 0, i, lastype = 0, cch, macro = 0, la; in putref() local
95 la = (tvec[i+1][1] != 'A'); in putref()
97 if (la == 0 || nauth != 2) in putref()
99 if (la) in putref()
/illumos-gate/usr/src/cmd/print/scripts/
H A Ddesktop-print-management-prefs.desktop41 Comment[es]=Definir la detección de impresoras y el comportamiento de conexión
42 Comment[fr]=Définir la détection des imprimantes et le comportement des connexions
43 Comment[it]=Impostare la rilevazione della stampante e il comportamento della connessione
H A Ddesktop-print-management.desktop32 Comment[es]=Administre las tareas y colas de la impresora
/illumos-gate/usr/src/cmd/sort/
H A Dfields.c1294 ssize_t la, lb; in collated() local
1322 la = strlen(A->l_raw_collate.sp); in collated()
1325 r = memcmp(A->l_raw_collate.sp, B->l_raw_collate.sp, MIN(la, lb)); in collated()
1330 if (la < lb) in collated()
1333 if (la > lb) in collated()
1346 ssize_t la, lb; in collated_wide() local
1369 la = wcslen(A->l_raw_collate.wp); in collated_wide()
1373 (size_t)MIN(la, lb)); in collated_wide()
1378 if (la < lb) in collated_wide()
1381 if (la > lb) in collated_wide()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mbox.c1585 READ_LA_VAR la; in emlxs_read_la_mbcmpl() local
1629 (uint32_t)la.eventTag, in emlxs_read_la_mbcmpl()
1635 (uint32_t)la.eventTag, in emlxs_read_la_mbcmpl()
1639 if (la.pb) { in emlxs_read_la_mbcmpl()
1664 la.topology = TOPOLOGY_LOOP; in emlxs_read_la_mbcmpl()
1665 la.granted_AL_PA = 0; in emlxs_read_la_mbcmpl()
1668 la.lipType = LT_PORT_INIT; in emlxs_read_la_mbcmpl()
1684 port->lip_type = la.lipType; in emlxs_read_la_mbcmpl()
1688 i = la.un.lilpBde.bdeSize; in emlxs_read_la_mbcmpl()
1734 if (la.mm == 1) { in emlxs_read_la_mbcmpl()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.stately1 /^(al|ak|az|ar|ca|co|ct|de|fl|ga|hi|io|il|in|ia|ks|ky|la|me|md|ma|mi|mn|ms|mo|mt|nb|nv|nh|nj|nm|ny|…
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs_de.c700 struct load_time_arg la; in zfs_fm_recv() local
702 la.lt_guid = pool_guid; in zfs_fm_recv()
703 la.lt_time = &pool_load; in zfs_fm_recv()
704 la.lt_found = B_FALSE; in zfs_fm_recv()
707 zpool_iter(zhdl, zpool_find_load_time, &la) == 0 && in zfs_fm_recv()
708 la.lt_found == B_TRUE) { in zfs_fm_recv()
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A Dlatin110 Acc�l�rer l'�mergence de la soci�t� de l'information
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c637 struct zap_leaf_array *la = in zap_leaf_array_equal() local
644 if (zfs_bcmp(la->la_array, buf + bseen, toread) != 0) in zap_leaf_array_equal()
646 chunk = la->la_next; in zap_leaf_array_equal()
691 struct zap_leaf_array *la; in zap_leaf_lookup() local
698 la = &ZAP_LEAF_CHUNK(l, blksft, in zap_leaf_lookup()
700 ip = la->la_array; in zap_leaf_lookup()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c140 void *la; in hpet_early_init() local
203 la = hpet_memory_map(hpet_table); in hpet_early_init()
204 PRM_DEBUG(la); in hpet_early_init()
205 if (la == NULL) { in hpet_early_init()
209 hpet_info.logical_address = la; in hpet_early_init()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c3387 SOCKADDR la; local
3492 lalen = sizeof(la);
3497 if (getsockname(fd, &la.sa, &lalen) < 0 ||
3499 la.sa.sa_family != AF_INET)
3509 ntohs(la.sin.sin_port));
3512 la.sin.sin_port = 0;
3545 if (getsockname(fd, &la.sa, &lalen) < 0 ||
3547 la.sa.sa_family != AF_INET6)
3557 ntohs(la.sin6.sin6_port));
3560 la.sin6.sin6_port = 0;
[all …]
H A Dutil.c1600 int la; local
1604 la = strlen(a);
1609 for (; lb-- >= la; b++)
1616 if (sm_strncasecmp(a, b, la) == 0)
1623 if (strncmp(a, b, la) == 0)
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c763 ctf_arinfo_t la, ra; in ctf_type_compat() local
792 return (ctf_array_info(lfp, ltype, &la) == 0 && in ctf_type_compat()
794 la.ctr_nelems == ra.ctr_nelems && ctf_type_compat( in ctf_type_compat()
795 lfp, la.ctr_contents, rfp, ra.ctr_contents) && in ctf_type_compat()
796 ctf_type_compat(lfp, la.ctr_index, rfp, ra.ctr_index)); in ctf_type_compat()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h848 #define smb_lavl_first(la) avl_first(&(la)->la_tree) argument
849 #define smb_lavl_next(la, obj) avl_walk(&(la)->la_tree, obj, AVL_AFTER) argument

123